control-kody

Drive and verify the Kody app with a Feature Map and one CLI. Use when changing UI, account routes, preview deploys, or proving a Cloud Agent change with a real origin, session, and /health SHA.

Install
npx skills add 'https://github.com/kentcdodds/kody/tree/main/.agents/skills/control-kody'
Download bundle ↓
main · 8beb6cdScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗
View on GitHub
← Back to SKILL.md

Sign in

Email + password (and social providers when configured).

How to get there

Open /login. Button label is Sign in.

Drive it

node tools/control-kody.ts login --origin http://localhost:3742
node tools/control-kody.ts request GET /session --origin http://localhost:3742

Local default: jane@example.com / ilikecode. Preview default: me@kentcdodds.com / ilikecode.

APIs

  • POST /auth { email, password, mode: "login" }
  • GET /session
  • POST /logout
  • GET /auth/providers.json

Gotchas

  • /mcp is 401 without OAuth. Not a regression.
  • Social-login e2e is a known wrangler-sensitive path; prefer the email lane for agent verification.