agent-knowledge — OKF Bundle for AI Agents
OKF ✓ v0.1Janet builds and maintains a portable LLM wiki in plain Markdown using the Open Knowledge Format (OKF). Run her directly, call her as a subagent, or add her skills to your coding agent.
Best for
- Claude Code and AI coding agents
What it does
- Janet builds and maintains a portable LLM wiki in plain Markdown using the Open Knowledge Format (OKF).
- Run her directly, call her as a subagent, or add her skills to your coding agent..
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/stjbrown/agent-knowledge
cd agent-knowledge Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/agent-knowledge Frequently Asked Questions
Is agent-knowledge OKF conformant?
Yes, agent-knowledge is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.
How do I install agent-knowledge?
Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.
What AI agents can use agent-knowledge?
agent-knowledge works with any AI agent that supports OKF bundles, including Claude Code. Just point your agent at the bundle directory.
What are alternatives to agent-knowledge?
Similar bundles include okf-harness, open-knowledge-format-starter, kw-okf-memory-skill. Browse these for alternative approaches and feature sets.