Production-grade skills for AI coding agents
npx claudepluginhub ccheney/cc-pluginsClean architecture-based skills framework using DDD and hexagonal patterns for maintainable Claude integrations.
Production-grade skills that encode battle-tested architectural patterns and best practices directly into your AI-assisted development workflow.
robust-skills extends AI coding agents with domain-specific expertise for building maintainable, scalable software. Each skill packages comprehensive knowledge—architectural patterns, code examples, anti-patterns to avoid—so your agent can guide you toward robust implementations from the start.
Why skills matter:
| Skill | Domain | Description |
|---|---|---|
| clean-ddd-hexagonal | Backend | Clean Architecture + DDD + Hexagonal patterns for maintainable services |
| feature-slicing | Frontend | Feature-Sliced Design (FSD) for scalable React/Next.js/Vue projects |
| mermaid-diagrams | Documentation | Generate architectural diagrams in markdown |
| postgres-drizzle | Database | PostgreSQL 18 + Drizzle ORM type-safe database patterns |
npx add-skill ccheney/robust-skills
npx add-skill ccheney/robust-skills/clean-ddd-hexagonal
Once installed, skills activate automatically based on context. You can also invoke them explicitly:
# Architecture skills trigger on relevant tasks
"Set up a new Express API with clean architecture"
"Create a new feature for user authentication using FSD"
# Or reference directly
"Use the postgres-drizzle skill to design my schema"
"Generate a mermaid diagram showing the data flow"
Combines three complementary patterns for building maintainable, testable backend systems:
Language-agnostic: works with Go, Rust, Python, TypeScript, Java, and any backend language.
Feature-Sliced Design (FSD) is an architectural methodology for scaffolding frontend applications with rules and conventions for organizing code to remain understandable and stable amid changing business requirements.
Generate diagrams using Mermaid syntax in markdown code blocks. Diagrams render automatically in GitHub, GitLab, Obsidian, Notion, VS Code, and most documentation platforms.
Supports flowcharts, sequence diagrams, class diagrams, ER diagrams, state machines, user journeys, Gantt charts, pie charts, mindmaps, timelines, git graphs, C4 architecture, and more.
Type-safe database applications with PostgreSQL 18 and Drizzle ORM.