create-skill
Installation
SKILL.md
Creating New Skills
This skill explains how to create new skills that follow the agentskills.io specification.
🤖 Automatic Skill Identification (For Agent)
During any work, I should actively monitor for these signals:
- Repetition: I'm explaining the same process for the 3rd time
- Complexity: Workflow involves >5 sequential steps
- Project-specific: Process is unique to this codebase (not generic programming)
- Pattern discovery: Similar logic appears in 3+ different files
- Manual toil: Repetitive task that could be documented/automated
Action: If 2 or more are true → PROPOSE creating a skill to the user