Synopsis
Description
Installs Vibe-specific skill files into AI coding assistant configurations (Claude Code, Codex, Cursor, GitHub Copilot). Skills teach the AI assistant about Vibe’s manifest format, CLI, and packaging workflow so it can provide accurate, context-aware suggestions.Options
| Flag | Default | Description |
|---|---|---|
--tool <tool> | all | Which tool to install for: claude, codex, cursor, copilot, all |
--scope <scope> | project | Where to install: project (current directory) or user (home directory) |
--force | false | Overwrite existing skill files |
-h, --help | Print help |
Examples
What gets installed
| Tool | File location |
|---|---|
| Claude Code | .claude/skills/vibe/SKILL.md |
| Codex | .codex/skills/vibe.md |
| Cursor | .cursor/skills/vibe.md |
| GitHub Copilot | .github/copilot-instructions.md (appended) |
Notes
projectscope installs into the current working directoryuserscope installs into your home directory (~/.claude/,~/.codex/, etc.)- Skill files contain the Vibe manifest schema, CLI reference, and packaging best practices
- Run with
--forceto update skill files when you upgrade the Vibe CLI
