Stats
Actions
Tags
From skillz
Bootstraps a Python environment on plugin setup, then runs a session-start script on every new Claude Code session to load context or environment variables.
2 events · 3 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
[ "$(uname)" != Darwin ] || "${CLAUDE_PLUGIN_ROOT}/bin/install-pbcopy-uri-handler"[ "$(uname)" != Darwin ] || cat "${CLAUDE_PLUGIN_ROOT}/context/copy-links.md"{ mkdir -p "${HOME}/.claude/rules"; for f in "${HOME}/.claude/rules"/skillz-*.md; do [ -e "${CLAUDE_PLUGIN_ROOT}/rules/${f##*/skillz-}" ] || rm -f "$f"; done; for f in "${CLAUDE_PLUGIN_ROOT}"/rules/*.md; do cp -f "$f" "${HOME}/.claude/rules/skillz-${f##*/}"; done; } >/dev/null 2>&1; exit 0npx claudepluginhub northisup/skillz --plugin skillz5plugins reuse this hooks config
First indexed Jun 1, 2026