26 lines
639 B
JSON
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"
|
|
]
|
|
} |