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

Feature Map

Searchable map of Kody user-facing surfaces. Load one file, not this whole directory.

The catalog in tools/control-kody/feature-catalog.ts is the machine-readable source. node tools/control-kody.ts map --check fails when a listed path leaves routes.ts or a required HTML route has no entry.

How to use it

node tools/control-kody.ts map
node tools/control-kody.ts map waiting
node tools/control-kody.ts map --check

Then drive the surface with login, request, preview, and health. See the control-kody skill.

Surfaces

Seed users

EnvironmentEmailPasswordNotes
Localjane@example.comilikecodeNon-admin. Prefer this.
Localkody@example.comilikecodeAdmin. Avoid unless needed.
Previewme@kentcdodds.comilikecodeNon-admin. Empty until seeded via JSON APIs.

Create preview data with control-kody request / preview --request. Do not raw-D1-seed preview.

Referenced from SKILL.md