AI SummaryCursor Rules for mxstbr.com
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "mxstbr.com — Cursor Rules" prompt rules to my project. Repository: https://github.com/mxstbr/mxstbr.com 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 mxstbr.com
Tech Stack
• Next.js v15 with App Router • TailwindCSS with custom configuration • TypeScript (relaxed mode: strict: false) • MDX for content • React Server Components (default) and Client Components
Component Structure
• Use named exports: export function ComponentName() • Functional components with hooks • Props typed with inline interfaces or type aliases • Default to Server Components; use Client Components when needed
TypeScript Patterns
• Use import type for type-only imports • Define props interfaces inline or as separate types • Relaxed TypeScript settings (strict: false, strictNullChecks: true)
Styling with Tailwind
• Use Tailwind classes with dark mode support patterns: dark:text-slate-100 • Consistent spacing with space-y-* classes • Custom Tailwind colors: slate-350, yellow-slate-100 • Typography plugin with custom "slate" theme
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