Welcome to the CodeBuddy API Playground. This interactive space helps you validate your skill definitions and MCP configurations before deploying them.
Skill Schema Validator
Section titled “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
Section titled “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
Section titled “Interactive Components”Coming soon: We are building an interactive JSON validator right into this page!
Common Patterns
Section titled “Common Patterns”- Authentication: How to handle API keys in skills.
- Transports: Choosing between
stdioandssefor MCP. - Dependencies: OS-aware dependency declarations.