Validate Skills
Confirms if provided skills exist and are functional within the CallStack Incubator environment.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add validate-skills npx -- -y @trustedskills/validate-skills
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"validate-skills": {
"command": "npx",
"args": [
"-y",
"@trustedskills/validate-skills"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The validate-skills skill checks the validity of AI agent skills, ensuring they meet specific criteria such as syntax correctness and functional completeness. It helps identify potential issues before deployment, improving reliability and performance.
When to use it
- Before deploying a new AI agent skill to ensure it is error-free.
- When troubleshooting an existing skill that may be causing unexpected behavior.
- During the development phase to catch errors early in the process.
- As part of a continuous integration pipeline for automated validation checks.
Key capabilities
- Syntax validation for AI agent skills
- Functional completeness checks
- Error detection and reporting
Example prompts
- "Validate this skill for syntax and functionality."
- "Check if the AI agent skill is ready for deployment."
- "Run a full validation on the latest version of the skill."
Tips & gotchas
- Ensure that the skill being validated is in the correct format as specified by the registry.
- Validation may not catch logical errors, only syntax and structural issues.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.