@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 • 536 B
JSON
{
"name": "refactor",
"version": "1.0.0",
"description": "Code refactoring specialist for improving code structure, patterns, and maintainability",
"author": "Claude Sub-Agents",
"tags": ["refactoring", "code-quality", "patterns", "clean-code"],
"requirements": {
"tools": ["Read", "Edit", "MultiEdit", "Grep", "Glob"],
"optional_tools": ["Bash", "WebSearch"]
},
"hooks": {
"recommended": [],
"optional": ["PreToolUse:Edit"]
},
"commands": ["refactor"],
"compatible_with": ["claude-code@>=1.0.0"]
}