claude-plugins/README.md
Mathias Beaulieu-Duncan 038a21dc4c Initial marketplace with svrnty-cqrs plugin
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 03:37:52 -04:00

22 lines
663 B
Markdown

# Svrnty Claude Plugins
Claude Code plugin marketplace for Svrnty frameworks.
## Installation
```
/plugin marketplace add svrnty/claude-plugins
/plugin install svrnty-cqrs
```
## Available Plugins
### svrnty-cqrs
Claude Code plugin for the Svrnty.CQRS framework. Provides:
- **Auto-detection** — recognizes projects using Svrnty.CQRS packages
- **CQRS philosophy** — enforces domain-driven naming (not CRUD)
- **Harness management** — `/svrnty-cqrs:install-harness` and `/svrnty-cqrs:update-harness` to sync project-level rules, skills, and hooks
- **New project init** — guides setup of new Svrnty.CQRS projects with correct packages and patterns