vibewise-cli
v1.0.0
Published
CLI tool to download and install Cursor AI rules from VibeWise
Maintainers
Readme
VibeWise CLI
A command-line tool to discover, download, and install Cursor AI rules from the VibeWise platform.
Installation
npm install -g vibewise-cliUsage
List Available Rules
vibewise listThis will show all available rule sets with their IDs, names, categories, and supported IDEs.
Install a Rule Set
vibewise install <rule-id>You'll be prompted to select your target IDE/agent:
- Cursor - Installs to
.cursor/rules/as MDC files - Windsurf - Choose between global or workspace installation
- Claude Code - Installs to
.claude/directory - JetBrains AI - Installs to
.junie/guidelines.md - TabNine - Installs as
.tabninerules - GitHub Copilot - Installs to
.github/copilot-instructions.md - Kiro - Installs as
.kirorules - Any - Generic installation as
.rules
Examples
# List all available rules
vibewise list
# Install a specific rule set
vibewise install react-best-practices
# The CLI will prompt you to choose your IDE
? Select the target agent/IDE: (Use arrow keys)
❯ Cursor
Windsurf
Claude Code
JetBrains AI
TabNine
GitHub Copilot
Kiro
AnyFeatures
- 🔍 Discover - Browse all available rule sets
- 📥 Download - Fetch rule sets from VibeWise
- 🔧 Install - Automatically configure for your IDE
- 🔄 Convert - Automatically converts between different rule formats
- 🎯 Multi-IDE - Supports 8+ different AI coding assistants
Requirements
- Node.js 18+ (for native fetch support)
Links
License
MIT
