For coding agents who need supervision

Keep it simple, stupid.

A practical, token-efficient rulebook for stopping a two-file change from becoming a six-layer architecture.

No package. No custom index. No “enterprise-ready” abstraction for a button. ✨

Less nonsense. More working software.

01

Less code.

Delete, reuse, and simplify before adding more things for someone else to maintain.

02

Less guessing.

Start with the files you provided. Search the repository only when the context is actually insufficient.

03

Less AI slop. 🧹

Use the existing design system. Not every product needs purple glows, glass cards, and a three-column feature grid.

04

More proof. 🧪

New API endpoints are tested locally before anyone confidently writes “should work.”

Six files. Calm down.

Enough structure to keep agents disciplined. Not enough structure to require an architecture committee.

Using Claude Code, Gemini CLI, or another coding agent?
You may need to rename AGENTS.md to the instruction filename expected by your tool (for example, CLAUDE.md or GEMINI.md).

AGENTS.md
agent-guides/
├── engineering.md
├── backend.md
├── frontend.md
├── uiux-ds.md
└── testing.md

Download. Extract. Drop it in.

Put the files in the highest folder your coding agent should treat as the project.

  1. Download the zip.

    Grab as-kiss.zip from this page.

  2. Extract it.

    You should see AGENTS.md and the agent-guides/ folder.

  3. Move both into your project root.

    For a monorepo, place them in the folder that contains your apps, like backend/, frontend/, admin/, or mobile/. For a single app, place them beside README.md, package.json, or your framework config.

  4. Rename only if your tool requires it.

    Some agents expect names like CLAUDE.md or GEMINI.md. Keep agent-guides/ beside it.

Mostly, it gets out of the way.

  • Install another framework.
  • Read the whole repository for a button change.
  • Create abstractions for imaginary future features.
  • Test your API on production. Obviously.
  • Replace your judgment. Sadly, you still need that.

Your agent already knows how to code.

It just needs rules telling it when to stop doing too much.