Documentation · CLI · 2.0.0

CLI reference

Commands for installing, inspecting, updating, exporting, and removing the package, plus local VitaeGraph commands.

Run commands with npx vitaecontext <command>. Commands below describe package behavior, not operations performed by this website.

vitaecontext version

npx vitaecontext version

Print the running package version.

vitaecontext update

npx vitaecontext update [--provider <provider>] [--json] [--timeout <ms>]

Check npm for a newer version. This runs only when requested.

vitaecontext doctor

npx vitaecontext doctor

Validate package structure, skill metadata, wiki files, provider manifests, and packaged paths.

vitaecontext list providers

npx vitaecontext list providers

List supported install targets.

vitaecontext list skills

npx vitaecontext list skills

List runtime skills in the package.

vitaecontext list commands

npx vitaecontext list commands --provider <provider>

List command wrappers for one provider.

vitaecontext template context

npx vitaecontext template context --output ~/.vitaecontext/name-surname-career-context.md

Create the guided career context template at a chosen path.

vitaecontext graph init

npx vitaecontext graph init --root ~/.vitaecontext/vitaegraph

Create the initial VitaeGraph Markdown workspace.

vitaecontext graph validate

npx vitaecontext graph validate --root ~/.vitaecontext/vitaegraph

Check IDs, record types, links, parents, relationships, and duplicates.

vitaecontext graph index

npx vitaecontext graph index --root ~/.vitaecontext/vitaegraph

Build deterministic graph and lexical JSON indexes from Markdown.

vitaecontext install

npx vitaecontext install --provider <provider> [--target-dir <path>]

Install provider files and write an install manifest.

vitaecontext uninstall

npx vitaecontext uninstall --provider <provider> [--dry-run] [--force]

Remove files recorded in the install manifest.

vitaecontext export

npx vitaecontext export --provider <provider|all>

Generate provider layouts from the canonical runtime source.

Claude Code marketplace

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