Skip to main content
Back to registry

architecture-patterns

wshobson/agents

Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.

Installs8
Install command
npx skills add https://github.com/wshobson/agents --skill architecture-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. Layers (dependency flows inward): Key Principles: Components: Benefits: Strategic Patterns: Tactical Patterns: - Designing new backend systems from scratch - Refactoring monolithic applications for better maintainability - Establishing architecture standards for your team - Migrating from tightly coupled to loosely coupled architectures - Implementing domain-driven design principles - Creating testable and mockable codebases - Planning microservices decomposition - Entities : Core business models - Use Cases : Application business rules - Interface Adapters : Controllers, presenters, gateways - Frameworks & Drivers : UI, database, external services - Dependencies point inward - Inner layers know nothing about outer layers - Business logic independent of frameworks - Testable without UI, database, or external services - Domain Core : Business logic - Ports : Interfaces defining interactions - Adapters : Implementations of ports (database, REST, message queue) - Swap implementations easily (mock for testing) - Technology-agnostic core - Clear separation of concerns - Bounded Contexts : Separate models for different domains - Context Mapping : How contexts relate - Ubiquitous Language : Shared terminology...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does architecture-patterns do?

Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.

Is architecture-patterns good?

architecture-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does architecture-patterns work with?

architecture-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to architecture-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install architecture-patterns?

npx skills add https://github.com/wshobson/agents --skill architecture-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering