Welcome to the CodeBuddy API Playground. This interactive space helps you validate your skill definitions and MCP configurations before deploying them.
Skill Schema Validator
Sección titulada «Skill Schema Validator»Use this section to validate your SKILL.md frontmatter.
{ "name": "my-skill", "displayName": "My Skill", "description": "Description of what this skill does", "category": "utility", "version": "1.0.0", "dependencies": { "npm": ["axios"] }}Tip: Ensure your
nameis kebab-case andcategorymatches one of the supported categories.
MCP Server Config
Sección titulada «MCP Server Config»Validate your mcp.json server configurations.
{ "name": "custom-server", "command": "npx", "args": ["-y", "@org/mcp-server"], "env": { "API_KEY": "YOUR_KEY" }}Interactive Components
Sección titulada «Interactive Components»Coming soon: We are building an interactive JSON validator right into this page!
Common Patterns
Sección titulada «Common Patterns»- Authentication: How to handle API keys in skills.
- Transports: Choosing between
stdioandssefor MCP. - Dependencies: OS-aware dependency declarations.