← Back to all bundles

zettelkern-starter-kit — OKF Bundle for Markdown Knowledge

Draft

Starter kit for a Zettelkern vault: an LLM-maintained markdown wiki with typed pages, provenance rules, an append-only log, and a stdlib-only lint script. Karpathy's LLM-wiki pattern, OKF-compatible, works with any agent harness.

By devdotbo 0 stars Uncategorized MIT

Best for

  • Markdown note-taking and personal knowledge management

What it does

  • Starter kit for a Zettelkern vault: an LLM-maintained markdown wiki with typed pages, provenance rules, an append-only log, and a stdlib-only lint script.
  • Karpathy's LLM-wiki pattern, OKF-compatible, works with any agent harness..

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/devdotbo/zettelkern-starter-kit
cd zettelkern-starter-kit

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/zettelkern-starter-kit
# Cursor
cursor /path/to/zettelkern-starter-kit
# OpenCode
opencode /path/to/zettelkern-starter-kit

Frequently Asked Questions

Is zettelkern-starter-kit OKF conformant?

No, zettelkern-starter-kit is currently marked as a draft bundle. It may not fully follow the OKF specification yet.

How do I install zettelkern-starter-kit?

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 zettelkern-starter-kit?

zettelkern-starter-kit 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 zettelkern-starter-kit?

Similar bundles include Scriptorium, ai-knowledge-base, ai-wiki. Browse these for alternative approaches and feature sets.