with one click
kb-context
Load and validate project context, bootstrapping if needed
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Load and validate project context, bootstrapping if needed
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use GitKB code intelligence tools instead of grep for finding callers, definitions, usages, and dead code. Trigger when exploring code relationships or searching for symbol usage.
Explore codebase with code intelligence and search across code and documents. Use when searching by concept, finding where functionality lives, or investigating unfamiliar code.
Manage GitKB knowledge base for project documentation, tasks, and context. Use when working with KB documents, viewing tasks, updating progress, or managing project knowledge.
Show GitKB kanban board with task status columns
Complete a task with verification — check acceptance criteria, require evidence, update status
Commit workspace changes to the knowledge base with validation
| name | kb-context |
| description | Load and validate project context, bootstrapping if needed |
Load project context following the AGENTS.md PATH A/B/C flow.
git-kb list --path context/ --json
If no context documents exist (PATH A — First-Time Setup):
The KB is fresh. Help the user establish context:
context/immutable/project-brief (type: brief)context/immutable/patterns (type: patterns)context/immutable/architecture (type: architecture)context/extensible/product (type: context)context/extensible/tech (type: context)context/overridable/active (type: context)context/overridable/progress (type: context)"Initial context setup"If context documents exist (PATH B — Load and Validate):
kb_context to load the full context bundlecontext/immutable/project-briefcontext/immutable/patternscontext/immutable/architecturecontext/extensible/productcontext/extensible/techcontext/overridable/activecontext/overridable/progresscontext/overridable/active references tasks that are now completedcontext/overridable/progress shows phases as "in progress" when all their tasks are done/kb-handoff to update it."If context was already loaded this session (PATH C — Quick Resume):
kb_status for pending changescontext/overridable/activeIf a specific task is in focus and it references code, use kb_smart_context to get task-relevant code context:
kb_smart_context with task: "<task-slug>"
This assembles code symbols, callers, and callees relevant to the task within a token budget (default 8000). Each result includes a relevance score and provenance (why it was included).
For lighter-weight code enrichment without call graph traversal, pass include_code_refs: true to kb_context:
kb_context with task: "<task-slug>", include_code_refs: true
After loading, present a concise summary: