Agent Skill
2/7/2026

kit-builder

Build ClaudeKit Marketing components - skills, agents, commands, workflows. Use when creating new automation, extending marketing capabilities, or understanding kit structure. Includes templates, examples, and init scripts.

N
nammdev
2GitHub Stars
1Views
npx skills add NammDev/Goads-Krea

SKILL.md

Namekit-builder
DescriptionBuild ClaudeKit Marketing components - skills, agents, commands, workflows. Use when creating new automation, extending marketing capabilities, or understanding kit structure. Includes templates, examples, and init scripts.

name: kit-builder description: Build ClaudeKit Marketing components - skills, agents, commands, workflows. Use when creating new automation, extending marketing capabilities, or understanding kit structure. Includes templates, examples, and init scripts. license: MIT

Kit Builder

Build skills, agents, commands, and workflows for ClaudeKit Marketing.

When to Use

  • Creating new skill for specialized task
  • Adding new agent for marketing automation
  • Building command for user workflow
  • Designing workflow for process orchestration
  • Understanding kit component structure

Component Types

TypeLocationPurpose
Skill.claude/skills/{name}/SKILL.mdDomain knowledge + tools
Agent.claude/agents/{name}.mdSpecialized subagent
Command.claude/commands/{path}.mdUser-invocable action
Workflow.claude/workflows/{name}.mdProcess orchestration

Quick Start

Create skill: Load references/skill-guide.md Create agent: Load references/agent-guide.md Create command: Load references/command-guide.md Create workflow: Load references/workflow-guide.md

Init Script

python .claude/skills/kit-builder/scripts/init_component.py <type> <name>

Types: skill, agent, command, workflow

Decision Tree

What to build?
├── Reusable domain knowledge → Skill
│   └── API, tool, workflow patterns
├── Autonomous task handler → Agent
│   └── Orchestrates skills + tools
├── User-triggered action → Command
│   └── Slash command (/name)
└── Process definition → Workflow
    └── Multi-step orchestration

References

GuideFile
Skill Creationreferences/skill-guide.md
Agent Creationreferences/agent-guide.md
Command Creationreferences/command-guide.md
Workflow Creationreferences/workflow-guide.md
Best Practicesreferences/best-practices.md
Marketing Checklistreferences/marketing-checklist.md

Templates

TemplatePath
Skilltemplates/skill-template.md
Agenttemplates/agent-template.md
Commandtemplates/command-template.md
Workflowtemplates/workflow-template.md

Integration

Related: skill-creator, claude-code

Agents: planner, researcher, docs-manager

Skills Info
Original Name:kit-builderAuthor:nammdev