AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "tmd_quasar — Cursor Rules" prompt rules to my project. Repository: https://github.com/danieldekay/tmd_quasar Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Cursor Rules for tmd_quasar
Code Quality
• Run pnpm lintto check for errors • Always check for and handle undefined values when dealing with optional properties (property?: type). Use null coalescing operators (||, ??) or explicit checks to provide default values before assignment to non-nullable types.
Rules
• Always check for and handle undefined values when dealing with optional properties (property?: type). Use null coalescing operators (||, ??) or explicit checks to provide default values before assignment to non-nullable types. • We have a very strict typsecript setting, and should be very careful in type annotation • Always use as much of quasar's built-in functionality, as possible. Only if Quasar doesnt have a feature, ask the user and make a proposal.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts