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
23 lines • 419 B
JSON
{
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "echo '🎨 UI components updated - checking accessibility...' >&2"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "echo '✨ UI implementation complete - components ready' >&2"
}
]
}
]
}