thehimel

30 mods across 1 repository, 245 stars between them.

routes

25

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.

245 23d ago A 217 tokens

virtual-environment

27

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.

245 23d ago A 259 tokens

components

28

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.

245 23d ago A 524 tokens

styling

29

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.

245 23d ago A 183 tokens

code-patterns

30

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.

245 23d ago A 415 tokens