mastra-system-check
Claude Code skill that validates Mastra AI agent projects with 66 checks across configuration, agents, workflows, memory, tools, prompts, and security.
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
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
설명 보기 ▼
npx
이 명령은 `npm exec`의 별칭입니다.
tldr npm exec
자세한 내용은 원본 명령을 참고하세요:
// repository documentation
Was this content helpful?
(0 ratings)
