Documentation ยท installation

Install VitaeContext

Choose the provider where your agent runs. The package installs readable skill folders and provider-specific wrappers.

Install from npm

Use the provider matching your agent environment:

npx vitaecontext install --provider codex

Replace codex with another supported value listed below.

Supported provider values

codexCodex~/.codex/skills/
claude-codeClaude Code~/.claude/skills/
gemini-cliGemini CLI~/.gemini/extensions/vitaecontext/
antigravityAntigravity~/.gemini/antigravity-cli/plugins/vitaecontext/
opencodeOpenCode~/.config/opencode/skills/
sharedShared bundlerequires --target-dir

See provider-specific commands and invocation examples.

Claude Code marketplace

Claude Code also supports a plugin marketplace installation:

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

Local checkout

Maintainers can test an unpublished checkout from the product repository:

git clone https://github.com/vitaecontext/vitaecontext.git
cd vitaecontext
npx . install --provider codex

Useful install flags

--project-root <dir>
Install relative to a project instead of the global default.
--target-dir <dir>
Use an exact skill destination. Required for the shared provider.
--commands-target-dir <dir>
Override command-wrapper placement where supported.
--force
Replace existing VitaeContext files without prompting.