Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Patterns Structural

Implement structural design patterns (Adapter, Decorator, Facade, Proxy, Composite, Bridge, Flyweight). Use when wrapping/composing objects, translating between interfaces, simplifying a complex subsystem, adding caching/auth/lazy-loading via indirection, or building recursive tree structures. NOT for object creation (use patterns-creational); NOT for algorithms/eventing/state machines (use patterns-behavioral).

majiayu000 599a97e 2 files · 4.9 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/patterns-structural commit 599a97ec2b

Frequently asked questions

npx skillmds add majiayu000/patterns-structural