design-patterns
Installation
SKILL.md
Design Patterns
A technology-agnostic skill for software architecture and design patterns.
Architectural Patterns
Layered Architecture
pattern: layered_architecture
description: "Separation of concerns through horizontal layers"
layers:
presentation:
responsibility: "User interface and input handling"
communicates_with: [application]