22 lines
663 B
Markdown
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
|