← Back to all bundles

yggdrasil — OKF Bundle for AI Agents

Draft

Portable context-economy kit for coding agents: a graph-derived PROJECT_MAP, an output wrapper, and curated knowledge (OKF) — so the agent stops reading source files to find things.

By luizfelipedm 2 stars Uncategorized MIT

Best for

  • Claude Code and AI coding agents
  • Developer tooling and DevOps workflows

What it does

  • 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/luizfelipedm/yggdrasil
cd yggdrasil

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/yggdrasil

Frequently Asked Questions

Is yggdrasil OKF conformant?

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

How do I install yggdrasil?

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 yggdrasil?

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

What are alternatives to yggdrasil?

Similar bundles include okf-gem, surface, agentic-task-system. Browse these for alternative approaches and feature sets.