Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:00 +08:00
commit ad99bdbf1b
13 changed files with 648 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "ccprompts",
"description": "70+ Claude Code slash commands across 12 development phases with Dagger-based safety system, multi-dimensional validation, and specialized agents",
"version": "0.2.0",
"author": {
"name": "Claude Code Community",
"url": "https://github.com/ursisterbtw/ccprompts"
},
"agents": [
"./.claude/agents/rust-expert.md",
"./.claude/agents/python-pro.md",
"./.claude/agents/golang-pro.md",
"./.claude/agents/javascript-expert.md",
"./.claude/agents/bash-shell-scripting.md",
"./.claude/agents/fastapi-optimizer.md",
"./.claude/agents/documentation-writer.md",
"./.claude/agents/performance-optimizer.md",
"./.claude/agents/systems-architect.md",
"./.claude/agents/agent-template-wizard.md"
]
}