Rules
AGENTS.md, Cursor & Claude rules for your stack.
10 entries
AGENTS.md Rules for an Astro Static Site
A drop-in AGENTS.md for Astro static sites that keeps AI agents on-stack, prevents SSR drift, and enforces content collection conventions.
AGENTS.md Rules for a Next.js SaaS App
A drop-in AGENTS.md that keeps AI coding agents on-stack and on-convention in a Next.js SaaS codebase.
AI Coding Rules for Auth and Security
AGENTS.md rules for authentication and security that prevent agents from rolling custom crypto, leaking secrets, or bypassing authorization checks.
AI Coding Rules for PostgreSQL Apps
AGENTS.md rules for PostgreSQL-backed apps covering query safety, migration discipline, indexing conventions, and preventing agents from writing N+1 queries.
AI Coding Rules for SEO Content Sites
AGENTS.md rules for SEO-focused content sites that prevent duplicate metadata, enforce structured data, and keep agents from breaking crawlability.
AI Coding Rules for Static Site Performance
AGENTS.md rules for static site performance that enforce Core Web Vitals, image optimization, font loading, and prevent agents from shipping render-blocking resources.
AI Coding Rules for TypeScript Strict Projects
AGENTS.md rules for TypeScript strict-mode projects that eliminate any types, enforce narrowing patterns, and prevent agents from compiling-but-wrong code.
Claude Code Rules for Prisma Projects
Claude Code rules for Prisma ORM projects covering migration safety, query patterns, relation loading, and preventing agents from corrupting the schema.
Codex Rules for Cloudflare Workers
Codex rules for Cloudflare Workers projects that prevent Node.js API usage, enforce binding patterns, and keep agents within the Workers runtime constraints.
Cursor Rules for Tailwind CSS and shadcn/ui
Cursor rules that enforce Tailwind v4 conventions and shadcn/ui component patterns, preventing agents from reinventing primitives that already exist.