Cursor rule
.cursor/rules/self_improve.mdcGuidelines for continuously improving Cursor rules based on emerging code patterns and best practices.
Cursor rules
Quality
36/100
Scores the file, not the repository.Length
322 words
0 headings · 1 code blocksRepository
192
— · pushed 309 days agoLast changed
3 days ago
First indexed 3 days ago.1234567- **Rule Improvement Triggers:**8 - New code patterns not covered by existing rules9 - Repeated similar implementations across files10 - Common error patterns that could be prevented11 - New libraries or tools being used consistently12 - Emerging best practices in the codebase1314- **Analysis Process:**15 - Compare new code with existing rules16 - Identify patterns that should be standardized17 - Look for references to external documentation18 - Check for consistent error handling patterns19 - Monitor test patterns and coverage2021- **Rule Updates:**22 - **Add New Rules When:**23 - A new technology/pattern is used in 3+ files24 - Common bugs could be prevented by a rule25 - Code reviews repeatedly mention the same feedback26 - New security or performance patterns emerge2728 - **Modify Existing Rules When:**29 - Better examples exist in the codebase30 - Additional edge cases are discovered31 - Related rules have been updated32 - Implementation details have changed3334- **Example Pattern Recognition:**35```typescript36 // If you see repeated patterns like:37 const data = await prisma.user.findMany({38 select: { id: true, email: true },39 where: { status: 'ACTIVE' }40 });4142 // Consider adding to [prisma.mdc](mdc:.cursor/rules/prisma.mdc):43 // - Standard select fields44 // - Common where conditions45 // - Performance optimization patterns46```4748- **Rule Quality Checks:**49 - Rules should be actionable and specific50 - Examples should come from actual code51 - References should be up to date52 - Patterns should be consistently enforced5354- **Continuous Improvement:**55 - Monitor code review comments56 - Track common development questions57 - Update rules after major refactors58 - Add links to relevant documentation59 - Cross-reference related rules6061- **Rule Deprecation:**62 - Mark outdated patterns as deprecated63 - Remove rules that no longer apply64 - Update references to deprecated rules65 - Document migration paths for old patterns6667- **Documentation Updates:**68 - Keep examples synchronized with code69 - Update references to external docs70 - Maintain links between related rules71 - Document breaking changes7273Follow [cursor_rules.mdc](mdc:.cursor/rules/cursor_rules.mdc) for proper rule formatting and structure.
Also in skindhu/AI-TASK-MANAGER
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 |
|---|---|---|---|---|---|
| skindhu/AI-TASK-MANAGER.cursor/rules/ui.mdc · 192 | Cursor rules | ui | 62/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/architecture.mdc · 192 | Cursor rules | testarchtesting-strategy | 42/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/commands.mdc · 192 | Cursor rules | stylearch | 62/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/cursor_rules.mdc · 192 | Cursor rules | no sections | 36/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/dependencies.mdc · 192 | Cursor rules | arch | 66/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/dev_workflow.mdc · 192 | Cursor rules | setup | 52/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/new_features.mdc · 192 | Cursor rules | testtesting-strategydocs | 65/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/tasks.mdc · 192 | Cursor rules | arch | 70/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/tests.mdc · 192 | Cursor rules | teststylearchtesting-strategy+1 | 74/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGER.cursor/rules/utilities.mdc · 192 | Cursor rules | securitydocs | 54/100 | 3 days ago | |
| skindhu/AI-TASK-MANAGERassets/.windsurfrules · 192 | Windsurf rules | setup | 40/100 | 3 days ago |
Diff against .cursor/rules/ui.mdc Diff against .cursor/rules/architecture.mdc Diff against .cursor/rules/commands.mdc Diff against .cursor/rules/cursor_rules.mdc Diff against .cursor/rules/dependencies.mdc Diff against .cursor/rules/dev_workflow.mdc Diff against .cursor/rules/new_features.mdc Diff against .cursor/rules/tasks.mdc Diff against .cursor/rules/tests.mdc Diff against .cursor/rules/utilities.mdc Diff against assets/.windsurfrules
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 | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | 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 | |
| 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 |
