Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Configuration files that enhance Cursor AI editor experience with custom rules a
[Cursor AI](https://cursor.sh/) is an AI-powered code editor. `.cursorrules` files define custom rules for Cursor AI to follow when generating code, allowing you to tailor its behavior to your specific needs and preferences.

## Sponsorships

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Spurious blank-line additions in the Sponsorships sections.

Lines 17 and 330 introduce extra blank lines after the ## Sponsorships headings. These appear to be unintentional whitespace changes unrelated to the PR's purpose. Consider reverting these to keep the diff minimal and avoid formatting noise.

Also applies to: 330-330

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 17, Remove the accidental blank lines introduced
immediately after the "## Sponsorships" headings; locate both occurrences of the
header (the "## Sponsorships" lines) and delete the extra empty line following
each so the heading is directly followed by the next content paragraph,
restoring the original spacing and minimizing the diff noise.

<p align="center">
<h3><a href="https://go.warp.dev/awesome-cursorrules">Warp - Built for coding with multiple AI agents</h3>
<a href="https://go.warp.dev/awesome-cursorrules">
Expand All @@ -30,7 +31,6 @@ Configuration files that enhance Cursor AI editor experience with custom rules a
</a>
</p>


## Why .cursorrules?

`.cursorrules` is a powerful feature in Cursor AI that allows developers to define project-specific instructions for the AI. Here's why you might want to use it:
Expand Down Expand Up @@ -286,6 +286,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Utilities

- [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.
- [SEO & GEO Optimizer](./rules/seo-geo-optimizer-cursorrules-prompt-file/.cursorrules) - Universal AI skill for Technical SEO, Content Strategy, Schema Markup, Core Web Vitals, and Generative Engine Optimization (GEO).

## Directories

Expand Down Expand Up @@ -326,6 +327,7 @@ Contributions are welcome! If you have a great `.cursorrules` file to share:
Please ensure your contribution is original or properly credited if based on existing work. Refer to the `.cursorrules` file in the root of this repository for detailed guidelines on formatting, naming conventions, and best practices for contributions.

## Sponsorships

<p align="center">
<h3><a href="https://go.warp.dev/awesome-cursorrules">Warp - Built for coding with multiple AI agents</h3>
<a href="https://go.warp.dev/awesome-cursorrules">
Expand All @@ -342,7 +344,6 @@ Please ensure your contribution is original or properly credited if based on exi
</a>
</p>


---

## License
Expand Down
Loading