⚠️ Service Status: For any inquiries or feedback, contact us at https://x.com/fer_hui14457WeChat: Sxoxoxxo
Like this tool?Buy me a coffee

Cursor Rule File Generator

Project Description
Describe your project in detail to generate suitable rule files
Rule File Information
FilenamePurpose
style-guide.mdcDefine overall coding style, such as indentation, spacing, function length, etc.
typescript-rules.mdcSpecify TS interface definitions, type usage preferences, etc.
component-patterns.mdcFrontend component structure, naming conventions, state management methods, etc.
naming-rules.mdcNaming conventions: variables, files, functions, hooks, etc.
api-conventions.mdcDefine API interface naming, parameters, response structure standards, etc.
css-guidelines.mdcStyle writing habits, such as using Tailwind/CSS-in-JS rules
refactor-rules.mdcExplain specific operations of the "refactor" instruction (such as function extraction, naming improvements)
extract-patterns.mdcTell AI how to extract common components, methods, or hooks
generate-docs.mdcAutomatically generate comments or JSDoc/TSDoc format documentation
test-generation.mdcControl auto-generated unit test styles and test coverage
readme-template.mdcDefine README generation structure, content modules, etc.
changelog-guidelines.mdcAutomatically generate Changelog format specifications, such as grouping, naming, etc.
comment-style.mdcControl comment language (e.g., Chinese/English), position, conciseness, etc.
security-rules.mdcRestrict dangerous operations, such as prohibiting eval, enforcing parameter validation
performance-hints.mdcDefine performance tip rules, such as avoiding repeated rendering, memory leaks, etc.
accessibility-rules.mdcPage accessibility standards, such as label usage, color contrast, etc.
linter-integration.mdcMake AI follow existing ESLint/Prettier configurations
team-style.mdcUnify code style for multi-member projects
task-template.mdcAutomatically generate issue/task description content templates
commit-style.mdcGenerate Git commits that comply with commit standards (such as Conventional Commits)
branch-policy.mdcSpecify branch naming strategies, such as feature/xxx, hotfix/yyy

No Rule Files Generated Yet

Fill in your project description on the left and select the rule file types you need to generate rules suitable for your project.

These rule files will guide AI tools to generate code and provide suggestions according to your team standards.

Generated rule files will be displayed here for download.

Note: Please place the downloaded files in the .cursor folder in your project root directory for them to take effect.