frontmatterlisted
Install: claude install-skill geronimo-iia/llm-wiki-skills
# Frontmatter Reference
Background knowledge for writing correct frontmatter in wiki pages.
This skill is loaded automatically when writing wiki pages.
For type system management (listing, adding, removing types), see the
[schema](../schema/SKILL.md) skill. For the full type taxonomy, see
[references/type-taxonomy.md](references/type-taxonomy.md).
## Quick template
Get the exact frontmatter scaffold for any type:
```
wiki_schema(action: "show", type: "<type>", template: true)
```
## Required fields
Every wiki page must have:
| Field | Rule |
|-------|------|
| `title` | Concise, specific, unambiguous |
| `type` | Page type from the type registry |
Additional required fields depend on the type:
| Type | Extra required fields |
|------|----------------------|
| `concept`, `query-result` | `read_when` |
| `skill` | `name`, `description` (instead of `title`, `summary`) |
## Field conventions
### title
| Type | Convention | Example |
|------|-----------|---------|
| `concept` | The concept name | "Mixture of Experts" |
| `paper` | "Paper Title (Year)" | "Switch Transformer (2021)" |
| `article` | "Article Title" | "Why MoE Models Are the Future" |
| `documentation` | "Product — Topic" | "vLLM — MoE Configuration" |
| `transcript` | "Event — Topic (Date)" | "Team Standup — MoE Decision (2025-07-15)" |
| `note` | Descriptive title | "Quick Notes on Routing Strategies" |
| `clipping` | Original title or descriptive | "Karpathy on LLM Wikis" |
| `book-chapter` | "Book Ti