suggesting-cursor-rules

Detect repeated user corrections and generate Cursor rule templates.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill suggesting-cursor-rules
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: suggesting-cursor-rules
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/suggesting-cursor-rules
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill suggesting-cursor-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates recognizing repeated user corrections and proposes creating a Cursor rule to encode the pattern, ensuring consistent conventions across files and sessions.

Core Features & Use Cases

  • Detects when a user repeats a correction (2+ occurrences) and suggests a Cursor rule file at .cursor/rules/<name>.mdc.
  • Provides a ready-to-use rule template, including description and globs, to enforce the convention.
  • Prevents duplicates by consulting existing rules before creation and reporting conflicts when needed.

Quick Start

Identify a repeated pattern and instruct me to create a Cursor rule at .cursor/rules/<name>.mdc.

Frequently Asked Questions about suggesting-cursor-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating Cursor rules from repeated corrections?▼

To automate creating Cursor rules from repeated corrections, this Skill detects when you manually fix the same issue multiple times and generates a minimal .cursor/rules/<name>.mdc template to permanently encode the convention.

What triggers a suggestion for a new Cursor coding convention?▼

A suggestion for a new Cursor coding convention is triggered by detecting 2 or more occurrences of a manual correction, expressed frustration, or universal intent during your coding sessions across project files.

How do I avoid duplicate .mdc rule files in my project?▼

To avoid duplicate .mdc rule files, this Skill checks existing rules in the .cursor/rules directory before proposing a new one, preventing duplicates and actively reporting any convention conflicts.

What is included in the generated .cursor/rules template?▼

The generated .cursor/rules template includes a minimal .mdc file structure with the necessary description and file globs to automatically enforce your detected coding patterns across sessions.

Can I enforce coding consistency across different Cursor sessions?▼

Yes, you can enforce coding consistency across different Cursor sessions by permanently recording repeated manual corrections as rule files, ensuring your conventions are applied automatically in future project work.