Initial commit
This commit is contained in:
26
.claude-plugin/plugin.json
Normal file
26
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user