Stats
Actions
Tags
From muggle-ai-teams
Runs multiple cleanup and state-finalization scripts on session stop, plus pre-edit architecture checks before Write/Edit tool calls. Executes bash and Python scripts, modifies files.
4 events · 12 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
node ${CLAUDE_PLUGIN_ROOT}/hooks/check-console-log.js10000msnode ${CLAUDE_PLUGIN_ROOT}/hooks/suggest-compact.js5000msnode ${CLAUDE_PLUGIN_ROOT}/hooks/cost-tracker.js5000msnode ${CLAUDE_PLUGIN_ROOT}/hooks/session-end.js10000mstool == 'Bash' && tool_input.command matches 'git commit'node ${CLAUDE_PLUGIN_ROOT}/hooks/batch-completion-check.js5000mstool == 'Write' && tool_input.file_path matches '\.(md|txt|doc)$'node ${CLAUDE_PLUGIN_ROOT}/hooks/doc-file-warning.js "$file_path"5000mstool == 'Agent'node ${CLAUDE_PLUGIN_ROOT}/hooks/dispatch-skill-reminder.js5000mstool == 'Edit' && tool_input.file_path matches '\.(ts|tsx|js|jsx)$'node ${CLAUDE_PLUGIN_ROOT}/hooks/post-edit-format.js "$file_path"10000mstool == 'Edit' && tool_input.file_path matches '\.(ts|tsx)$'node ${CLAUDE_PLUGIN_ROOT}/hooks/post-edit-typecheck.js "$file_path"30000mstool == 'Agent'node ${CLAUDE_PLUGIN_ROOT}/hooks/progress-reminder.js5000mstool == 'Read' && tool_input.file_path matches 'step-'node ${CLAUDE_PLUGIN_ROOT}/hooks/step-context-injector.js5000msnode ${CLAUDE_PLUGIN_ROOT}/hooks/session-start.js10000msnpx claudepluginhub multiplex-ai/muggle-ai-teams --plugin muggle-ai-teams