mastra-system-check
Claude Code skill that validates Mastra AI agent projects with 66 checks across configuration, agents, workflows, memory, tools, prompts, and security.
File Explorer
- banner.png
- install.js
- _sections.md
- _template.md
- agent-id-uniqueness.md
- agent-instructions-defined.md
- agent-memory-storage.md
- agent-model-format.md
- agent-scorer-config.md
- agent-tool-registration.md
- config-env-variables.md
- config-mastra-entry.md
- config-package-deps.md
- config-storage-provider.md
- config-typescript-module.md
- config-zod-version.md
- context-agent-access.md
- context-header-extraction.md
- context-memory-confusion.md
- context-middleware-setup.md
- context-propagation.md
- context-tool-access.md
- context-type-safety.md
- context-workflow-access.md
- memory-last-messages.md
- memory-processor-order.md
- memory-storage-required.md
- memory-thread-resource.md
- memory-vector-store.md
- memory-working-config.md
- observability-eval-ci.md
- observability-exporters.md
- observability-sampling-rate.md
- observability-scorer-model.md
- observability-service-name.md
- observability-storage.md
- optimization-batch-processing.md
- optimization-bundle-externals.md
- optimization-caching.md
- optimization-memory-limits.md
- optimization-model-selection.md
- optimization-timeout-config.md
- prompt-avoid-laundry-lists.md
- prompt-chain-vs-mega.md
- prompt-context-retrieval.md
- prompt-few-shot-examples.md
- prompt-output-format.md
- prompt-right-altitude.md
- prompt-role-definition.md
- prompt-structure-sections.md
- prompt-token-efficiency.md
- prompt-tool-descriptions.md
- security-auth-config.md
- security-cors-config.md
- security-env-secrets.md
- security-pii-detection.md
- security-processor-order.md
- security-prompt-injection.md
- tool-description-quality.md
- tool-error-handling.md
- tool-execute-async.md
- tool-id-format.md
- tool-schema-validation.md
- tool-suspend-resume.md
- workflow-commit-call.md
- workflow-context-access.md
- workflow-error-handling.md
- workflow-step-connections.md
- workflow-step-schemas.md
- workflow-suspend-storage.md
- .mcp.json
- AGENTS.md
- install.sh
- LICENSE
- metadata.json
- package.json
- README.md
- SKILL.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
