airules
v2.3.2
Published
A CLI tool for ai rules.
Readme
AI Rules
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.
Features
- 🤖 AI-powered development rules
- 📁 Project structure guidelines
- 🔧 Framework-specific patterns (Next.js, etc.)
- 🚀 Easy installation and setup
- 💻 Cursor IDE integration
Usage
Initialize AI rules in your project:
npx airules initThis will:
- Show available rulesets
- Let you select the appropriate ruleset
- Install the rules in your project's
.cursor/rulesdirectory
Available Commands
npx airules init # Initialize and install rules
npx airules help # Show help information
npx airules version # Show version informationAvailable Rulesets
Next.js Rules
- Project Structure Guidelines
- Component Patterns
- Data Fetching Patterns
- Best Practices
More frameworks and rulesets coming soon!
Requirements
- Node.js >= 14.0.0
- Cursor IDE
Contributing
We welcome contributions! Please see our Contributing Guidelines for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Ogulcan Turk (@ogulcanturk)
Support
If you encounter any problems or have suggestions, please open an issue.
