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