Mastra System Check
Description
Claude Code skill that validates Mastra AI agent projects with 66 checks across configuration, agents, workflows, memory, tools, prompts, and security.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Mastra System Check
A comprehensive Claude Code skill for validating Mastra AI agent projects. This skill performs **66 checks** across **10 categories** to identify configuration issues, missing best practices, and potential problems before they cause runtime errors.
Installation
Option 1: npx (Recommended)
npx mastra-system-check
Option 2: One-line install
curl -fsSL https://raw.githubusercontent.com/goldk3y/mastra-system-check/main/install.sh | bash
Option 3: Git clone
git clone https://github.com/goldk3y/mastra-system-check.git ~/.claude/skills/mastra-system-check
Option 4: Manual
Download and copy this directory to:
~/.claude/skills/mastra-system-check/
Verification
The skill will automatically activate when working with Mastra projects. You can verify installation by asking Claude Code to perform a system check on your Mastra project.
What It Checks
Priority Levels
| Badge | Level | Description | Action |
|---|---|---|---|
| 🔴 | CRITICAL | System won't function | Fix immediately |
| 🟠 | HIGH | Major functionality issues | Fix before deployment |
| 🟡 | MEDIUM | Quality and maintainability | Fix when possible |
| 🟢 | LOW | Performance and cost | Nice to have |
Check Categories
| # | Category | Rules | Priority | Key Checks |
|---|---|---|---|---|
| 1 | Configuration & Setup | 6 | 🔴 CRITICAL | Storage, env vars, TypeScript, entry points |
| 2 | Agent Configuration | 6 | 🟠 HIGH | Model format, instructions, tools, memory |
| 3 | Workflow Configuration | 6 | 🟠 HIGH | .commit(), schemas, steps, error handling |
| 4 | Context & Data Flow | 8 | 🟠 HIGH | Type safety, middleware, propagation |
| 5 | Prompt Engineering | 10 | 🟠 HIGH | Structure, token efficiency, examples |
| 6 | Memory Configuration | 6 | 🟡 MEDIUM | Stor |
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -