← Back to all bundles
law3markdown — OKF Bundle for AI Agents
Drafte-Gov法令XMLデータを、LLM/RAGおよびWeb Wiki(SimpleWiki等)に最適化された Open Knowledge Format (OKF) 準拠の Markdown 群へ決定論的にパース・変換するCLIツール。法令本文の完全ASIS(原本維持)と完全インデックス構造。
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/law3markdown
cd law3markdown Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/law3markdown # Cursor
cursor /path/to/law3markdown # OpenCode
opencode /path/to/law3markdown Frequently Asked Questions
Is law3markdown OKF conformant?
No, law3markdown is currently marked as a draft bundle. It may not fully follow the OKF specification yet.
How do I install law3markdown?
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 law3markdown?
law3markdown works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.