Page Templates
Every wiki page follows one of five templates. The wiki-templates skill (loaded automatically by ingest, query, and lint) enforces these conventions.
Universal Frontmatter
Section titled “Universal Frontmatter”All page types share this base:
---title: "Page Title"date-created: 2026-04-12date-modified: 2026-04-12page-type: source-note | entity | concept | comparison | summarydomain: - vault-default-domaintags: - relevant-tagsources: - raw/filename.mdrelated: - "[[related-page]]"---1. Source Note
Section titled “1. Source Note”Location: wiki/sources/<source-name>.md
Extra fields: source-url, source-type, author, date-accessed, raw-file
Structure: Overview, Key Takeaways, Detailed Notes, Quotes, Sources
source-url: https://example.com/articlesource-type: article # article|paper|video|tweet|gist|pdf|bookauthor: "Author Name"date-accessed: 2026-04-12raw-file: raw/article-name.md2. Entity
Section titled “2. Entity”Location: wiki/entities/<entity-name>.md
Extra fields: entity-type, aliases
Structure: Overview, Key Facts, Relevance, Mentions, Sources
entity-type: person # person|organization|tool|framework|servicealiases: - "Karpathy"3. Concept
Section titled “3. Concept”Location: wiki/concepts/<concept-name>.md
Extra fields: none beyond universal
Structure: Definition, How It Works, Examples, Related Concepts, Sources
4. Comparison
Section titled “4. Comparison”Location: wiki/comparisons/<comparison-name>.md
Extra fields: none beyond universal
Structure: Summary, Comparison Table, Analysis, Verdict, Sources
5. Summary
Section titled “5. Summary”Location: wiki/<summary-name>.md (top level of wiki/)
Extra fields: none beyond universal
Structure: Overview, Key Themes, Open Questions, Sources
Cross-Referencing Rules
Section titled “Cross-Referencing Rules”- Link entities and concepts on first mention:
[[entity-name]] - Use canonical page name as link text:
[[andrej-karpathy|Karpathy]] - Update
relatedfrontmatter when adding links - Don’t over-link — first mention per page only
- Filenames are always kebab-case:
andrej-karpathy.md