Documentation ยท providers

Install once in the agent you use.

VitaeContext generates the folder and command layout expected by each supported environment.

npm install

Choose the environment where your agent runs.

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.

Default path~/.codex/skills/
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.

Default path~/.claude/skills/
Extension install

Gemini CLI

Installs a named Gemini CLI extension with TOML command files and skill folders. Adds namespaced slash commands for each surface.

Install
npx vitaecontext install --provider gemini-cli
Example
/vitaecontext:github
/vitaecontext:vitaegraph
/vitaecontext:cv

Commands are namespaced under /vitaecontext: for each skill surface.

Default path~/.gemini/extensions/vitaecontext/
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.

Default path~/.gemini/antigravity-cli/plugins/vitaecontext/
Direct install

OpenCode

Installs skill folders into the OpenCode skills directory plus Markdown command wrapper files for flat slash-command invocation.

Install
npx vitaecontext install --provider opencode
Example
/vitaecontext-github
/vitaecontext-vitaegraph
/vitaecontext-context

Flat command wrappers use a hyphenated prefix for direct slash invocation.

Default path~/.config/opencode/skills/
Export target

Shared bundle

Exports portable SKILL.md folders to any target directory. For agents without a dedicated adapter or for manual packaging and reuse.

Install
npx vitaecontext install --provider shared --target-dir ./skills
Example
Copy or reference the relevant SKILL.md folder for your agent.

No default global path - you control where the skill folders land.

Default pathrequires --target-dir

Claude Code

Plugin marketplace option

Claude Code users can install through its plugin marketplace instead of the npm install command.

/plugin marketplace add vitaecontext/vitaecontext
/plugin install vitaecontext@vitaecontext