| name | kit-builder |
| description | Build custom ClaudeKit Marketing components - skills, agents, and workflows tailored to specific business needs. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
Kit Builder
Create custom skills, agents, and workflows to extend ClaudeKit Marketing for your specific needs.
What This Skill Does
Challenge: Every marketing team has unique processes and tools. The built-in skills in ClaudeKit Marketing are great for common use cases but may not cover the specifics of each business.
Solution: The kit-builder skill provides a framework to create custom skills, agents, and workflows — from simple slash commands to complex multi-agent pipelines — and integrate them into ClaudeKit Marketing.
Activation
Implicit: Activates automatically when a new skill needs to be built or extended.
Explicit: Activate via prompt:
Activate kit-builder skill to create [skill/agent/workflow] for [purpose]
Features
1. Anatomy of a Skill
Folder structure, SKILL.md template, and registry registration — see references/anatomy.md.
2. Build a Custom Skill
LinkedIn Content Generator example with TypeScript + Anthropic SDK + testing — see references/custom-skill-example.md.
3. Build a Custom Agent
Market Research Agent example with Google ADK Python — see references/custom-agent-example.md.
4. Build a Custom Workflow
Multi-step content production pipeline (YAML) with parallel steps — see references/custom-workflow-example.md.
5. Best Practices & Troubleshooting
Single responsibility, fail gracefully, document-first; common use cases and troubleshooting — see references/best-practices.md.
Prerequisites
- ClaudeKit Marketing installed
- Node.js 18+ or Python 3.10+
- Anthropic API key or Google Gemini API key
Usage Workflow
- Identify component type: skill / agent / workflow.
- Read the relevant reference in
references/ to grab the template.
- Write SKILL.md first — describe purpose, activation, tools, output.
- Implement core logic based on the template.
- Register in
registry.json.
- Test with unit tests before deploying.
Related Skills
Related Commands
/kit-builder - Create a new skill
/claude-code - Set up Claude environment
/context-engineering - Optimize agent design