npx claudepluginhub fusengine/agents --plugin fuse-securityDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/check-security-skill.py"
}
],
"matcher": "Write|Edit"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/track-skill-read.py"
}
],
"matcher": "Read"
},
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/track-mcp-research.py"
}
],
"matcher": "mcp__.*context7|mcp__.*exa"
}
]
}"Auto-formats JS/TS/JSON/CSS/SCSS/LESS/MD/YAML/HTML/Vue/Svelte files with Prettier after Write/Edit. Optional pre-Edit format validation (disabled). Modifies files."