| name | cursor-rule-creator |
| description | Create and manage custom rules for Cursor (.cursorrules). Use this skill when you need to define project-specific coding standards, architectural guidelines, or automated checks for the Cursor editor. |
| license | Complete terms in LICENSE.txt |
Cursor Rule Creator
This skill enables Manus to create and manage effective .cursorrules for the Cursor editor. It focuses on defining clear, actionable rules that help maintain code quality and consistency across a project.
Capabilities
- Rule Generation: Creating project-specific rules based on requirements and best practices.
- Rule Auditing: Reviewing existing rules for clarity, consistency, and effectiveness.
- Best Practices: Applying industry standards for rule definition (imperative voice, specific globs, etc.).
Use Cases
- Defining coding standards for a new project.
- Enforcing architectural patterns (e.g., "always use functional components").
- Automating common checks or reminders for developers.
Bundled Resources
references/REFERENCE.md: A guide to Cursor rule syntax and best practices.
scripts/create-rule.py: A script to help generate new rules.
scripts/audit-rules.py: A script to audit existing rule files.