Skip to main content
Back to registry

clean-ddd-hexagonal

ccheney/robust-skills

Backend architecture combining DDD tactical patterns, Clean Architecture dependency rules, and Hexagonal ports/adapters for maintainable, testable systems.

Installs1
Install command
npx skills add https://github.com/ccheney/robust-skills --skill clean-ddd-hexagonal
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Backend architecture combining DDD tactical patterns, Clean Architecture dependency rules, and Hexagonal ports/adapters for maintainable, testable systems. Start simple. Evolve complexity only when needed. Most systems don't need full CQRS or Event Sourcing. Dependencies point inward only . Outer layers depend on inner layers, never the reverse. Violations to catch: Design validation: "Create your application to work without either a UI or a database" — Alistair Cockburn. If you can run your domain logic from tests with no infrastructure, your boundaries are correct.

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 clean-ddd-hexagonal do?

Backend architecture combining DDD tactical patterns, Clean Architecture dependency rules, and Hexagonal ports/adapters for maintainable, testable systems.

Is clean-ddd-hexagonal good?

clean-ddd-hexagonal does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does clean-ddd-hexagonal work with?

clean-ddd-hexagonal currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to clean-ddd-hexagonal?

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

How do I install clean-ddd-hexagonal?

npx skills add https://github.com/ccheney/robust-skills --skill clean-ddd-hexagonal

Related skills

More from ccheney/robust-skills

Related skills

Alternatives in Software Engineering