npx claudepluginhub masseater/claude-code-plugin --plugin agnixDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/entry/lint-config-file.ts"
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT} && bun install --production 2>/dev/null || true"
}
]
}
]
}"Ensures Node.js 20+ and runs ensure-deps.mjs on SessionStart. After PostToolUse on Edit/Write/MultiEdit, executes post-edit-check.sh. Accesses files."