Use with your agent
Gander is the live review loop for markdown a coding agent is still writing. The CLI, the skill, and MCP are the same on every agent. What changes is where that agent looks for SKILL.md and where it reads MCP config.
gander skill downloads the skill into ~/.gander/skill and symlinks it into the dests Cursor, Claude Code, Codex-family harnesses, OpenCode, and Grok Build already search. gander mcp install merges a gander server into OpenCode, Claude Code, Cursor, and Codex. Other agents usually pick up the skill from ~/.agents/skills/gander or need one extra symlink, plus a stdio MCP entry whose command is gander mcp.
The recommended one-liner already runs both post-steps. After Homebrew or a source build, run them yourself.
curl -fsSL https://release.gander.md/install.sh | bash
gander signup --email [email protected]
Then open the page for your agent. Each one is install, skill, MCP, then the Watch → Comment → Act loop.
Marketing one-pagers for the featured agents also live under /with/… (for example Cursor). These docs pages are the step-by-step.
Featured on the homepage
These are the agents on the landing page tool picker.
Other agents that load skills
Same CLI and the same SKILL.md. Each page has the dest that agent actually searches.