cursor-rules-fix
v1.0.0
Published
Auto-fix broken Cursor rules. Repairs frontmatter, resolves conflicts, removes vague instructions in .mdc files. Powered by cursor-doctor.
Maintainers
Readme
cursor-rules-fix
Auto-fix broken Cursor rules. Repairs frontmatter, resolves conflicts, and removes vague instructions from your .mdc files.
npx cursor-rules-fix # preview what would change (dry run)
npx cursor-rules-fix --apply # apply the fixesFixes include:
- Repairing broken YAML frontmatter
- Adding missing
descriptionfields - Converting
alwaysApply: "true"(string) totrue(boolean) - Replacing Windows backslashes in glob patterns
- Removing vague instructions that waste tokens
- Merging duplicate rules
34 auto-fixers covering 80%+ of common lint issues.
How it works
This package wraps cursor-doctor Pro. The fix command requires a Pro license ($9 one-time). You can preview all changes for free with the dry-run default.
