Cursor rule
.cursor/rules/meta.mdcA meta-rule for using Cursor to update *.mdc file in this repository.
Cursor rules
Quality
63/100
Scores the file, not the repository.Length
277 words
6 headings · 0 code blocksRepository
133
— · pushed 492 days agoLast changed
3 days ago
First indexed 3 days ago.12345# Cursor Rules67This document outlines the meta-rules for cursor operations in this repository.89## Line Ending & Formatting Rules10111. **Line Endings**12 - Don't modify existing line endings13 - Preserve CRLF/LF as found in the original file14152. **Whitespace**16 - Preserve trailing whitespace where it exists17 - Maintain existing indentation style (spaces vs tabs)18 - Keep line length consistent with existing code1920## File Handling21221. **MDC Files**23 - Always commit changes to `*.mdc` files directly24 - Ensure changes to `*.mdc` files are synchronized with their implementation25 - Maintain consistent formatting within MDC files26 - Prefer modifying existing files over creating new ones unless explicitly requested27 - When adding new content, first check if it fits within an existing rule file2829302. **File Creation**3132 - Only create new rule files when:33 - Explicitly requested by the user34 - The content doesn't logically fit in any existing rule file35 - Creating a new file would significantly improve organization and clarity36 - Document the rationale for creating new files in their README.md3738## Code Style & Structure39401. **Formatting**41 - Preserve existing code formatting patterns42 - Maintain consistent naming conventions43 - Keep indentation consistent with file style44452. **Organization**46 - Keep file structure consistent47 - Don't move files without updating all references48 - Maintain existing import/include order4950## Rule Content51521. **Examples**53 - Always include "do" and "don't" examples when showing specific changes to files or syntax54 - Include helpful comments that explain why an example is a "do" or a "don't"5556## Documentation57581. **README.md**59 - Each `*.mdc` file is lumped into a folder with a `README.md` file explaining what the rule does and when it's used.
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 3 days ago | |
| nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49 | Cursor rules | setupbuildteststyle+4 | 96/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4k | Cursor rules | teststylearchtypes+2 | 96/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 3 days ago |
