npx claudepluginhub fusengine/agents --plugin fuse-solidDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/validate-solid.py",
"timeout": 10
}
],
"matcher": "Write|Edit"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/check-file-size.py",
"timeout": 10
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/detect-project.py",
"timeout": 5
}
],
"matcher": "*"
}
]
}"Runs gate-reminder commands before Write/Edit and EnterPlanMode tools, after Skill tools, and on session start/resume/clear/compact. Involves file writes."