agent-smith — OKF Bundle for Knowledge Graphs
DraftPortable Agent Skills that turn repositories into agent-ready workspaces with AGENTS.md orientation, AST-based repository graphs, an OKF/LLM-wiki knowledge layer, reusable skill creation, and optional harness adapters.
Best for
- Knowledge graph and knowledge management systems
What it does
- Builds and maintains a structured knowledge graph from markdown content
- Portable knowledge package that AI agents can load and use at runtime
- Version-controlled with standard Git workflows for collaboration
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/rmonier/agent-smith
cd agent-smith Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/agent-smith # Cursor
cursor /path/to/agent-smith # OpenCode
opencode /path/to/agent-smith Frequently Asked Questions
Is agent-smith OKF conformant?
No, agent-smith is currently marked as a draft bundle. It may not fully follow the OKF specification yet.
How do I install agent-smith?
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-smith?
agent-smith works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.
What are alternatives to agent-smith?
Similar bundles include OpenKnowledgeFormat-Skill, kw-okf-memory-skill, OKF Harness. Browse these for alternative approaches and feature sets.