This directory contains templates for integrating Bayat Development Conventions with Cursor IDE using Multi-Document Context (MDC) files and Cursor Rules.
- React/TypeScript Frontend - MDC files for React and TypeScript frontend projects
- Node.js Backend - MDC files for Node.js backend projects
- Full-Stack Application - MDC files for full-stack web applications
- Unity - MDC files for Unity game development projects
- Tauri - MDC files for Tauri desktop applications
- React/TypeScript Rules - Cursor Rules for React/TypeScript projects
- Node.js Backend Rules - Cursor Rules for Node.js backends
- Full-Stack Rules - Cursor Rules for full-stack applications
- Unity Rules - Cursor Rules for Unity game development
- Tauri Rules - Cursor Rules for Tauri desktop applications
- Select the template that matches your project type
- Create a
.cursor/mdc/
directory in your project root - Copy the relevant MDC files into this directory
- Copy the corresponding
.cursorrules
file to your project root as.cursorrules
- Context-Aware Development: Cursor IDE will provide context-specific suggestions based on the file type and location
- Consistent Standards: Enforce project conventions consistently across your team
- Documentation at Your Fingertips: Access relevant documentation without leaving your editor
- Reduced Decision Fatigue: Clear guidelines for file organization, naming, and code structure
These templates are starting points based on Bayat Development Conventions. You can customize them to fit your project's specific needs by:
- Modifying the MDC files to include project-specific guidelines
- Adjusting the Cursor Rules to match your project structure
- Adding additional MDC files for custom conventions