design-patterns-creational-structural

Installation
SKILL.md

Design Patterns: Creational and Structural

Overview

Creational patterns control how objects are created. Structural patterns control how objects are composed into larger structures. Recognizing which pattern is — or should be — present is a core code review skill.

When to Use

  • Object instantiation logic scattered or tightly coupled to concrete classes
  • Class hierarchies becoming difficult to extend independently
  • Missing abstraction causing duplication or fragility

Quick Reference

Installs
8
GitHub Stars
4
First Seen
Apr 8, 2026
design-patterns-creational-structural — mickeyyaya/refactoring-skills