Gang of Four patterns (Creational, Structural, Behavioral) and when to apply them.
How this skill is triggered — by the user, by Claude, or both
Slash command
/implementation-patterns:design-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Proven solutions to recurring design problems.
Proven solutions to recurring design problems.
You are selecting a design pattern for a problem. Understand the tradeoffs of each.
npx claudepluginhub sethdford/claude-skills --plugin engineer-implementation-patternsMaps code smells like switch-on-type dispatch, subclass explosion, or tangled construction to matching Gang of Four design patterns, then loads the structural recipe from reference files.
Consults design pattern catalog before implementing or refactoring code to check for matching patterns and follow established implementations.
Covers 26 Gang of Four design patterns with PHP 8.3+ implementations, UML diagrams, and practical use cases.