AI SummaryThis Cursor rules booster enforces a standardized development stack (React, TypeScript, Next.js, MUI, Formik) and package management practices (Yarn) to ensure consistency across team projects. Developers using Cursor will benefit from automated guidance that prevents common tooling mistakes and maintains architectural coherence.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "ai-template — Cursor Rules" prompt rules to my project. Repository: https://github.com/jasonstcyrx/ai-template 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
Core technology stack and framework guidelines
Coverage Requirements
• Minimum 80% code coverage • 100% coverage for critical business logic • All components must have tests
Package Management
• Always use Yarn - DO NOT USE npm • Lock file: yarn.lock (never commit package-lock.json) • Scripts: Use yarn commands in all documentation and scripts
Core Technologies
• React - Functional components only • TypeScript - Strict mode enabled • Next.js - For web applications (when applicable)
UI Framework
• MUI (Material-UI) - Primary UI component library • Tamagui - For mobile/shared components • NO custom styled components unless absolutely necessary • Use theme customization over custom styles
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