claude-plugins/.claude-plugin/marketplace.json
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

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"
}
}
]
}