knowledge-base
v0.2.0A minimal, portable, cross-agent persistent knowledge base. Stores knowledge as plain Markdown — one KB is one directory that works by copying the folder: no server, no database, syncable via Git or OneDrive. Supports multiple KBs, each declaring its own format (prose / entities, with room for more), and typed relations between records that are written once and traversed in both directions. Cross-agent adapters verified on Claude Code, Codex, and Antigravity (agy); bundles a stdlib-only validator and graph tool.
By dobachi0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install knowledge-base@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/knowledge-base/.
Plugin files
├── .claude-plugin/plugin.json└── skills/knowledge-base/SKILL.md
Included Skills1
A minimal, portable, cross-agent persistent knowledge base. Stores knowledge as plain Markdown, where one KB is one directory that works by copying the folder — no server, no database — syncable via Git or OneDrive. Supports multiple KBs, each declaring its own format (prose or entities, with room for more). Use when the user wants to save, recall, or organize durable knowledge that survives across sessions and works from any agent.
Plugin manifests1
{
"name": "knowledge-base",
"description": "A minimal, portable, cross-agent persistent knowledge base. Stores knowledge as plain Markdown — one KB is one directory that works by copying the folder: no server, no database, syncable via Git or OneDrive. Supports multiple KBs, each declaring its own format (prose / entities, with room for more), and typed relations between records that are written once and traversed in both directions. Cross-agent adapters verified on Claude Code, Codex, and Antigravity (agy); bundles a stdlib-only validator and graph tool.",
"version": "0.2.0",
"author": {
"name": "dobachi"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[knowledge-base on Agent Plugins Marketplace](https://pluginsmp.com/plugins/knowledge-base)