Cursor rule
.cursor/rules/no-noisy-abstractions.mdcAvoid noisy micro-abstractions in Commitlint AI TypeScript code
Cursor rules
Quality
20/100
Scores the file, not the repository.Length
80 words
1 headings · 0 code blocksRepository
3
— · pushed 72 days agoLast changed
3 days ago
First indexed 3 days ago.1234567# No Noisy Micro-Abstractions89Do not extract local-only helpers, constants, maps, or wrapper classes just to name a one-off detail.1011Prefer inline code when the abstraction:1213- is used once in one small code path;14- only restates an obvious enum or key mapping;15- exists only to satisfy style preferences;16- makes the reader jump away from the behavior to understand simple logic.1718Extract only when it carries project meaning, removes meaningful duplication, or makes a non-trivial invariant explicit.19
Also in ElsiKora/Commitizen-Plugin-Commitlint-AI
Diff this repo’s formatsOne 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 |
|---|---|---|---|---|---|
| ElsiKora/Commitizen-Plugin-Commitlint-AI.cursor/rules/architecture-boundaries.mdc · 3 | Cursor rules | no sections | 16/100 | 3 days ago | |
| ElsiKora/Commitizen-Plugin-Commitlint-AI.cursor/rules/documentation-governance.mdc · 3 | Cursor rules | docs | 16/100 | 3 days ago | |
| ElsiKora/Commitizen-Plugin-Commitlint-AI.cursor/rules/file-organization.mdc · 3 | Cursor rules | styledo-not | 58/100 | 3 days ago | |
| ElsiKora/Commitizen-Plugin-Commitlint-AI.cursor/rules/linter-disable-policy.mdc · 3 | Cursor rules | lint-formatdo-not | 35/100 | 3 days ago |
Similar configs
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 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/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 |
