This repository provides a collection of curated AI prompts designed to streamline developer workflows. It includes generators for various AI coding tool context files like .cursorrules, CLAUDE.md, and GEMINI.md, helping teams standardize AI-assisted development. The prompts automate the creation of these context files, reducing manual effort and improving AI tool effectiveness.
Curated AI prompts for developer workflows — context file generation, code review, refactoring, and more. Built for teams standardizing on AI-assisted development.
Every major AI coding tool has its own project context file. Same purpose, different locations:
| Tool | File | Location |
|---|---|---|
| Cursor (legacy) | .cursorrules | Project root |
| Cursor (new) | .cursor/rules/*.mdc | .cursor/rules/ directory |
| Claude Code CLI | CLAUDE.md | Project root |
| Gemini CLI | GEMINI.md | Project root |
| Google Antigravity | .agent/rules/*.md | .agent/rules/ directory |
| GitHub Copilot | .github/copilot-instructions.md | .github/ directory |
| Windsurf | .windsurfrules | Project root |
| Cline | .clinerules | Project root |
| OpenAI Codex | AGENTS.md | Project root |
| Zed | .zed/settings.json | .zed/ directory |
The content is ~90% the same across all tools. The investment in one context file is reusable — copy content, change file name.
Only ~30% of developers use context files. This is the single biggest gap between "fancy autocomplete" and genuinely productive AI-assisted development.
context-files/)Prompts that scan your existing codebase and auto-generate the right context file. No manual writing required — paste the prompt, review the output, commit.
| Prompt | Tool | Type |
|---|---|---|
| cursorrules-small-repo.md | Cursor | Single .cursorrules file for standard repos |
| cursorrules-large-repo.md | Cursor | Modular .cursor/rules/*.mdc for complex/monorepos |
| claude-md-generator.md | Claude Code CLI | CLAUDE.md — terminal agent onboarding docs |
| gemini-rules-generator.md | Gemini CLI | GEMINI.md — terminal agent onboarding docs |
| antigravity-rules-generator.md | Google Antigravity | .agent/rules/*.md with activation modes |
.github/copilot-instructions.md.windsurfrules, .clinerulesAGENTS.mdAre you using an IDE or a terminal agent?
IDE (Cursor, Antigravity, VS Code)
├── Simple/single repo? → cursorrules-small-repo.md
├── Complex/monorepo? → cursorrules-large-repo.md
└── Antigravity? → antigravity-rules-generator.md
Terminal agent (CLI)
├── Claude Code? → claude-md-generator.md
└── Gemini CLI? → gemini-rules-generator.md
These prompts are designed to:
This repo is a living collection. Contributions are welcome and encouraged.
git checkout -b add-windsurf-generator).cursor/rules/ documentationMIT