Package Exports
- vibewise-cli
- vibewise-cli/vibewise.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vibewise-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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