The CLI writes each provider's expected folder and command layout from the same runtime skill source, or connects via stateless MCP.
npx vitaecontext install --provider <provider>
Install targets
Supported providers
11 supported agent environments. Use the exact provider value shown on each card, or connect via MCP.
Direct install + native plugin
Codex
Installs named skill folders into Codex skill directories. A cloned repository also exposes the same eight skills through a native Codex plugin marketplace.
Install
npx vitaecontext install --provider codex
Example
$vitaecontext-github
$vitaecontext-vitaegraph
Direct skills and the native plugin share one generated runtime source; exact activation depends on the Codex surface.
Direct install + plugin
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.
MCP Config (CLI command)
claude mcp add vitaecontext -- npx -y vitaecontext-mcp
Direct install + MCP
Cursor
Installs shared skills and project rules for Cursor AI. Seamlessly integrates with Cursor's native MCP feature for cross-workspace context.
Install
npx vitaecontext install --provider cursor
Example
Use the installed vitaecontext-github skill or query via MCP.
Supports both workspace rules in .cursor/skills/ and global MCP server registration.