AI SummaryA Cursor rules booster that enforces a standardized tech stack (Next.js 15, React 19, Shadcn UI, Drizzle ORM, etc.) to ensure consistent dependencies across projects. Teams and solo developers building modern full-stack applications benefit from automated dependency validation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "likelemba-platform — Cursor Rules" prompt rules to my project. Repository: https://github.com/elvic-group/likelemba-platform 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
Standardize core libraries and frameworks when adding or updating dependencies
Requirements
• Core: Next.js v15 (App Router), React 19, TypeScript v5 (ESM) • Styling: Shadcn UI, Tailwind v4 • Quality: ESLint, Biome, Knip • Authentication: better-auth • Database: Drizzle ORM • Package Manager: Bun • Storage: Uploadthing • Forms: TanStack Form • Icons: lucide-react • Payments: Polar • Testing: Vitest
Examples
<example> ✅ bun add next react && bun add -D tailwindcss typescript </example> <example type="invalid"> // Using npm, wrong versions, not using -D for tailwindcss typescript ❌ npm install next@14 react@19 tailwindcss@3 typescript@4 </example> <example> import { Globe } from "lucide-react"; </example> <example type="invalid"> <svg></svg> <!-- Should use lucide-react instead --> Never generate SVG; always import from lucide-react </example>
Tech Stack
<author>blefnk/rules</author> <version>1.0.0</version>
Context
• Defines official frameworks, libraries, and tools • Ensures consistent, compatible versions for the project
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