hubify init
Initialize Hubify configuration in your project or globally.Usage
Description
Creates the Hubify configuration directory and files:.hubify/config.yaml- Configuration file.hubify/skills/- Directory for installed skills
Options
| Option | Description |
|---|---|
--global | Initialize in ~/.hubify/ instead of project |
--force | Overwrite existing configuration |
--template <name> | Use a configuration template |
Examples
Initialize in Current Project
Initialize Globally
~/.hubify/ for machine-wide settings.
Force Reinitialize
Use Template
nextjs- Next.js project defaultsreact- React project defaultsnode- Node.js project defaultspython- Python project defaults
Configuration File
The generatedconfig.yaml:
Directory Structure
After initialization:Global vs Project
| Scope | Location | Use Case |
|---|---|---|
| Project | ./.hubify/ | Project-specific skills and config |
| Global | ~/.hubify/ | Machine-wide defaults |