26 lines
664 B
JSON
26 lines
664 B
JSON
{
|
|
"name": "svrnty-plugins",
|
|
"owner": {
|
|
"name": "Svrnty",
|
|
"url": "https://git.openharbor.io/svrnty"
|
|
},
|
|
"metadata": {
|
|
"description": "Svrnty Claude Code plugins — framework-specific harnesses for .NET development"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "svrnty-cqrs",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.openharbor.io/svrnty/claude-cqrs-plugin.git",
|
|
"ref": "main"
|
|
},
|
|
"description": "Auto-detects Svrnty.CQRS projects, enforces domain-driven patterns, and manages project-level rules/skills/hooks.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Svrnty"
|
|
}
|
|
}
|
|
]
|
|
}
|