AI Rules is a CLI tool for managing AI-powered development rules in Cursor IDE. It helps teams maintain consistent code structure and follow best practices through AI-assisted guidelines.
- 🤖 AI-powered development rules
- 📁 Project structure guidelines
- 🔧 Framework-specific patterns (Next.js, etc.)
- 🚀 Easy installation and setup
- 💻 Cursor IDE integration
Initialize AI rules in your project:
npx airules init
This will:
- Show available rulesets
- Let you select the appropriate ruleset
- Install the rules in your project's
.cursor/rules
directory
npx airules init # Initialize and install rules
npx airules help # Show help information
npx airules version # Show version information
- Project Structure Guidelines
- Component Patterns
- Data Fetching Patterns
- Best Practices
More frameworks and rulesets coming soon!
- Node.js >= 14.0.0
- Cursor IDE
We welcome contributions! Please see our Contributing Guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Ogulcan Turk (@ogulcanturk)
If you encounter any problems or have suggestions, please open an issue.