Cursor Patterns
Repo structures and AI coding workflows built around Cursor. Compare file setups, tradeoffs, and what fits your project.
Repo structures and AI coding workflows built around Cursor. Compare file setups, tradeoffs, and what fits your project.
One AGENT.md file as the single source of truth, with symlinks to CLAUDE.md, .cursorrules, .windsurfrules, and copilot-instructions.md.
Separates what to build (SPEC.md) from how the AI should work (CLAUDE.md). Specs define features and constraints, CLAUDE.md defines workflow and conventions.
Frontend-optimized AI config covering design system tokens, component conventions, and testing patterns across Cursor, Copilot, and Claude Code simultaneously.
Scoped .cursor/rules/*.mdc files with glob patterns, auto-attach triggers, and file references. The modern Cursor project setup.
Root-level CLAUDE.md with per-package CLAUDE.md files that Claude auto-loads when working in subdirectories. Works with Turborepo, Nx, and pnpm workspaces.