Skill links
The wskill projects into two views. The book you're reading is one; the other is a skill — the :ai_skill folder wcl wdoc skill builds, a SKILL.md plus a references/ directory an agent loads. SKILL.md inlines the curated indexes, linking each pinned note's page directly. This page maps that skill, then shows each page's actual generated Markdown.
Each circle is a skill page — SKILL.md purple, the per-note pages green. Each line is a link the skill actually emits. Scroll to zoom, drag to pan. (The builtins / CLI reference pages are linked from SKILL.md but not previewed per-page.)
§ 1Pages
Every unit file the skill emits has its own preview page — open one to read its real generated Markdown (the same output wcl wdoc skill writes) and comment on any line (wcl wdoc serve --comment) to flag a fix.
§ 1.1Entry page
SKILL.md — the entry point; it inlines the curated indexes and links each note's page directly.
§ 1.2Concept pages
§ 1.3Fact pages
§ 1.4Entity pages
| Note | Book page |
|---|---|
| wcl | open |
§ 1.5Process pages
| Note | Book page |
|---|---|
| Validate and format a WCL file | open |
| Scaffold a new project with wcl init | open |
| Inspect and edit values with eval, set and diff | open |
| Upgrade a document when WCL moves | open |