A CLI tool for managing and sharing Cursor IDE Rules and Commands
Mozi helps you organize and install Cursor IDE rules and commands by role. Define capabilities for specific roles (backend engineers, frontend engineers, etc.) and automatically bind corresponding rules to these roles. It also provides workflow commands for requirements analysis, task breakdown, and implementation execution.
- 📝 Manage Cursor IDE rules and commands
- 🎯 Organize commands by role
- 🔗 Automatically bind rules to roles
- 🔍 Interactive conflict resolution
curl -fsSL https://raw.githubusercontent.com/Edison-A-N/mozi/main/install.sh | bashgit clone https://github.com/Edison-A-N/mozi.git
cd mozi
go build -o mozi main.go
sudo mv mozi /usr/local/bin/# Install to current directory (default: ./.cursor)
mozi install
# Install to home directory (~/.cursor)
mozi install --home
# Install to specified directory
mozi install --dir /path/to/configThe tool will copy commands and rules to your Cursor configuration directory and handle file conflicts interactively.
- requirements-to-implementation: Complete workflow for transforming requirements into working code
- ask: Ask questions only - no code changes (web search enabled)
- git-help/git-commit: Help with Git commit message generation
MIT