What problem does it solve? Teams using Cursor need a consistent way to give the AI agent persistent project context, such as coding standards and conventions, instead of repeating instructions in every conversation. ## Core Features & Use Cases - Rule File Generation: Creates .mdc rule files in .cursor/rules/ with correct YAML frontmatter fields (description, globs, alwaysApply). - Scope Configuration: Supports always-on rules for universal standards and glob-based rules that activate only for matching file patterns like **/*.ts. - Requirement Gathering: Infers rule content from conversation context and asks targeted questions about scope and file patterns when details are missing. - Use Case: A team wants TypeScript error-handling standards enforced automatically. The Skill generates a typescript-standards.mdc rule with concrete good/bad code examples that applies whenever .ts files are open. ## Quick Start Ask the agent to create a Cursor rule that enforces your TypeScript error handling standards for all files matching **/*.ts.