Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From litestar
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub litestar-org/litestar-skills --plugin litestarWhere this hook configuration is defined
Defined in hooks/hooks-claude.json
Event handlers and matchers — expand Raw Configuration for the full JSON
startup|clear|compactr="${CLAUDE_PLUGIN_ROOT:-}"; [ -n "$r" ] || r="$(ls -d "$HOME"/.claude/plugins/marketplaces/litestar "$HOME"/.claude/plugins/marketplaces/*/plugins/litestar 2>/dev/null | head -n1)"; r="${r:-.}"; CLAUDE_PLUGIN_ROOT="${r%/}" bash "${r%/}/hooks/session-start.sh"Share bugs, ideas, or general feedback.