claude-code-ultimate-guide/examples/skills
Florian BRUNIAUX fcc6f2dba3 feat(skills): add design-patterns analyzer skill
Comprehensive GoF design patterns analyzer with stack-aware suggestions.

**Features**:
- Detects 23 GoF patterns (Creational, Structural, Behavioral)
- Stack detection (React, Angular, NestJS, Vue, Express, RxJS, Redux, ORMs)
- Code smell detection with pattern suggestions
- Quality evaluation (5 criteria scoring)
- Prefers stack-native alternatives (e.g., React Context over Singleton)

**Structure**:
- 9 files: SKILL.md + reference docs + detection rules + evaluation checklists
- 3 operating modes: Detection, Suggestion, Evaluation
- Pattern-specific documentation for all 23 GoF patterns

**Documentation**:
- Added comprehensive example in guide section 5.4
- Updated examples/README.md with skill entry
- Updated template count: 65 → 66

**Use cases**:
- Analyze existing patterns in codebase
- Suggest refactoring with stack-native patterns
- Evaluate pattern implementation quality

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-21 13:46:20 +01:00
..
design-patterns feat(skills): add design-patterns analyzer skill 2026-01-21 13:46:20 +01:00
voice-refine feat: add Voice-to-Text section and voice-refine skill 2026-01-20 10:11:03 +01:00
pdf-generator.md feat(seo): add CITATION.cff and improve AI discoverability 2026-01-17 11:21:58 +01:00
security-checklist.md feat: add Learning Paths, examples, and project governance files 2026-01-10 14:25:22 +01:00
tdd-workflow.md feat: add Learning Paths, examples, and project governance files 2026-01-10 14:25:22 +01:00