From idea-to-code
Consults design pattern catalog before implementing or refactoring code to check for matching patterns and follow established implementations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idea-to-code:apply-design-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before implementing or refactoring, consult the design pattern catalog to see if an established pattern applies.
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.
npx claudepluginhub humansintheloop-dev/humansintheloop-dev-workflow-and-tools --plugin idea-to-codeGang of Four patterns (Creational, Structural, Behavioral) and when to apply them.
Decision guide for the 23 Gang of Four patterns. Maps code symptoms and goals to the right pattern, then loads the structural recipe.
Detects anti-patterns and architectural debt in codebases, proposes patterns like GoF SOLID DDD CQRS Microservices Cloud, generates boilerplate code. For Next.js FastAPI NestJS Django Express Go.