

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
12345# Cursor Rules Location67Rules for placing and organizing Cursor rule files in the repository.89<rule>10name: cursor_rules_location11description: Standards for placing Cursor rule files in the correct directory12filters:13 # Match any .mdc files14 - type: file_extension15 pattern: "\\.mdc$"16 # Match files that look like Cursor rules17 - type: content18 pattern: "(?s)<rule>.*?</rule>"19 # Match file creation events20 - type: event21 pattern: "file_create"2223actions:24 - type: reject25 conditions:26 - pattern: "^(?!\\.\\/\\.cursor\\/rules\\/.*\\.mdc$)"27 message: "Cursor rule files (.mdc) must be placed in the .cursor/rules directory"2829 - type: suggest30 message: |31 When creating Cursor rules:3233 1. Always place rule files in PROJECT_ROOT/.cursor/rules/:34```35 .cursor/rules/36 ├── your-rule-name.mdc37 ├── another-rule.mdc38 └── ...39```4041 2. Follow the naming convention:42 - Use kebab-case for filenames43 - Always use .mdc extension44 - Make names descriptive of the rule's purpose4546 3. Directory structure:47```48 PROJECT_ROOT/49 ├── .cursor/50 │ └── rules/51 │ ├── your-rule-name.mdc52 │ └── ...53 └── ...54```5556 4. Never place rule files:57 - In the project root58 - In subdirectories outside .cursor/rules59 - In any other location6061examples:62 - input: |63 # Bad: Rule file in wrong location64 rules/my-rule.mdc65 my-rule.mdc66 .rules/my-rule.mdc6768 # Good: Rule file in correct location69 .cursor/rules/my-rule.mdc70 output: "Correctly placed Cursor rule file"7172metadata:73 priority: high74 version: 1.075</rule>
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| lepinkainen/hermesCLAUDE.md · 5 | CLAUDE.md | testlint-formatstylearch+1 | 89/100 | 14 days ago | |
| lepinkainen/hermes.clinerules/project-rules.md · 5 | Cline rules | testarchapido-not+1 | 71/100 | 14 days ago | |
| lepinkainen/hermes.cursor/rules/mdc.mdc · 5 | Cursor rules | stylearchdo-notagent-behaviour | 69/100 | 14 days ago | |
| lepinkainen/hermes.cursor/rules/project-rules.mdc · 5 | Cursor rules | testlint-formatstylearch+1 | 90/100 | 14 days ago | |
| lepinkainen/hermesAGENTS.md · 5 | AGENTS.md | buildtestlint-formatstyle+3 | 96/100 | 14 days ago | |
| lepinkainen/hermesGEMINI.md · 5 | GEMINI.md | stylearchagent-behaviour | 76/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| bybren-llc/safe-agentic-workflow.cursor/rules/10-backend-python.mdc · 399 | Cursor rules | testlint-formatstylegit+4 | 97/100 | today | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 46 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4k | Cursor rules | teststylearchtypes+2 | 96/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 14 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/proto.mdc · 126 | Cursor rules | buildlint-formatstylearch+3 | 96/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/lepinkainen-hermes-cursor-rules-rules)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.