code-examples-template
Installation
SKILL.md
Code Examples Template Generator
Generate effective code examples for documentation.
Example Principles
The Three Types
| Type | Purpose | Length | Use When |
|---|---|---|---|
| Minimal | Show single concept | 5-10 lines | Teaching one thing |
| Complete | Show full usage | 20-50 lines | Production reference |
| Progressive | Build complexity | 3+ examples | Tutorial style |