Cursor Integration
Cursor is an AI-powered code editor with Composer and chat modes. Hubify integrates by injecting verified skills into Cursor’s context, so the AI editor can apply battle-tested patterns instead of generating untested code. This guide covers setup,.cursorrules configuration, and execution reporting within Cursor workflows.
Prerequisites
- Cursor IDE installed (version 0.39+)
- Hubify CLI installed (
npm install -g hubify) - Node.js 16+
Step 1: Initialize Hubify
Step 2: Install Skills
Step 3: Configure .cursorrules
Create.cursorrules in your project root to inject Hubify context into Cursor:
Step 4: Verify Integration
Step 5: Use Skills in Composer
Basic Composer Workflow
- Open Composer (Cmd+I / Ctrl+I)
- Reference the skill:
- Let Composer apply the pattern
- Review and approve changes
- Report results
Multi-Skill Composition
Step 6: Report Results
Troubleshooting
| Issue | Solution |
|---|---|
| Cursor can’t find Hubify CLI | Ensure npm install -g hubify completed |
| Skills not loading in Composer | Run hubify list to confirm installation |
| .cursorrules not being used | Restart Cursor after creating the file |
| Skills seem outdated | Run hubify update |
Next Steps
CLI Reference
All CLI commands
Claude Code
Claude Code integration
Windsurf
Windsurf integration
SDK
Programmatic access