routes
25thehimel/cursor-rules-and-prompts
Cursor rule Cursor
Rules for route management - all URL routes must be defined as constants in @/lib/routes.ts, never hardcode URLs, use descriptive names and type safety.
thehimel/cursor-rules-and-prompts
Cursor rule Cursor
Rules for route management - all URL routes must be defined as constants in @/lib/routes.ts, never hardcode URLs, use descriptive names and type safety.
thehimel/cursor-rules-and-prompts
Cursor rule Cursor
Blank lines between logical groups; full words for names; no comments for separation.
thehimel/cursor-rules-and-prompts
Cursor rule Cursor
Rules for using Python virtual environments - check requirements.txt for installed libraries and use the existing virtual environment directory.
thehimel/cursor-rules-and-prompts
Cursor rule Cursor
Rules for component usage - which component libraries are allowed (shadcn/ui, Aceternity, Kibo, Magic UI, etc.), reuse over recreation, table implementation standards, and component modularization for both new features and existing components.
thehimel/cursor-rules-and-prompts
Cursor rule Cursor
Rules for styling - use Tailwind CSS only, no inline styles, use CSS variables for colors, monochromic design pattern, and button icon spacing guidelines.
thehimel/cursor-rules-and-prompts
Cursor rule Cursor
Rules for component structure, import patterns using @/ path aliases (never relative paths), import ordering, and TypeScript conventions.