From idea-to-code
Consults design pattern catalog before implementing or refactoring code to check for matching patterns and follow established implementations.
npx claudepluginhub humansintheloop-dev/humansintheloop-dev-workflow-and-tools --plugin idea-to-codeThis skill uses the workspace's default tool permissions.
Before implementing or refactoring, consult the design pattern catalog to see if an established pattern applies.
Provides PHP 8.3+ implementations, UML guidance, real-world examples, trade-offs, and anti-patterns for 26 Gang of Four design patterns. Activates for applying patterns, refactoring code, selecting patterns, or reviewing usage.
Applies design patterns (Singleton, Factory, Observer, Strategy, etc.) to refactor code architecture, implement extensible systems, and follow SOLID principles.
Provides language-agnostic SOLID principles, design patterns, DRY, KISS guidelines for code reviews, architecture analysis, refactoring, and design decisions.
Share bugs, ideas, or general feedback.
Before implementing or refactoring, consult the design pattern catalog to see if an established pattern applies.
Read the catalog index — design-pattern-catalog/index.md lists all documented patterns with a short description of the problem each one solves.
Check for a matching pattern — if the task involves a problem described in the index, read the full pattern entry.
Follow the pattern — use the reference implementation and testing strategies documented in the entry. Do not invent a new approach when a cataloged pattern exists.
If no pattern matches — proceed normally. Not every task needs a cataloged pattern.