Files
gh-mgiovani-cc-arsenal/.claude-plugin/plugin.json
2025-11-30 08:40:02 +08:00

26 lines
639 B
JSON

{
"name": "cc-arsenal",
"description": "Security-focused AI agents, quality automation commands, and safety hooks for Claude Code",
"version": "1.0.0",
"author": {
"name": "Giovani Moutinho",
"email": "contact@giovani.dev"
},
"skills": [
"./skills/skill-creator/",
"./skills/jira-cli/"
],
"commands": [
"./commands/docs/adr.md",
"./commands/docs/check.md",
"./commands/docs/diagram.md",
"./commands/docs/init.md",
"./commands/docs/rfc.md",
"./commands/docs/update.md",
"./commands/git/commit.md",
"./commands/git/create-pr.md"
],
"hooks": [
"./hooks/hooks.json"
]
}