ai-rulez

Solid

Manage AI assistant governance rules across Claude, Cursor, Windsurf, Copilot, Gemini, and other tools using ai-rulez. Use when configuring rules, context, skills, domains, profiles, includes, plugins, or generating tool-specific outputs.

AI & Automation 119 stars 11 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
69
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# AI-Rulez Governance AI-Rulez centralizes AI assistant governance in a config directory (default `.ai-rulez/`) and generates tool-specific outputs for Claude, Cursor, Windsurf, Copilot, Gemini, Codex, and other presets. Use this skill when: - Setting up or modifying `.ai-rulez/` configuration - Writing rules, context, skills, or agents for AI assistants - Configuring domains, profiles, or includes - Using custom config directory names via `--config-dir` - Generating outputs for specific AI tools - Auditing planned writes/deletes with `--dry-run` - Installing or managing external skills ## Installation ```bash # Go (primary CLI) go install github.com/Goldziher/ai-rulez@latest # npm npx ai-rulez@latest # Python uvx ai-rulez ``` ## Quick Start ```bash # Initialize a new project ai-rulez init # Add rules and context ai-rulez add rule my-rule --priority high ai-rulez add context my-context # Generate outputs for all configured presets ai-rulez generate # Validate configuration ai-rulez validate ``` ## Configuration Structure ```text .ai-rulez/ config.toml # Main configuration rules/ # Governance rules (.md files with frontmatter) context/ # Contextual information (.md files) skills/ # Specialized capabilities (name/SKILL.md plus resources) agents/ # Agent definitions (.md files) commands/ # Custom commands (.md files) domains/ # Domain-scoped content backend/ ...

Details

Author
Goldziher
Repository
Goldziher/ai-rulez
Created
11 months ago
Last Updated
4 days ago
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category