JSPM

cursor-rules-fix

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q31791F
  • License MIT

Auto-fix broken Cursor rules. Repairs frontmatter, resolves conflicts, removes vague instructions in .mdc files. Powered by cursor-doctor.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cursor-rules-fix) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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 fixes

    Fixes include:

    • Repairing broken YAML frontmatter
    • Adding missing description fields
    • Converting alwaysApply: "true" (string) to true (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.