AI AGENT ADDONS

Architecture Patterns

wshobson/agents
Backend & APIs
19,246installs

Backend architecture patterns help you build software that is easy to change and test. Clean Architecture, Hexagonal Architecture, and Domain-Driven Design are proven ways to organize your code. These patterns keep your business logic separate from databases, web frameworks, and external services.

Anyone designing a new microservice or refactoring a large application can benefit. You will learn to create layered structures with clear rules. Your code becomes more flexible and you can swap out databases or APIs without rewriting the core logic.

Testing gets much simpler too. With these patterns you can run unit tests without a real database or Docker. This skill gives you the tools to build maintainable and scalable systems that last.

Add Architecture Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/architecture-patterns

Project

mkdir -p .claude/skills/architecture-patterns

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago