Stats
Actions
Tags
From coppermind-cmo
Bootstraps a 'ski' integration on session start, observes Read/Skill tool calls, and hooks user prompts. Executes bash scripts.
3 events · 4 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
create_minduvx --from coppermind-cmo python -c "from coppermind_cmo.hooks.new_mind_onboard import main; main()" 2>/dev/null || true3msstartupcommand -v uvx >/dev/null 2>&1 && mkdir -p ~/.coppermind && touch ~/.coppermind/.plugin-managed && echo '{"env":{"COPPERMIND_PLUGIN":"1"}}' || echo '{"message":"Coppermind requires uv. Install: curl -LsSf https://astral.sh/uv/install.sh | sh"}'5msuvx --from coppermind-cmo python -c "from coppermind_cmo.hooks.auto_prep import main; main()" 2>/dev/null || true5msuvx --from coppermind-cmo python -c "from coppermind_cmo.hooks.skill_router import main; main()" 2>/dev/null || true2msnpx claudepluginhub benfinklea/coppermind-marketplace --plugin coppermind-cmo5plugins reuse this hooks config
First indexed Jan 15, 2026