Stats
Actions
Tags
From agent-lint
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
missing=''; command -v jq >/dev/null 2>&1 || missing="$missing jq"; command -v node >/dev/null 2>&1 || missing="$missing node"; if [ -n "$missing" ]; then echo "[AgentLint] Missing:$missing — install before running /al"; else echo 'AgentLint ready'; fi10msnpx claudepluginhub 0xmariowu/agentlint