@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.
23 lines • 411 B
JSON
{
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "echo '📝 Documentation updated - checking for broken links...' >&2"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "echo '📚 Documentation generation complete' >&2"
}
]
}
]
}