agentic-kb

Make decisions and context travel at the same speed as creation.
AI-native knowledge ops. Vendor-neutral. No database. Lives in your repo.

Install in 60 seconds

The real problem

Your agents made you 10ร— faster at creating. Nothing made you faster at deciding. The bottleneck didn't move to design, quality, or testing.

It moved to convergence.

Creation at agent speed. Decisions at human speed. That gap is where budgets burn, alignment erodes, and smart teams end up running in three directions at once.

agentic-kb is the piece of the fix that puts decisions, ideas, goals, and context on the same rails as the output โ€” so a human at any level can stay in the loop with a swarm of agents and a team of other humans, without becoming the bottleneck.

Why it's built this way

๐Ÿ—‚ No database

Plain Markdown in a git repo. Your KB versions like code, reviews like code, diffs like code. If a folder can read it, this works.

โ˜๏ธ No cloud backend

No SaaS. No auth. No infra. Your knowledge stays on your disk. If the vendor disappears tomorrow, your KB is still there.

๐Ÿ”“ No vendor lock-in

Claude Code, VS Code Copilot, OpenCode โ€” same skill, same contract, one install. No "Claude memory" trap. No "upgrade to Pro to access your own notes."

๐Ÿชถ Lean by construction

One spec. Two reference skills. One reference agent. One installer. Install in 60s. Rip it out in 5 if it's not for you.

Five layers, one command

Only the personal layer is required. Higher layers are opt-in. Content flows up via promote, down via digest. Every boundary passes a five-question evaluation gate.

L1 Personalrequired
โ†’
L2 Teamoptional
โ†’
L3 Org-Unitoptional
โ†’
L4 Marketplaceskills + agents
โ† L5 Company (top-down)

promote โ†’     โ† digest

The evaluation gate

Applied at every persistence boundary. This is the system's immune system โ€” nothing persists without earning its place.

  1. Does this strengthen a position?
  2. Does this inform a decision?
  3. Would you reference this again?
  4. Is this actionable?
  5. Does this already exist?
0/5 โ†’ discard 1โ€“2/5 โ†’ finding only 3+/5 โ†’ finding + topic + decision

Four kinds of memory

findings/

Dated, immutable snapshots. The evidence base.

topics/

Living positions. Updated in place with changelog.

ideas/

Incubation objects. Seed โ†’ growing โ†’ ready โ†’ shipped.

foundation/

Identity: who you are, your context, sources, stakeholders.

One command: /kb

The agent infers the layer and action from context. No subcommand memorization needed.

/kb [text] โ€” capture + evaluate

/kb review โ€” process inbox

/kb promote โ€” push to team

/kb digest team โ€” pull team changes

/kb idea [text] โ€” create idea

/kb develop [idea] โ€” sparring session

/kb decide [desc] โ€” open decision

/kb start-day โ€” morning briefing

/kb end-week โ€” weekly summary

/kb present [topic] โ€” HTML slides

/kb setup โ€” onboarding wizard

Decisions & ideas as first-class objects

Decisions

Tracked with evidence trails, stakeholders, RACI, and due dates. Not buried in prose.

gathering-evidence โ†’ under-discussion โ†’ proposed โ†’ decided โ†’ archive

Ideas

Observations with novelty value get incubated. The agent plays devil's advocate via /kb develop.

seed โ†’ growing โ†’ ready โ†’ shipped | archived

Cross-agent portable

One source of skills and agents feeds three harnesses. Write once, use everywhere.

Claude Code

.claude/skills/

VS Code Copilot

.github/skills/

OpenCode

.opencode/skills/

Get started

Claude Code

/install-marketplace https://github.com/wlfghdr/agentic-kb
/kb setup

VS Code

// settings.json โ†’ chat.plugins.marketplaces
["wlfghdr/agentic-kb"]
// then: /kb setup

OpenCode

scripts/install --target opencode --global
# then: /kb setup

That's it. /kb setup walks you through everything โ€” name, role, workstreams, branding, integrations.