Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [How-To Documentation](./rules/how-to-documentation-cursorrules-prompt-file/.cursorrules) - Cursor rules for how-to documentation development with integration.

### Utilities
- [cursor-init](https://github.com/Kabi10/cursor-rules) - An npm package that auto-detects your project's tech stack and generates a composed `.cursorrules` file. Scans for package.json, requirements.txt, pubspec.yaml, and more. Supports 12 modular rule templates and both `.cursorrules` (legacy) and `.cursor/rules/project.mdc` (2026) formats. Zero configuration—just run `npx cursor-init` in your project root.

- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.

Expand Down