Install a skill from the Shipables registry into your project or globally.
shipables install
Install a skill from the registry and configure it for your AI coding agents.
Usage
shipables install <skill>[@version] [options]
Arguments
| Argument | Description |
|---|---|
skill | Skill name, optionally with version. Examples: Chippers255/ai-commits, @myorg/tool@1.2.0 |
If no version is specified, the latest version is installed.
Options
| Flag | Description |
|---|---|
--claude | Install for Claude Code |
--cursor | Install for Cursor |
--codex | Install for Codex CLI |
--copilot | Install for VS Code / Copilot |
--gemini | Install for Gemini CLI |
--cline | Install for Cline |
--all | Install for all detected agents |
-g, --global | Install to user-level skills directory |
-y, --yes | Skip confirmation prompts |
--no-mcp | Skip MCP server configuration |
--registry <url> | Use a custom registry URL |