/ak:kit-builder skill competitor-signal - Use when:
- You need reusable marketing domain knowledge or tool guidance.
- Expected:
- Loads the skill guide, initializes .claude/skills/{name}/SKILL.md, and fills the skill template.
Quick Ref / Command
Marketing Kit
/ak:kit-builder
Build AgentKit Marketing skills, agents, commands, and workflows using the kit's guides, templates, decision tree, and init script.
Name component
Use decision tree
Load guide
Initialize skeleton
Rule 01
Choose the smallest component type that matches the job
Rule 02
Use kit templates instead of ad-hoc structure
Rule 03
Components live in their documented locations
Rule 04
Keep marketing automation reusable and discoverable
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
Only flags that change the artifact or publish it. Not the full option set.
--yagni YAGNI component pass
Argument-hint flag for keeping a new kit component minimal and avoiding unnecessary structure.
Example
/ak:kit-builder skill referral-scanner --yagni Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:kit-builder skill competitor-signal /ak:kit-builderworkflow weekly-growth-review--yagni
/ak:kit-builder agent launch-copywriter AgentKit component
Pattern
.claude/skills/{name}/SKILL.md, .claude/agents/{name}.md, .claude/commands/{path}.md, or .claude/workflows/{name}.md Generated component scaffold plus filled domain behavior and references