Cursor
Advanced
Cursor Rules, MCP, and Team Setup
Design Cursor rules and MCP-backed workflows that make the assistant follow team standards.
35 min
3 sections
cursor
rules
mcp
governance
1
2
3
01. Rules should be precise and enforceable
Section 1 of 3
Cursor rules can exist at user, project, and team levels. They are best for stable constraints: architecture boundaries, preferred libraries, validation commands, naming patterns, and review standards.
text
Project rules:
- Course content lives in src/lib/courses.
- Use createCourseTutorial for tutorial entries.
- Each feature section must include purpose, usage, and a practical prompt or code example.
- Run content validation after course edits.
- Do not introduce a new markdown-only course unless docs output is explicitly requested.Back to Course