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

Component Characteristics

Abstract Template Class

  • Defines algorithm skeleton
  • Implements invariant steps
  • Declares abstract/hook methods
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026