.cursor/rules/*.mdc is in 310 repositories. The median one runs 277 words.
The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.
What the nightly counted in real repositories
Counted 13 September 2026Repositories carrying Cursor rules, one column a night
24 nights storedWhat the documentation says this file can express
Read 2 August 2026Read from the format’s own documentation and checked by hand. Capabilities are asserted; adoption is measured.
Four modes set in frontmatter: Always Apply (every chat session), Apply Intelligently (the agent picks it by description), Apply to Specific Files (globs match the edited file), and Apply Manually (@-mentioned). Rules must carry the .mdc extension, a plain .md file in .cursor/rules is ignored.
Repositories that carry Cursor rules and something else
Counted 13 September 2026The percentage is of repositories carrying Cursor rules, which is the number a “Cursor rules versus something” search is really asking for.