thehimel/cursor-rules-and-prompts

A comprehensive, open-source collection of rules and prompts designed to guide Cursor AI in generating better, more consistent code. Enhance code quality, enforce coding standards, and streamline development workflows automatically.

246Stars on the repository
30Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

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.

not rated 246 +1 1mo 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.

not rated 246 +1 1mo 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.

not rated 246 +1 1mo 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.

not rated 246 +1 1mo 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.

not rated 246 +1 1mo ago A 415 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: