stjbrown/agent-knowledge — explained in plain English
Analysis updated 2026-05-18
Turn scattered project docs, decisions, and notes into a searchable, cited knowledge base.
Ask your coding agent a question and get an answer with sources instead of a guess.
Run a health check to catch contradictions, stale claims, and orphaned notes before they mislead anyone.
Visualize your project's knowledge base as an interactive graph.
| stjbrown/agent-knowledge | gavrielp1/salary-2045 | ky1421737671/chatgpt-plus | |
|---|---|---|---|
| Stars | 20 | 20 | 20 |
| Language | HTML | HTML | HTML |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | pm founder | general |
Figures from each repo's GitHub metadata at analysis time.
Installs as skills via npx skills@latest or as a Claude Code plugin, no external services required.
Agent-knowledge, nicknamed Janet in its short description, gives an AI coding agent a knowledge base that improves the more you use it. It turns project documents, decisions, meeting notes, and past conversations into a portable wiki written in plain Markdown, stored right inside your project's Git repository. You can ask the agent a question and it answers with citations pointing back to where the information came from. When you add a new source, it folds that information into what the project already knows instead of just filing it away separately. A built in health check finds outdated claims, contradictions between different notes, and pages nothing else links to, so the wiki does not quietly become unreliable over time. Because everything is stored as plain Markdown files tracked by Git, the knowledge base is readable without any special software, easy to review alongside code changes, and can move between different AI agents rather than being locked into one tool. The project follows an open standard called the Open Knowledge Format, created by Google, rather than inventing its own private database or hidden memory system. New information is always added on top of the old rather than silently overwriting history, so you can trace how a piece of knowledge changed over time. The system is organized as a set of skills. Some are triggered automatically by the agent when a task calls for them, such as reading in a new source or answering a question from the knowledge base. Others you trigger yourself by name, like setting up a brand new knowledge base in a project, running a health check on an existing one, or viewing the whole knowledge base as an interactive graph. It installs into agents such as Claude Code, Cursor, and Codex through a shared skills installer, or as a Claude Code plugin. The project is licensed under MIT, with one vendored specification file licensed separately under Apache-2.0.
Agent-knowledge gives your coding agent a self-maintaining, cited knowledge base stored as plain Markdown in your Git repo, using the open OKF standard so it works across different AI agents.
Mainly HTML. The stack also includes Markdown, Git, Python.
Permissive MIT license for the project, one vendored specification file uses the separate Apache-2.0 license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.