Stats
Actions
Tags
From inc-os
Records tool usage metrics (emit.mjs), logs user prompts as skills (emit-skill.mjs), sweeps old context on session start, checks for plugin updates, and flushes data on session end. Optionally prompts system improvement on Tuesdays and Fridays. Runs node scripts and shell commands.
4 events · 8 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
node ${CLAUDE_PLUGIN_ROOT}/hooks/flush.mjs15msnode ${CLAUDE_PLUGIN_ROOT}/hooks/plugin-update.mjs5msnode ${CLAUDE_PLUGIN_ROOT}/hooks/emit.mjs3msnode ${CLAUDE_PLUGIN_ROOT}/hooks/sweep.mjs10msnode ${CLAUDE_PLUGIN_ROOT}/hooks/plugin-update.mjs5msnode ${CLAUDE_PLUGIN_ROOT}/hooks/check-behind.mjs10msday=$(date +%u); if [ "$day" = "2" ] || [ "$day" = "5" ]; then printf '{"systemMessage":"Run /inc-os:improve-system to review your sessions."}'; fi5msnode ${CLAUDE_PLUGIN_ROOT}/hooks/emit-skill.mjs3ms7plugins reuse this hooks config
First indexed Dec 7, 2025
Showing the 6 earliest of 7 plugins
npx claudepluginhub austinmarchese/incubator-os-plugin --plugin inc-os