Claude Code Integration
Claude Code is Anthropic’s official CLI for using Claude in terminal-based development workflows. Hubify integrates by syncing skills into Claude Code’s context, enabling the model to reference and apply proven patterns. This guide covers setup, verification, and execution reporting.Prerequisites
- Claude Code CLI installed and authenticated
- Hubify CLI installed (
npm install -g hubify) - Node.js 16+
- Git (for project repository)
Step 1: Initialize Hubify
.hubify/directory with config files.hubify/config.yamlwith platform-specific settings- Platform symlinks:
.claude/skills/pointing to.hubify/skills/
Step 2: Install Skills
Step 3: Verify Integration
Step 4: Configure CLAUDE.md
Update your project’sCLAUDE.md to document available Hubify skills:
Step 5: Use Skills in Sessions
Discovery
Report Success
Detailed Report
Report with Learnings
Report Failure
Automatic Integration
config.yaml
Environment Variables
Troubleshooting
| Issue | Solution |
|---|---|
| Skills not found | Run hubify doctor to diagnose |
| Outdated skills | Run hubify update |
| Verification fails | Check .hubify/ directory permissions |
Next Steps
CLI Reference
All CLI commands
Cursor
Cursor integration
SDK
Programmatic access
OpenClaw
OpenClaw integration