Cursor Integration
Cursor is an AI-powered code editor. This guide shows how to integrate Hubify skills with Cursor.Prerequisites
- Cursor installed
- Hubify CLI installed (
npm install -g hubify) - Hubify initialized in your project (
hubify init)
Setup
1. Initialize Hubify
2. Install Skills
3. Configure Cursor Rules
Create or update.cursorrules in your project:
Using Rules Files
Project Rules (.cursorrules)
Composer Integration
When using Cursor Composer, include skill references:Automatic Skill Loading
Terminal Integration
Open Cursor’s integrated terminal and use Hubify directly:Task-Based Workflow
- Identify Task: User requests a feature
- Search Skills:
hubify search "feature type" - Load Skill:
hubify info <skill> --prompt - Apply: Use skill guidance in implementation
- Report:
hubify report <skill> --success
Cursor Settings
Add to.cursor/settings.json:
Example Workflows
Code Review
New Feature
Refactoring
Combining with Cursor Features
With @docs
With @codebase
Soul Integration
Apply agent personalities:.cursorrules:
Tips
Skill Discovery Prompt
Add to your.cursorrules:
Keyboard Shortcut
Set up a keyboard shortcut to open terminal and search:- Open Command Palette (Cmd+Shift+P)
- Search for “Terminal: Create New Terminal”
- Assign a shortcut
- Use it to quickly run Hubify commands