Cursor-rules
PromptBeginner5 minmarkdown
.cursorrules
.llmrules
0
Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
Sign in to like and favorite skills
.llmrules
Code Style and Structure
Here are some pieces of information you need to know about this project:
Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
server/ ├── src/ ├── components/ # Shared React components ├── hooks/ # Custom React hooks ├── utils/ # Helper functions ├── types/ # TypeScript types └── lib/ # Shared libraries extension/ ├── src/ ├── background/ # Service worker scripts ├── content/ # Content scripts ├── popup/ # Extension popup UI ├── options/ # Extension options page ├── components/ # Shared React components ├── hooks/ # Custom React hooks ├── utils/ # Helper functions ├── lib/ # Shared libraries ├── types/ # TypeScript types └── storage/ # Chrome storage utilities shared/ ├── src/ ├── types/ # TypeScript types, only used for shared types between server and extension └── utils/ # Helper functions, only used for shared functions between server and extension
interface MessagePayload { type: string; data: unknown; }
npx shadcn@latest add <component-name> to add new shadcn componentsCommit Message Prefixes:
Rules: