npx claudepluginhub kossakovsky/cc-plugins --plugin plugin-developmentDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate-plugin.sh",
"timeout": 30
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "echo '✓ plugin-development loaded: Use /plugin-development:init to scaffold a new plugin'"
}
],
"matcher": "startup"
}
]
}"Blocks Write/Edit tool calls on .team/team.json and .team/task-state.json files, warning to use cmux-team create-task/update-task/close-task commands instead. Renames tabs to '[NUM] Claude Code' on SessionStart using cmux. Blocks tools, checks files."