General
PromptBeginner5 minmarkdown
Untitled Skill
193
Guidelines for creating and maintaining Cursor rules to ensure consistency and effectiveness.
Loading actions...
Main instructions and any bundled files for this skill.
Required Rule Structure:
---
description: Clear, one-line description of what the rule enforces
globs: path/to/files/*.ext, other/path/**/*
alwaysApply: boolean
---
- **Main Points in Bold**
- Sub-points with details
- Examples and explanations
File References:
[filename](mdc:path/to/file) (filename) to reference filesCode Examples:
// ✅ DO: Show good examples
const goodExample = true;
// ❌ DON'T: Show anti-patterns
const badExample = false;
Rule Content Guidelines:
Rule Maintenance:
Best Practices:
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks