← Back to all bundles

law2markdown — OKF Bundle for AI Agents

Draft

e-Gov法令XMLデータを、LLM/RAGおよびWeb Wiki(SimpleWiki等)に最適化された Open Knowledge Format (OKF) 準拠の Markdown 群へ決定論的にパース・変換するCLIツール。法令本文の完全ASIS(原本維持)と完全インデックス構造。

By chottokun 0 stars Uncategorized MIT

Best for

  • AI agent development

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/chottokun/law2markdown
cd law2markdown

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/law2markdown
# Cursor
cursor /path/to/law2markdown
# OpenCode
opencode /path/to/law2markdown

Frequently Asked Questions

Is law2markdown OKF conformant?

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

How do I install law2markdown?

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

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