VitaeContext Context Builder

Consolidates CV, LinkedIn, GitHub and bio facts into one factual career source-of-truth file.

Works with setup

Test report

Verdict
Works with setup
Score
8.4/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · eb9fa2b

Real gap: the assign slug points at the repo's router skill, but the description actually matches the sibling `vitaecontext-build` module 3 folders over -- install that one, not the repo-level one. Its wiki explicitly links `../../vitaecontext/wiki/vitaecontext.md`, a sibling skill's file that vanishes the moment you cp -r just this module standalone (verified: path resolves to nothing after isolated copy), though the skill's own text degrades gracefully and keeps working off its local references/ files.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What VitaeContext Context Builder does

Builds and maintains a private 'Career Context' Markdown file that normalizes a person's professional facts, separating verified evidence from stated goals/aspirations. Triggers when a user wants to consolidate scattered CV/LinkedIn/GitHub/bio material into one source of truth before editing platform-specific assets (LinkedIn post, CV, portfolio, etc).

How to install VitaeContext Context Builder

git clone https://github.com/vitaecontext/vitaecontext
cd vitaecontext
mkdir -p ~/.claude/skills
cp -r skills/vitaecontext-build ~/.claude/skills/agentkit-seo-agent-context-optimization

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger VitaeContext Context Builder

  • /agentkit-seo-agent-context-optimization Consolidates CV, LinkedIn, GitHub and bio facts into one factual career source-of-truth file.

It also activates on plain-language prompts like these:

  • Pull my resume, LinkedIn summary, and GitHub repos into one facts file
  • Before I rewrite my portfolio, consolidate my scattered career info first
  • Separate my verified work history from my career goals in one document

Frequently asked questions

Is the VitaeContext Context Builder skill free?
Yes. The skill itself is free from vitaecontext/vitaecontext (formerly agentkit-seo/agentkit-seo). SkillProof publishes the install command and an independent test verdict at no cost.
Does VitaeContext Context Builder work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Real gap: the assign slug points at the repo's router skill, but the description actually matches the sibling `vitaecontext-build` module 3 folders over -- install that one, not the repo-level one. Its wiki explicitly links `../../vitaecontext/wiki/vitaecontext.md`, a sibling skill's file that vanishes the moment you cp -r just this module standalone (verified: path resolves to nothing after isolated copy), though the skill's own text degrades gracefully and keeps working off its local references/ files.
What is the VitaeContext Context Builder SkillProof Score?
8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install VitaeContext Context Builder?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use VitaeContext Context Builder with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.