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 codexReplace 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 bundle
requires --target-dirClaude Code marketplace
Claude Code also supports a plugin marketplace installation:
/plugin marketplace add vitaecontext/vitaecontext
/plugin install vitaecontext@vitaecontextLocal checkout
Maintainers can test an unpublished checkout from the product repository:
git clone https://github.com/vitaecontext/vitaecontext.git
cd vitaecontext
npx . install --provider codexUseful 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.