Keep · coding-agent SKILL.md
AGENTS.md nested playbook + Cursor Cloud specific instructions
WhenUse when placing AGENTS.md at repo root and in nested packages so closer files win.
StopNever put long-running processes in install. Never paste full runbooks into root AGENTS.md.
Steps
- Use TypeScript for all new files
- Prefer functional components in React
- Use snakecase for database columns
- Follow the repository pattern
- Keep business logic in service layers
- Install is already done by the environment Build (pnpm install).
- Start services: see .cursor/environment.json start and terminals.
- Per-task services the agent only needs sometimes: document the exact
LoadAGENTS.md files. .cursor/environment.json. Repo only.
--- name: AGENTS.md nested playbook + Cursor Cloud specific instructions description: Use when placing AGENTS.md at repo root and in nested packages so closer files win. --- # AGENTS.md nested playbook + Cursor Cloud specific instructions When: Use when placing AGENTS.md at repo root and in nested packages so closer files win. Stop: Never put long-running processes in install. Never paste full runbooks into root AGENTS.md. 1. Use TypeScript for all new files 2. Prefer functional components in React 3. Use snakecase for database columns 4. Follow the repository pattern 5. Keep business logic in service layers 6. Install is already done by the environment Build (pnpm install). 7. Start services: see .cursor/environment.json start and terminals. 8. Per-task services the agent only needs sometimes: document the exact Load: AGENTS.md files. .cursor/environment.json. Repo only.
