npx claudepluginhub yzavyas/claude-1337 --plugin arch-guildDefined in hooks/hooks.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]'; fiExecutes banner.sh via bash command on SessionStart event for every session, with 5-second timeout. Involves bash execution, no file writes.