The CLI writes each provider's expected folder and command layout from the same runtime skill source.
npx vitaecontext install --provider <provider>
Install targets
Supported providers
Use the exact provider value shown on each card.
Direct install
Codex
Installs named skill folders into the Codex skills directory. Each skill becomes selectable by name within Codex environments that support skill loading.
Install
npx vitaecontext install --provider codex
Example
$vitaecontext-github
$vitaecontext-vitaegraph
Exact activation depends on Codex environment and installed skill support.
Direct install
Claude Code
Copies skill folders into Claude Code's skill location. Claude may auto-select from skill metadata, but explicit naming is the safest invocation path.
Install
npx vitaecontext install --provider claude-code
Example
Use the vitaecontext-vitaegraph skill to plan my private career graph.
Ask for the installed skill explicitly by its full namespaced name.
Extension install
Gemini CLI
Installs a named Gemini CLI extension with TOML command files and skill folders. Adds namespaced slash commands for each surface.
Commands are namespaced under /vitaecontext: for each skill surface.
Plugin install
Antigravity
Installs a plugin layout based on the Gemini-compatible bundle into the Antigravity CLI plugin staging path. The same skill folders ship with an Antigravity plugin manifest.
Install
npx vitaecontext install --provider antigravity
Example
Use the installed vitaecontext-vitaegraph plugin skill to validate my graph.
Reference the installed plugin skill by name. The layout is based on the Gemini-compatible bundle.
Direct install
OpenCode
Installs skill folders into the OpenCode skills directory plus Markdown command wrapper files for flat slash-command invocation.