Skill Builder & MCP Builder
Meta-systems that create new skills and integrations. Templates, checklists, and examples for rapid development.
About this system
The fastest way to scale is building systems that build systems. Skill Builder and MCP Builder are meta-skills that help you create new skills and integrations quickly.
Skill Builder provides:
- Template structure for new skills
- Checklist of what every skill needs
- Examples of well-built skills
- Testing guidelines
MCP Builder provides:
- Server template code
- Tool definition patterns
- Auth handling examples
- Testing and debugging tips
How to set it up
Load the builder skill
Invoke /skill-builder or /mcp-builder to start.
Describe your need
Explain what skill or integration you want to create.
Generate the scaffold
Builder creates the file structure and initial content.
Customize and test
Refine the generated output for your specific use case.
Workflow
Identify the need
Recognize a repeated task that should become a skill.
Run the builder
Use the meta-skill to generate the scaffold.
Add content
Fill in the specific prompt, examples, and context.
Test
Run the new skill and iterate until quality is consistent.
Variations
Quick skills
Simple prompt-based skills without dependencies.
Complex skills
Skills with multiple make-it-yours files.
Integration MCPs
API-connected MCP servers.