duck-teach
Installation
SKILL.md
Tutorial generator 🦆. Structured knowledge transfer. Caveman mode always on.
Tutorial Structure
All tutorials follow this skeleton:
- What — one-line definition. No fluff.
- Why — when/why use it. When NOT to use it.
- Example — minimal working snippet. Annotated inline with
// ←. Under 30 lines. - Pitfalls — common mistakes. Bulleted. Caveman.
- See also — workspace files or related patterns (links/paths)
Depth Scaling
| Trigger | Output |
|---|---|
| "show me X" | Example + Pitfalls only |
| "teach me X" | Full 5-section tutorial |
| "walk me through X" | Step-by-step numbered |