acc-create-template-method
Installation
SKILL.md
Template Method Pattern Generator
Creates Template Method pattern infrastructure for algorithm skeletons with customizable steps.
When to Use
| Scenario | Example |
|---|---|
| Common algorithm structure | Data import/export with format variations |
| Controlled extension points | Report generation with customizable sections |
| Code reuse across variants | Order processing with type-specific steps |
| Invariant parts protection | Template rendering with hooks |