clean-ddd-hexagonal
Architectural guidance and patterns for Clean Architecture, DDD, and Hexagonal layers in backend systems.
Install
npx skills add https://github.com/ccheney/robust-skills --skill clean-ddd-hexagonalStats
| Total installs | 1,479 |
| Weekly installs | 1.5K |
| GitHub stars | 28 |
| First seen | Jan 21, 2026 |
| Source | @ccheney/robust-skills |
Summary
- Enforces strict dependency rules (inward only) with clear layer separation: domain (core logic), application (use cases), and infrastructure (adapters)
- Provides tactical DDD patterns including entities, value objects, aggregates, domain events, repositories, and domain services with concrete decision trees for placement
- Includes anti-pattern warnings (anemic models, god aggregates, leaking infrastructure, premature CQRS) and implementation sequencing from domain discovery through adapter implementation
- Covers aggregate boundary design, repository-per-aggregate strategy, eventual consistency via domain events, and transaction management across service boundaries
- Language-agnostic guidance applicable to Go, Rust, Python, TypeScript, Java, and C# with reference documentation on layers, bounded contexts, CQRS, event sourcing, and testing strategies
Tags
Related skills
| Skill | Installs | vs clean-ddd-hexagonal |
|---|---|---|
| telegram-bot-builder | 1,347 | -132 |
| monetize-service | 1,575 | +96 |
| springboot-verification | 1,315 | -164 |
| cpp-coding-standards | 1,358 | -121 |
| bun-development | 1,527 | +48 |
FAQ
- How many installs does clean-ddd-hexagonal have?
- clean-ddd-hexagonal has 1,479 total installs and 1.5K installs this week.
- Where is clean-ddd-hexagonal hosted?
- clean-ddd-hexagonal is published by @ccheney/robust-skills at https://github.com/ccheney/robust-skills.
- How many GitHub stars does clean-ddd-hexagonal have?
- clean-ddd-hexagonal has 28 GitHub stars.
- When was clean-ddd-hexagonal first indexed?
- OrangeBot.AI first indexed clean-ddd-hexagonal on Jan 21, 2026.
- How do I install clean-ddd-hexagonal?
- Run: npx skills add https://github.com/ccheney/robust-skills --skill clean-ddd-hexagonal