Releases: ccheney/robust-skills
Releases · ccheney/robust-skills
v2.1.0
Changes
Remove external tooling dependencies from skills. Skills now provide pure patterns and best practices without requiring users to install specific tools or libraries.
feature-slicing
- Remove Steiger linter references and config
- Remove ESLint configuration examples
- Update Next.js pattern to use
src/app/for App Router (no rootapp/folder)
postgres-drizzle
- Remove npm install instructions from Quick Start
mermaid-diagrams
- Remove Integration Tips section (VS Code extension, Docusaurus setup)
v2.0.0 - robust-skills
What's New
Major Changes
- Rebranded to robust-skills - Agent-agnostic skills for AI coding agents
- Dual CLI support - Compatible with both
npx add-skillandnpx openskills
New Skills
- clean-ddd-hexagonal - Clean Architecture + DDD + Hexagonal patterns for backend services (Go, Rust, Python, TypeScript, Java)
- feature-slicing - Feature-Sliced Design (FSD) architecture for frontend projects (React, Next.js, Vue)
Skill Updates
- mermaid-diagrams - Added comprehensive reference documentation for all diagram types
- postgres-drizzle - Restructured with references and code examples
Installation
npx add-skill ccheney/robust-skills
# OR
npx openskills add ccheney/robust-skillsv1.1.1
Changes
- Add
npx add-skill ccheney/cc-pluginsinstallation method (via vercel-labs/add-skill) - Update README with improved installation instructions
Skills
- mermaid-diagrams - Generate Mermaid diagrams in markdown
- postgres-drizzle - PostgreSQL 18 + Drizzle ORM best practices
v1.1.0
What's New
- Fixed marketplace structure -
marketplace.jsonnow correctly placed in.claude-plugin/directory - mermaid-diagrams skill - Generate Mermaid diagrams for flowcharts, sequence diagrams, ERDs, and more
- postgres-drizzle skill - PostgreSQL 18 + Drizzle ORM 0.45 best practices for schema design, queries, and performance
Skills
| Skill | Description |
|---|---|
mermaid-diagrams |
Generate Mermaid diagrams in markdown |
postgres-drizzle |
PostgreSQL 18 and Drizzle ORM best practices |