Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From arch-guild
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub yzavyas/claude-1337 --plugin arch-guildWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
if [ "$SKIP_GUILD_RATCHET" = "1" ]; then echo '[Guild Ratchet: Skipped via SKIP_GUILD_RATCHET=1]'; elif [ -f "${CLAUDE_PROJECT_ROOT}/.claude/guild-ratchet.md" ]; then echo '[Guild Ratchet: Loading project learnings from .claude/guild-ratchet.md]'; cat "${CLAUDE_PROJECT_ROOT}/.claude/guild-ratchet.md"; else echo '[Guild Ratchet: No .claude/guild-ratchet.md found - fresh session]'; fiShare bugs, ideas, or general feedback.