design-patterns-best-practices
Installation
SKILL.md
Design Patterns Best Practices
Use this skill when the main question is not just code quality, but pattern choice and pattern fit.
Working Style
- Start from the problem shape, not from pattern names.
- Prefer the smallest pattern that clarifies variation or collaboration.
- Introduce patterns to reduce coupling and change cost, not to impress readers.
- Keep the domain language more visible than the pattern vocabulary.
- Remove or avoid patterns that explain less than the code they replace.