Download for macOS
Skill

architecture-patterns

@wshobson Updated 2026-07-22

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or when debugging dependency cycles between application layers.

agent-skillsagentic-aiagentsai-agentsanthropicautomationclaude-codeclaude-code-plugins

Install

git clone https://github.com/wshobson/agents /tmp/agents && ln -s /tmp/agents/plugins/backend-development/skills/architecture-patterns ~/.claude/skills/architecture-patterns

From README

Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. Given: a service boundary or module to architect. Produces: layered structure with clear dependency rules, interface definitions, and test boundaries.