claude-agents-manager
Version:
Elite AI research and development platform with 60+ specialized agents, comprehensive research workflows, citation-backed reports, and advanced multi-agent coordination for Claude Code. Features deep research capabilities, concurrent execution, shared mem
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"]
}