Documentation · CLI · 2.2.0

CLI reference

Commands for installing and removing skills, validating and selecting Career Context, and maintaining local VitaeGraph records.

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 mcp

npx -y vitaecontext-mcp
# or: npx vitaecontext mcp

Start the stateless Model Context Protocol stdio server conforming to version 2024-11-05.

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 context init

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

Create a minimal private Career Context starter. Without --output, use ~/.vitaecontext/career-context.md.

vitaecontext context validate

npx vitaecontext context validate <file> [--json]

Check the Career Context structure and internal consistency. This does not authenticate real-world facts.

vitaecontext context summary

npx vitaecontext context summary <file> --for github --output /tmp/github-context.md

Create a bounded task packet for CV, GitHub, LinkedIn, portfolio, X, or general use.

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