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

Password reset

Forgot-password and signed-in password change.

How to get there

Signed-out: /reset-password. Signed-in: account settings password form.

Drive it

Do not POST a new password that matches the shared seed (ilikecode) — that does not prove the change. Prefer GET the form. If you must mutate, use a distinct temporary password and restore ilikecode afterward.

node tools/control-kody.ts request GET /account
node tools/control-kody.ts request GET /reset-password --skip-login

GET the page after a change; do not stop at "try this URL."

APIs

  • POST /password-reset
  • POST /password-reset/confirm
  • POST /account/password.json