Open Standard

Built on an open format. No lock-in.

Skillbooks are just Markdown directories served over HTTP. No proprietary SDK. No platform dependency. The format is designed to work everywhere.

View the Spec on GitHub →
Why Open

Progressive Enhancement, Not Platform Lock-In

The root SKILL.md is a normal skill file. Any agent gets a working skill from it — no special tooling required. Agents that understand the graph follow links, pay per page, and get deep knowledge. SKILL.md can be listed on every existing marketplace — no ecosystem changes needed. This is progressive enhancement for agent skills.

Works Today

Any agent can read SKILL.md as a standard skill file. Zero integration effort. It just works.

Works Better

Graph-aware agents follow links into deeper sections. They navigate the knowledge structure and read only what they need.

Works Best

Full traversal with micropayments and citations. The agent reads deeply, cites every source, and the creator gets paid.

The Spec

Simple By Design

The entire format is built on things that already exist: Markdown, HTTP, and JSON. No new protocols to learn.

SKILL.md

Frontmatter with name, description, and metadata. Table of contents with links to every section. Navigation instructions that tell agents how to traverse the graph.

book.json

Machine-readable metadata: title, author, version, page count, price. Everything an agent or marketplace needs to index and display the skillbook.

Content Pages

Markdown files, 40–100 lines each. One concept per page. Cross-references link related topics. Every claim cites its source.

Navigation

Relative links between pages. Agents follow the graph like browsing documentation. No routing layer, no query language — just links.

# Example SKILL.md frontmatter --- name: EPA 608 Certification Guide description: Complete study guide for EPA Section 608 technician certification version: 2.1.0 author: HVAC Training Institute pages: 83 price_usd: 10.00 --- # EPA 608 Certification Guide This skillbook covers everything needed to pass the EPA Section 608 certification exam for refrigerant handling. ## Table of Contents - [Refrigerant Handling](./refrigerant-handling/overview.md) - [Safety & Compliance](./safety/overview.md) - [Equipment Types](./equipment/overview.md) - [Recovery & Recycling](./recovery/overview.md) - [Exam Preparation](./exam-prep/overview.md)
Ecosystem

Works With Everything

Skillbooks are HTTP resources. If your tool can fetch a URL, it can use a skillbook.

Contribute

Help Shape The Standard

The skillbook format is developed in the open. Every improvement starts as a conversation.

Propose

Open an issue on GitHub to propose format changes, new metadata fields, or tooling improvements.

Build

Fork the spec repo, make your modifications, and submit a pull request. All contributions are reviewed by maintainers.

Discuss

Join open issues to discuss direction, trade-offs, and priorities. The best ideas come from real-world usage.

Every book ever written is potential inventory. The format is designed to make conversion easy and lock-in impossible.

The goal is a format that outlives any single platform. Markdown + HTTP + micropayments. That's the whole stack.

Start building with the open format