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
~/.agents/skills/ + CODEX_HOME/skills or ~/.codex/skills/~/.claude/skills/~/.cursor/skills/ or .cursor/skills/~/.codeium/windsurf/skills/ or .windsurf/skills/~/.config/roo-code/skills/ or .roo/skills/~/.gemini/extensions/vitaecontext/~/.gemini/antigravity-cli/plugins/vitaecontext/~/.config/opencode/skills/~/.ibm/skills/ or .ibm/skills/~/.grok/skills/ or .grok/skills/requires --target-dirModel Context Protocol (MCP) Server
Instead of installing skill files into project directories, connect your AI coding assistant over Model Context Protocol with zero workspace pollution:
npx -y vitaecontext-mcpSee the full MCP setup guide for Claude Desktop, Cursor, Windsurf, Roo Code, and more.
Claude Code marketplace
Claude Code also supports a plugin marketplace installation:
/plugin marketplace add vitaecontext/vitaecontext
/plugin install vitaecontext@vitaecontextCodex plugin marketplace
A cloned product repository includes a native Codex plugin backed by the same canonical skills:
codex plugin marketplace add .agents/plugins
codex plugin add vitaecontext@vitaecontextDirect npm skill installation remains supported and does not require the plugin marketplace.
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 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.