Autonomous recipes.
Working recipes that wire Eyepup's CLI into your coding agent. Each one is copy-pasteable, real commands only, no MCP placeholders. Pick the recipe that matches your stack and you've got a closed Watch → Research → Rank → Ship → Measure → Repeat loop in under 10 minutes.
Claude Code: pre-tool To-Do hook
Claude Code~5 minSurface the highest-impact friction pattern before any UX edit. Stops Claude Code from shipping a smaller fix when a bigger one is waiting.
Read recipe →Post-deploy: log every change automatically
Any deploy pipeline~3 minDrop `eyepup log` into your CI / git hook so every shipped change reaches the dossier agent. The agent grades the next batch of visitors against the deploy.
Read recipe →Cursor: terminal-driven auto-loop
Cursor~4 minOpen Cursor's integrated terminal, pin `eyepup todo` to a tab, and let Cursor read it as live context for every fix.
Read recipe →Prerequisites for every recipe
$ npm i -g eyepup $ eyepup login $ cd your-app && eyepup install
That's it — the CLI is authed, the snippet is injected. Every recipe below assumes this baseline. Full CLI reference →
