← Back to all bundles

agentic-knowledge-bundle — OKF Bundle for RAG Pipelines

OKF ✓ v0.1

A lightweight way for coding agents to accumulate and reference curated Markdown knowledge — no vector DB, no pre-indexing, no custom code.

By mfxgu2i 0 stars Uncategorized MIT

Best for

  • Claude Code and AI coding agents
  • Markdown note-taking and personal knowledge management
  • RAG (Retrieval Augmented Generation) pipelines

What it does

  • Uses plain markdown files for maximum compatibility and version control
  • Fully OKF-conformant — works with any OKF-compatible agent framework
  • Version-controlled with standard Git workflows for collaboration

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/mfxgu2i/agentic-knowledge-bundle
cd agentic-knowledge-bundle

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/agentic-knowledge-bundle

Frequently Asked Questions

Is agentic-knowledge-bundle OKF conformant?

Yes, agentic-knowledge-bundle is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.

How do I install agentic-knowledge-bundle?

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 agentic-knowledge-bundle?

agentic-knowledge-bundle works with any AI agent that supports OKF bundles, including Claude Code. Just point your agent at the bundle directory.

What are alternatives to agentic-knowledge-bundle?

Similar bundles include open-knowledge-format-starter, mnemos, Scriptorium. Browse these for alternative approaches and feature sets.