skill-archetypes
Installation
SKILL.md
Skill Archetypes
Identify which archetype fits best and follow its structure.
1. CLI Reference Skill
For tools, CLIs, APIs. Structure by operations, minimize prose.
## Authentication
[How to authenticate]
## Core Operations
| Command | Description |
|---------|-------------|
| `tool init` | Initialize project |
| `tool run` | Execute task |