The best instruction files
for AI coding agents.
Browse community-made AGENTS.md and CLAUDE.md files for Codex, Claude Code, Cursor, Windsurf and more. Copy. Paste. Ship.
# AGENTS.md
## Project
Next.js 15 + Supabase SaaS. App Router, Server Components.
## Commands
- pnpm dev
- pnpm build
- pnpm typecheck
## Code style
- TypeScript strict. No `any`.
- Server Components by default.
- Tailwind for styling.
## Before editing
- Read schema in supabase/migrations/
- Check existing patterns in src/lib/
## Stack rules
- Use Server Actions for mutations
- Use RLS for all queriesTrending files
AGENTS.md for Next.js + Supabase SaaS
Production-ready instructions for AI agents working on a modern SaaS app with auth, billing, and RLS.
AGENTS.md for Python + FastAPI REST API
Async REST API with FastAPI, SQLAlchemy 2.0, Alembic, and pytest. Production-grade defaults.
AGENTS.md for React + shadcn/ui Dashboard
Single-page admin dashboard with React Router, TanStack Query, and shadcn/ui.
CLAUDE.md for a Next.js App
Claude Code instructions for a modern Next.js 15 app with App Router, Server Actions, and Drizzle ORM.
Popular categories
Browse instruction files by stack, framework, or use case. From SaaS apps to AI agents.
How it works
Find a file
Filter by stack, agent, or use case. Search across hundreds of community-curated instructions.
Copy or download
One-click copy of the raw markdown, or download as AGENTS.md / CLAUDE.md ready to drop in.
Add to your project
Place at the root of your repo. Your AI coding agent reads it automatically — no config needed.
Missing your stack? Submit your own file.
Open a PR on GitHub with your AGENTS.md or CLAUDE.md file. It gets reviewed and added to the directory.