Skip to main content

Living knowledge map for codebases — install agent instructions across AI platforms

Project description

kb-builder

Kode Brain — a living knowledge system for evolving software projects.

Converts an imperfect, growing codebase into a structured, searchable knowledge map of domains, capabilities, concepts, flows, runtime behavior, dependencies, legacy areas, migration states, and source evidence — so humans and AI agents can understand and modify the system without rediscovering everything from scratch.

Design Documents

Document Purpose
Taxonomy Finalized node types, edge types, status labels, confidence labels
Skills Skill API contracts — inputs, outputs, guarantees
Agents Agent role boundaries — responsibilities, allowed skills, forbidden actions
Workflows Core workflow sequence diagrams
Open Decisions Unresolved architectural decisions

Schemas

File Purpose
schema/node.schema.json JSON Schema for KnowledgeNode
schema/edge.schema.json JSON Schema for KnowledgeEdge
schema/knowledge-base.schema.json Top-level graph container schema

Design Order

Per the Kode Brain spec (§20.7):

Taxonomy → Workflow → Skills → Agents → Plugin/CLI

This repository is currently at the design phase. Implementation comes after the design is validated.

Commands

/kodebrain init [path]                     Scan project, scaffold docs/kodebrain/
/kodebrain scan [path]                     Re-scan and update knowledge graph
/kodebrain query "<task or symptom>"       Query the KB by task description
/kodebrain reading-pack "<task>"           Generate + save a context pack
/kodebrain detect-legacy [--domain slug]   Flag suspected dead code
/kodebrain review [--page path]            Review KB pages for stale claims
/kodebrain update [--diff] [--files ...]   Update KB from changed files

Installation

pip install kodebrain
kodebrain install        # installs skill + platform configs globally

/kodebrain is then available in every Claude Code session.

Developing the skill

The skill definition lives in kodebrain/skill/SKILL.md and scripts/harvest.py. To have changes take effect immediately without reinstalling:

# Symlink the skill dir directly (dev mode)
ln -s "$(pwd)/kodebrain/skill" ~/.claude/skills/kodebrain

Or install the package in editable mode so kodebrain install always picks up local changes:

pip install -e .
kodebrain install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kodebrain-0.4.3.tar.gz (44.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kodebrain-0.4.3-py3-none-any.whl (27.1 kB view details)

Uploaded Python 3

File details

Details for the file kodebrain-0.4.3.tar.gz.

File metadata

  • Download URL: kodebrain-0.4.3.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for kodebrain-0.4.3.tar.gz
Algorithm Hash digest
SHA256 1eae1afd74353449a8d28c4bd7663331012ff39f04809bf6a008de96ae26c283
MD5 610faede8de3dd009d095de0af34bcea
BLAKE2b-256 36def1df77edce6b67143b9dab9d6146890e5128f829d29a776f9e8c8b352423

See more details on using hashes here.

File details

Details for the file kodebrain-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: kodebrain-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 27.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for kodebrain-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3fe82f65805412ee65b662c97b63ea7cff7baa4625e086e405299ef3dad126a8
MD5 190b297e857b25cb7d1d3dd2c3e3e89f
BLAKE2b-256 6e6cb4a122f79c39e471145bc5d41faa2d2d490f9c199aca55f5db0a6aff8a34

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page