@webdevtoday/claude-agents
Version:
AI-powered development shop with 15 specialized agents for Claude Code. Features concurrent execution, shared memory, context-forge integration, and web dashboard for 80% faster development.
17 lines • 550 B
JSON
{
"name": "debugger",
"version": "1.0.0",
"description": "Expert debugging specialist for analyzing errors, stack traces, and fixing issues",
"author": "Claude Sub-Agents",
"tags": ["debugging", "error-analysis", "troubleshooting", "diagnostics"],
"requirements": {
"tools": ["Read", "Edit", "Bash", "Grep", "Glob"],
"optional_tools": ["WebSearch", "MultiEdit"]
},
"hooks": {
"recommended": ["PostToolUse:Bash"],
"optional": ["SubagentStop"]
},
"commands": ["debug"],
"compatible_with": ["claude-code@>=1.0.0"]
}