ai-rizz¶
A command-line tool for managing AI rules and rulesets. Pull rules from a source repository and use them:
- Locally only (git-ignored, for personal use)
- Committed (git-tracked, shared with team)
- Globally (shared across all repositories)
Each rule can be handled independently. Rule repositories may also choose to bundle rules into "rulesets" for easier management of related rules.
Check out my rules in Texarkanine/.cursor-rules for examples.
Where to next¶
- User Guide: Getting Started — prerequisites, install, first recipes
- User Guide: Commands — how to use it
- Rule Authoring Guide — how to make your own repository of rules for
ai-rizzto pull from - Developer Guide — how
ai-rizzworks internally, so you can hack on it