k-create-skill
Installation
SKILL.md
Creating Claude Skills
Knowledge for creating and maintaining Claude commands and skills.
Mechanic Skill System
This project uses a three-prefix taxonomy:
| Prefix | Type | Purpose |
|---|---|---|
c- |
Commands | Action workflows with explicit steps |
s- |
Skills | How-to knowledge (paired with commands) |
k- |
Knowledge | Context/background (no command needed) |
See ../../AGENTS.md for full system documentation.
Creating a New Action
To add a new action (e.g., "deploy"):