architecture-patterns
Implements Clean Architecture, Hexagonal Architecture, and DDD patterns for maintainable Python backend systems.
Install
npx skills add https://github.com/wshobson/agents --skill architecture-patternsStats
| Total installs | 10,017 |
| Weekly installs | 9.9K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers three core patterns: Clean Architecture (layered dependency inward), Hexagonal Architecture (ports and adapters), and Domain-Driven Design (bounded contexts, aggregates, value objects)
- Includes complete directory structures, code examples, and implementation patterns for Python backends using FastAPI, asyncpg, and similar frameworks
- Demonstrates practical separation of concerns: domain entities, use cases, adapters, repositories, and controllers with clear dependency flows
- Provides tactical DDD patterns including value objects, entities, aggregates, domain events, and repositories for modeling complex business logic
Tags
Related skills
| Skill | Installs | vs architecture-patterns |
|---|---|---|
| grill-me | 10,820 | +803 |
| state-management | 10,538 | +521 |
| sql-optimization | 8,296 | -1,721 |
| fastapi-templates | 9,402 | -615 |
| file-organization | 11,029 | +1,012 |
FAQ
- How many installs does architecture-patterns have?
- architecture-patterns has 10,017 total installs and 9.9K installs this week.
- Where is architecture-patterns hosted?
- architecture-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does architecture-patterns have?
- architecture-patterns has 32.4K GitHub stars.
- When was architecture-patterns first indexed?
- OrangeBot.AI first indexed architecture-patterns on Jan 20, 2026.
- How do I install architecture-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill architecture-patterns