Topic block
The overarching subject — exactly one per wskill — plus the document's own metadata (creation / update dates).
| Property | Type | Required | Description |
|---|---|---|---|
| id | identifier | yes | |
| name | utf8 | yes | |
| summary | utf8 | yes | |
| description | utf8 | no | |
| version | utf8 | no | |
| tags | list<utf8> | no | |
| created | utf8 | yes | |
| updated | utf8 | no | |
| maintainer | utf8 | no | |
| maintainer_entity | identifier | no | |
| note | utf8 | no |
wcl
topic git {
name = "Git"
summary = "Distributed version control — the model and the everyday commands."
version = "1.0.0"
created = "2026-06-23"
maintainer = "Wil Taylor"
}