npx claudepluginhub netresearch/claude-code-marketplace --plugin typo3-docsDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/validate_rst.py",
"timeout": 2
}
],
"matcher": "Write"
},
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/validate_rst.py",
"timeout": 2
}
],
"matcher": "Edit"
}
]
}"Executes guard-plugin-cache.sh before Edit and Write tool calls to protect plugin cache integrity. PreToolUse hooks perform file writes."