Skip to content

Releases: ccheney/robust-skills

v2.1.0

19 Jan 14:29

Choose a tag to compare

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 root app/ 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

19 Jan 07:22

Choose a tag to compare

What's New

Major Changes

  • Rebranded to robust-skills - Agent-agnostic skills for AI coding agents
  • Dual CLI support - Compatible with both npx add-skill and npx 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-skills

v1.1.1

16 Jan 10:06

Choose a tag to compare

Changes

  • Add npx add-skill ccheney/cc-plugins installation 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

16 Jan 09:57

Choose a tag to compare

What's New

  • Fixed marketplace structure - marketplace.json now 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