https://github.com/Wittlesus/cursorrules-pro
Professional .cursorrules configs for 8 popular stacks. Works with Cursor, Cline, Claude Code.
https://github.com/Wittlesus/cursorrules-pro
ai-assistant ai-coding claude-code cline cursor cursorrules developer-tools ide-config windsurf
Last synced: 13 days ago
JSON representation
Professional .cursorrules configs for 8 popular stacks. Works with Cursor, Cline, Claude Code.
- Host: GitHub
- URL: https://github.com/Wittlesus/cursorrules-pro
- Owner: Wittlesus
- License: other
- Created: 2026-02-14T01:58:51.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-02-15T03:09:56.000Z (about 1 month ago)
- Last Synced: 2026-02-15T09:37:19.166Z (about 1 month ago)
- Topics: ai-assistant, ai-coding, claude-code, cline, cursor, cursorrules, developer-tools, ide-config, windsurf
- Language: Shell
- Homepage: https://wittlesus.github.io/blog/best-cursor-ai-rules-prompts-2026.html
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- antigravity-awesome-skills - Wittlesus/cursorrules-pro - Next.js, React, Python, Go, Rust, and more. Works with Cursor, Claude Code, and Windsurf. (Credits & Sources / Community Contributors)
README
AI Dev Config Toolkit
The only config pack that covers ALL major AI coding assistants.
Cursor + Claude Code + Windsurf + GitHub Copilot. 5 project types. 20 config files. Ready in 30 seconds.
One-time purchase. Not a subscription. Lifetime updates included.
---
## Features
- [x] **5 project type configs** -- SaaS, API, Mobile, CLI, Data Science
- [x] **4 files per project type** -- `.cursorrules`, `CLAUDE.md`, `.windsurfrules`, `.github/copilot-instructions.md`
- [x] **CLAUDE.md templates** -- the only collection that includes these (awesome-cursorrules has 37,800 stars but zero)
- [x] **Multi-tool coverage** -- Cursor, Cline, Claude Code, GitHub Copilot, Windsurf
- [x] **8 legacy stack configs** -- Next.js, React Native, FastAPI, Express, Rust, Go, SvelteKit, Django
- [x] **50-150 lines per config** -- production-tested depth (free alternatives are 10-30 lines)
- [x] **Project-focused** -- organized by what you are building, not just your tech stack
- [x] **Architecture patterns** -- error handling, testing strategies, security, deployment
- [x] **Lifetime updates** -- new configs added as AI tools and frameworks evolve
---
## Quick Start
### For Cursor
```bash
cp config-templates/saas/.cursorrules /path/to/your/project/
```
### For Claude Code
```bash
cp config-templates/saas/CLAUDE.md /path/to/your/project/
```
### For Windsurf
```bash
cp config-templates/saas/.windsurfrules /path/to/your/project/
```
### For GitHub Copilot
```bash
mkdir -p /path/to/your/project/.github
cp config-templates/saas/.github/copilot-instructions.md /path/to/your/project/.github/
```
Copy the config. Restart your editor. Done.
---
## Why This vs Free Alternatives
| Feature | awesome-cursorrules (37.8k stars) | cursor.directory | AI Dev Config Toolkit |
|---------|-----|------|------|
| Cursor rules | Yes | Yes | Yes |
| **CLAUDE.md templates** | No | No | **YES** |
| **Windsurf configs** | No | No | **YES** |
| **Copilot instructions** | No | No | **YES** |
| Project type coverage | Stack-focused | Stack-focused | **Project-focused** |
| Config depth | 10-30 lines | 10-50 lines | **50-150 lines** |
| Multi-tool support | No | No | **Full coverage** |
**awesome-cursorrules has 37,800 stars but ZERO CLAUDE.md templates.** cursor.directory has thousands of rules but zero Windsurf or Copilot configs. We give you complete coverage across all major AI coding tools.
---
## What Is Included
### 5 Project Type Configs
Each includes `.cursorrules`, `CLAUDE.md`, `.windsurfrules`, and `.github/copilot-instructions.md`.
**1. SaaS Project** -- Next.js 14+ App Router, Server Components, Server Actions, TypeScript strict mode, Zod validation, auth patterns, database patterns, testing strategy, deployment. Perfect for web apps, dashboards, B2B tools.
**2. API Project** -- Clean architecture (Controllers > Services > Repositories), REST API design, JWT auth, RBAC, rate limiting, input validation, error handling, logging. Works with FastAPI, Express, Nest.js, Go Fiber, Actix.
**3. Mobile Project** -- React Native + Expo, FlatList performance, platform-specific code, Expo Router, state management (Zustand + React Query), native modules, permissions, secure storage, E2E testing with Maestro, EAS builds.
**4. CLI Tool Project** -- Command structure, user-friendly errors, progress indicators, interactive prompts, configuration management, secrets handling (OS keychain), cross-platform compatibility, distribution (PyPI, npm, crates.io).
**5. Data Science / ML Project** -- Jupyter best practices, reproducibility, data exploration, train/val/test splits (no data leakage), baseline models, hyperparameter tuning, experiment tracking (MLflow, W&B), production deployment.
### 8 Legacy Stack Configs
Single-file `.cursorrules` for: Next.js, React Native, FastAPI, Express, Rust, Go, SvelteKit, Django.
---
## What Makes CLAUDE.md Different
CLAUDE.md files are project-specific instruction files for Claude Code CLI -- Anthropic's official AI coding tool.
**No free collection offers CLAUDE.md templates.** Our configs include:
- Project context (structure, tech stack, deployment notes)
- Key commands (npm scripts, CLI commands, deployment steps)
- Common patterns (how YOUR project does auth, database, API calls)
- Troubleshooting (pre-answered common build errors, log locations)
---
## Who Is This For?
- Developers using **any** AI coding assistant (not just Cursor)
- Teams that want **consistent AI behavior** across all editors and tools
- Anyone building SaaS, APIs, mobile apps, CLI tools, or ML projects
- Developers who want their AI to understand their project from day one
---
## License
Personal and commercial use permitted. You may not redistribute or resell the config collection itself.
---
**Built for developers who want their AI coding tools to understand their project from day one.**