Source-grounded
Keep raw sources, maintained wiki pages, compiled runtime views, and citation anchors in separate layers.
Give agents facts, source trails, constraints, and maintained context without confusing knowledge with procedural skills.
Agent Skills gave agents a simple way to load procedural capability: instructions, scripts, references, and assets. Agent Knowledge applies the same file-first philosophy to durable knowledge assets.
The goal is not to replace RAG, wikis, notebooks, or skills. The goal is to define a small portable package format that lets agents answer these questions reliably:
customer-onboarding/
├── KNOWLEDGE.md # Required: metadata + usage guide
├── sources/ # Raw source files, treated as read-only evidence
├── wiki/ # Maintained pages, decisions, entities, concepts
├── compiled/ # Runtime views: facts, playbooks, boundaries
├── indexes/ # Optional, rebuildable search/vector/graph indexes
├── runs/ # Ingest, lint, review, query logs
└── assets/ # Optional diagrams, templates, examplesKnowledge packs are facts and context. Skills are methods and workflows.
Use Agent Skills to build, update, lint, and query Agent Knowledge packs. Do not hide real customer or domain knowledge inside a global skill when it needs its own source trail, status, ownership, and review lifecycle.
Every document page includes a Copy Markdown button. Use it to copy the current source page into an AI session with frontmatter, diagrams, examples, and tables intact.