A visual tool designed strictly for generating and configuring rule files for AI coding assistants.
This application generates the specific configuration files needed to define AI agent behavior, context, and tool permissions. It automates the formatting for:
- Claude CLI / MCP (
SKILL.md) - Cursor IDE (
.cursorrules) - Windsurf IDE (
.windsurfrules) - VS Code (Cline / Roo Code) (
.clinerules) - GitHub Copilot (
copilot-instructions.md) - Aider (
CONVENTIONS.md) - Kiro.dev (
.kirorules) - Antigravity / Project IDX (
rules.md)
- AI Generation: Describe a role (e.g., "Python Expert"), and it generates the complete rule file using Gemini 3.0 Flash.
- Visual Configuration: Manually toggle permissions for Filesystem, Web, and System tools.
- Multi-Platform Support: Select your IDE to get the correct filename and YAML structure automatically.
- Localization: Supports English, Azerbaijani, Turkish, Russian, and German.
- Obtain a Google Gemini API Key from Google AI Studio.
- Set your environment variable:
API_KEY=your_key_here - Run the application:
npm install
npm start