npx claudepluginhub bishwas-py/gopilot --plugin gopilotDefined in hooks/hooks.json
Write|Editjq -r '.tool_input.file_path // empty' | grep -q '_handlers\.go$' && echo '⚡ Go handler changed — run /gopilot:sdk to regenerate frontend SDK' || trueAfter Write/Edit tool use, cds to git root and runs npm run lint silently (JS/TS projects) or flake8 --quiet (Python), echoes '✓ lint' on success. Post-write lint check.