From f1c03c4a2d053967c3116ebec74b964d2d91e560 Mon Sep 17 00:00:00 2001 From: SurefireStudios <123013554+SurefireStudios@users.noreply.github.com> Date: Thu, 10 Sep 2026 09:58:01 -0700 Subject: [PATCH] docs: fix sponsor block markup and add header badges The sponsorship block had invalid HTML. Each entry opened an anchor inside a heading but closed the heading first:

coderabbit.ai - ...

The first is never closed, the lands inside it, and block-level headings sit inside a

, which browsers implicitly close at the first

. Rendering depends on sanitiser recovery rather than the markup itself. Each sponsor is now a closed anchor inside its heading, inside a
rather than a

, with quoted width attributes and no trailing whitespace. The Unblocked logo was also loaded from a third-party fork: https://github.com/claire-gong-18/awesome-cursorrules/blob/main/...?raw=true Unblocked-logo-sq-words-over-gradient-1024w.png is already committed here, so the image now resolves locally. A sponsor logo should not depend on a fork that this repository does not control. Adds a badge row under the title for stars, forks, contributing and license. The contributing badge links contributing.md, which the README did not reference anywhere; check-awesome-list forbids Contributing in the Contents section, and a badge stays outside that section. Sponsorships stays as an HTML

so Contents remains the first markdown h2, as check-awesome-list requires. All 223 list entries are untouched. Verified with scripts/check-awesome-list.mjs and scripts/check-repo-hygiene.mjs --only readme, both passing. --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8204dac5..c4d92d95 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Awesome Cursor Rules [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) +[![Stars](https://img.shields.io/github/stars/PatrickJS/awesome-cursorrules?style=flat&color=blue)](https://github.com/PatrickJS/awesome-cursorrules/stargazers) +[![Forks](https://img.shields.io/github/forks/PatrickJS/awesome-cursorrules?style=flat&color=blue)](https://github.com/PatrickJS/awesome-cursorrules/network/members) +[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](contributing.md) +[![License: CC0-1.0](https://img.shields.io/badge/license-CC0--1.0-lightgrey.svg)](LICENSE) +

@@ -14,20 +19,14 @@ Cursor Project Rules enhance Cursor AI editor behavior with project-specific gui [Cursor AI](https://cursor.sh/) is an AI-powered code editor. Cursor Project Rules are Markdown-based `.mdc` files that live in `.cursor/rules/` and tell Cursor how to behave for specific projects, file types, frameworks, and workflows.

Sponsorships

-

-

coderabbit.ai - Cut Code Review Time & Bugs in Half. Instantly.

- - CodeRabbit.ai Sponsorship Logo - -

Unblocked MCP- Supercharge Cursor with your team’s knowledge

- - Unblocked Sponsorship Logo - -

Warp - Built for coding with multiple AI agents

- - Warp Sponsorship Logo - -

+
+

coderabbit.ai - Cut Code Review Time & Bugs in Half. Instantly.

+ CodeRabbit.ai Sponsorship Logo +

Unblocked MCP- Supercharge Cursor with your team’s knowledge

+ Unblocked Sponsorship Logo +

Warp - Built for coding with multiple AI agents

+ Warp Sponsorship Logo +
## Contents