clean-ddd-hexagonal
π―Skillfrom ccheney/robust-skills
Applies Clean Architecture, Domain-Driven Design, and Hexagonal Architecture patterns to systematically design scalable, modular backend services across multiple programming languages.
Installation
npx skills add https://github.com/ccheney/robust-skills --skill clean-ddd-hexagonalSkill Details
Overview
# robust-skills
Architectural taste for AI-assisted development. Backend patterns (DDD, Hexagonal, Clean Architecture), frontend structure (Feature-Sliced Design), database design (Postgres/Drizzle), and system visualization (Mermaid).
```bash
npx skills add https://github.com/ccheney/robust-skills
```
clean-ddd-hexagonal
Apply Clean Architecture + DDD + Hexagonal patterns to backend services. Use when designing APIs, microservices, domain models, aggregates, repositories, bounded contexts, or scalable backend structure. Language-agnostic (Go, Rust, Python, TypeScript, Java, C#).
```bash
npx skills add https://github.com/ccheney/robust-skills --skill clean-ddd-hexagonal
```
feature-slicing
Apply Feature-Sliced Design (FSD) architecture to frontend projects. Use when creating new features/components/pages, restructuring React/Next.js/Vue/Remix projects, organizing frontend code, setting up project structure, fixing import violations, or migrating legacy codebases.
```bash
npx skills add https://github.com/ccheney/robust-skills --skill feature-slicing
```
mermaid-diagrams
Generate Mermaid diagrams in markdown. Use when visualizing code, systems, processes, data structures, database schemas, workflows, or API flows. Supports flowcharts, sequence diagrams, ER diagrams, state machines, Gantt charts, mindmaps, C4, class diagrams, and git graphs.
```bash
npx skills add https://github.com/ccheney/robust-skills --skill mermaid-diagrams
```
postgres-drizzle
PostgreSQL and Drizzle ORM best practices. Use when writing database schemas, queries, migrations, or any database-related code. Proactively apply when creating APIs, backends, or data models.
```bash
npx skills add https://github.com/ccheney/robust-skills --skill postgres-drizzle
```
More from this repository2
postgres-drizzle skill from ccheney/robust-skills
Applies Feature-Sliced Design (FSD) architecture to frontend projects, helping restructure and organize code by creating modular, scalable component and feature structures in React/Next.js/Vue/Remi...