Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:02 +08:00
commit 0a8a6c982f
21 changed files with 4153 additions and 0 deletions

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