cursor-rules
Detect your stack and auto-generate AI editor rules - AGENTS.md (Cursor, Copilot, Codex, Claude Code) or Cursor .mdc. npx cursor-compose
Install / Use
npx skills add Kabi10/cursor-rulesInstalls into whichever agent you are using.
.cursorrules
Cursor IDE rules (legacy)
Quality Score
Category
AI & Machine LearningSupported Platforms
Tags
Skill content
View source on GitHubcursor-compose
Stop hand-writing AI coding rules. Detect your stack, generate them — for every tool.
One command scans your project, detects your frameworks, and writes a tailored rules file. Output a portable AGENTS.md (read by Cursor, Copilot, Codex & Claude Code) or Cursor's native .cursor/rules/*.mdc — from one source.
npx cursor-compose --agents # → AGENTS.md, works across every major AI editor
<!--
⚠️ ADD A DEMO GIF HERE — the #1 thing that converts a visitor into a star.
Record with https://github.com/charmbracelet/vhs (scriptable) or asciinema + agg.
Show: run command → detected modules → toggle one → file written. Then update the path below.
-->

Why
Everyone is pasting the same recycled rules files between projects. They go stale, they don't match your actual stack, and every editor wants its own format.
cursor-compose reads your real dependencies (package.json, requirements.txt, pubspec.yaml) and composes a rules file from modular, stack-specific building blocks — and writes it as the portable AGENTS.md standard so the same source works in Cursor, Copilot, Codex and Claude Code. Zero config to start.
Usage
# In your project root:
npx cursor-compose # default → per-module .cursor/rules/*.mdc
npx cursor-compose --agents # → AGENTS.md (portable, cross-tool)
npx cursor-compose --all # → both .mdc and AGENTS.md, one pass
It will:
- Scan your project for dependency files.
- Show the modules it detected and let you toggle optional ones.
- Write your chosen output(s).
No install, no config file required.
Flags
| Flag | Output |
|---|---|
| (default) | per-module .cursor/rules/*.mdc (current Cursor format) |
| --agents | AGENTS.md at repo root — portable across Cursor, Copilot, Codex, Claude Code |
| --all | both .mdc and AGENTS.md in one pass |
| --legacy | a single .cursorrules file |
| --yes, -y | non-interactive: use detected modules, no prompts (great for CI/scripts) |
| -h, --help | show help |
AGENTS.md is safe to hand-edit
The generated content lives between managed markers:
<!-- cursor-compose:start -->
# AGENTS.md
...generated from your stack...
<!-- cursor-compose:end -->
## Your own notes (preserved on regenerate)
Re-running --agents only replaces the managed block — anything you add outside it is kept.
What it detects
| Auto-detected | From |
|---|---|
| Next.js + TypeScript | package.json |
| Supabase | package.json |
| Drizzle ORM | package.json |
| shadcn / Radix UI | package.json |
| FastAPI | requirements.txt |
| Flutter | pubspec.yaml |
Core conventions always load by default.
Optional modules
Toggle these on during the interactive prompt:
saas— multi-tenancy, billing, auth patternsecommerce— cart, checkout, payment flowsclaude-code—CLAUDE.md/ documentation conventionsagentic— agent & tool-calling patterns
Requirements
- Node.js 18+
Roadmap
- [ ]
cursor-compose check— CI command that fails the build when your committed rules drift from your actual dependencies. - [ ] More stacks (Django, Rails, SvelteKit, Expo).
Want a stack supported? Open an issue or send a PR — adding a module is just a markdown file (see CONTRIBUTING.md).
How it works
src/
cli.js # interactive prompt + orchestration + flags
detect.js # reads dependency files → detected modules
compose.js # assembles selected modules; writes .mdc / .cursorrules / AGENTS.md
frontmatter.js # Cursor .mdc YAML frontmatter (not used for AGENTS.md)
modules/ # one .md per framework — the rule building blocks
patterns/ # reusable code-organization patterns
Contributing
New modules are welcome and easy — drop a markdown file in modules/. See CONTRIBUTING.md.
License
MIT
Related Skills
caveman
107.2k🪨 why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
claude-mem
94.4kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Understand-Anything
83.6kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
