skip to content
~/docs~/skills~/pricing~/faq~/dashboard

</aethereum> / tools / agents-md-generator

AGENTS.md & .cursorrules Generator

Build an AGENTS.md or .cursorrules file from a few prompts so Claude Code, Cursor, and Codex follow your project's conventions. Fill in the fields, copy the result, and commit it. Everything runs in your browser: nothing is uploaded.

conventions

// AGENTS.md

# AGENTS.md
Guidance for AI coding agents working in **this project**.
## Stack
- Primary stack: TypeScript / Node
## Conventions
- Use TypeScript in strict mode. Do not use any; prefer precise types.
- Write commit messages in the Conventional Commits format (feat:, fix:, docs:, etc.).
- Prefer named exports over default exports.
## Before you finish
- Run the project's lint, typecheck, and tests.
- Keep changes scoped to the task.

Save this as AGENTS.md in your repo root and commit it. Your agents will read it on every session.

read the docs →