Doc Bridge

Product purpose, boundaries, maturity, and role inside the AgentsKit ecosystem.

View raw Markdown · llms.txt · For agents

doc-bridge positioning

Source of truth for README, issues, RFCs, and external posts.

One-liner

Human↔agent documentation bridge for any repo — deterministic handoffs, doc-site links, memory→docs promotion, optional AgentsKit RAG/chat.

What we are

  • A bridge between agent corpus (dense markdown) and human corpus (Fumadocs, Docusaurus, plain md, …)
  • A task router for coding agents (startHere, editRoots, checks, humanDoc)
  • A memory pipeline that turns local agent memory into draft project docs (HITL)
  • A modular toolkit: CLI, MCP, plugins, optional intelligence — install only what you need
  • Offline-capable at the core (Layer 0 needs no API key)

Four loops

LoopJob
ActHandoff JSON / MCP so agents edit the right place and run the right checks
BridgeKeep agent docs ↔ human docs linked and gate-validated
LearnIngest Cursor/Claude-style memory → classify → promote drafts
ExplainOptional RAG + terminal chat (@agentskit/rag + @agentskit/ink) with handoffFirst

What we are not

  • Not a replacement for your human documentation site
  • Not a hosted doc chat SaaS
  • Not an AgentsKit brochure in the hero
  • Not “just AGENTS.md” (we compose with it)

Primary persona

Engineering teams with real ownership (monorepos first). Secondary: solo libs, internal platforms, any stack with markdown.

AgentsKit relationship (dogfood, not force)

Public messageReality
Layer 0 works alonePure @agentskit/doc-bridge + zod
Optional chat/RAGPeers: @agentskit/rag, @agentskit/ink, @agentskit/adapters, @agentskit/memory
Ecosystem proofPublic consumers — not private monorepos as marketing

Rule: User-facing docs lead with your repo. AgentsKit appears as opt-in intelligence and ecosystem consumers.

Public consumers

Comparison

DimensionWiki + RAGAGENTS.mdContext7doc-bridge
Primary jobExplainStatic instructionsLibrary docsAct + bridge + memory
CorrectnessBest-effortManualVersioned remoteIndex + CI gates
Your monorepo ownershipWeakWeakN/AFirst-class
LLM requiredUsuallyNoNo for setupNo for Layer 0

Feature modularity

required:  index, CLI, MCP handoff tools, gate presets
optional:  fumadocs | docusaurus | vitepress | starlight | nextra | plain-markdown plugins
optional:  memory ingest → promote
optional:  @agentskit/rag + ink chat (intelligence.*)
optional:  Playbook / Registry federation

Success metrics

  • Zero-key: initindexquery --agent in < 2 minutes
  • Handoff from ownership-only config (no monorepo plugin required)
  • Human guide links gate green on fixture adapters
  • Chat/RAG path documented with optional peers
  • Public consumers cited (for-agents, Registry, Playbook)

Canonical ecosystem role

FieldValue
Product iddoc-bridge
Roleunderstanding
Kinddeveloper-tool
PromiseHuman↔agent documentation bridge — deterministic handoffs for any repo

AgentsKit is the foundation library (not a “JavaScript framework” in marketing cards). Chat is the experience layer. Doc Bridge stays the understanding product.

The AgentsKit ecosystem

Build the agent. Then take it all the way.

On this page