npx claudepluginhub echovic/boss-skill --plugin bossDefined in hooks/hooks.json
node "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "stop:pipeline-guard" "scripts/hooks/on-stop.js" "standard,strict"30msWrite|Editnode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "pre:write:artifact-guard" "scripts/hooks/pre-tool-write.js" "standard,strict"5msBashnode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "pre:bash:dangerous-cmd-guard" "scripts/hooks/pre-tool-bash.js" "standard,strict"5msnode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "session:end" "scripts/hooks/session-end.js"10msWritenode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "post:write:artifact-track" "scripts/hooks/post-tool-write.js" "standard,strict"10msBashnode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "post:bash:context" "scripts/hooks/post-tool-bash.js" "standard,strict"10msnode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "notification:log" "scripts/hooks/on-notification.js"5msstartupnode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "session:start" "scripts/hooks/session-start.js"10msresumenode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "session:resume" "scripts/hooks/session-resume.js"10msnode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "subagent:stop" "scripts/hooks/subagent-stop.js"10msnode "${CLAUDE_PLUGIN_ROOT}/scripts/lib/run-with-flags.js" "subagent:start" "scripts/hooks/subagent-start.js"5msPipeline workflow guard: blocks premature Stop during stages, dangerous Bash (rm -rf, git force-push, DROP TABLE) on PreToolUse, invalid Write/Edit to execution.json. Tracks artifacts post-Write/Bash, logs sessions/notifications via Node.
Share bugs, ideas, or general feedback.