← Back to all bundles

Pierrot-Knowledge — OKF Bundle for AI Agents

Draft

A very light desktop knowledge base. Notes are plain Markdown with YAML frontmatter conforming to [Open Knowledge Format (OKF) v0.2][okf], arranged in the LLM Wiki three-layer pattern, so that humans, text editors, and AI agents all read and write the same files.

By yuimaruofbook 3 stars Uncategorized Apache-2.0

Best for

  • AI agent development

What it does

  • A very light desktop knowledge base.
  • Notes are plain Markdown with YAML frontmatter conforming to [Open Knowledge Format (OKF) v0.2][okf], arranged in the LLM Wiki three-layer pattern, so that humans, text editors, and AI agents all read and write the same files..

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/yuimaruofbook/Pierrot-Knowledge
cd Pierrot-Knowledge

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/Pierrot-Knowledge
# Cursor
cursor /path/to/Pierrot-Knowledge
# OpenCode
opencode /path/to/Pierrot-Knowledge

Frequently Asked Questions

Is Pierrot-Knowledge OKF conformant?

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

How do I install Pierrot-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 Pierrot-Knowledge?

Pierrot-Knowledge works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.