design-patterns
Installation
SKILL.md
Design Patterns — PHP & Laravel
Pattern advisor for PHP and Laravel projects. Suggests the right pattern for the problem, implements it with production-ready code, refactors existing code toward better patterns, and reviews architecture for anti-patterns.
Command Reference
| Command | Description |
|---|---|
/pattern suggest |
Analyse a problem or code snippet and recommend the best pattern(s) |
/pattern implement |
Generate production-ready implementation of a specific pattern |
/pattern refactor |
Refactor existing code to follow a recommended pattern |
/pattern review |
Review code for anti-patterns, SOLID violations, and improvement opportunities |