lithos-doc

Generate and validate Lithos vault documentation pages with frontmatter and wikilinks.

24|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/jwintz/lithos --skill lithos-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lithos-doc
Source: https://github.com/jwintz/lithos/tree/main/skills/lithos-doc
Command: npx skills add https://github.com/jwintz/lithos --skill lithos-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes Lithos vault documentation by automating the creation and synchronization of pages, ensuring consistent structure and metadata across guides, features, and APIs.

Core Features & Use Cases

  • Automated page generation for vault sections following the Lithos structure.
  • Frontmatter validation and consistency enforcement (order, icons, navigation).
  • Rich cross-linking and wikilink verification to prevent dead ends and broken references.
  • Use Case: Generate a complete vault overview for the project after a new release, with interconnected pages and up-to-date API references.

Quick Start

Run the lithos-doc skill against your repository root to generate and validate vault pages, then review the results under vault/.

Frequently Asked Questions about lithos-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate documentation generation for a markdown vault?

To automate markdown vault documentation, this Skill generates pages that reflect the current project structure for writing guides, feature docs, and API references within the vault directory. It standardizes sections and metadata automatically.

What is the best way to validate frontmatter and wikilinks in project documentation?

Validating frontmatter and wikilinks is handled by enforcing requirements for order, title, icons, and navigation while verifying cross-links to prevent dead ends and broken references. This ensures pages render correctly without errors.

How do I keep vault documentation consistent after a new release?

Keeping vault documentation consistent after a new release involves synchronizing pages and generating an interconnected vault overview with up-to-date API references. This Skill automates that synchronization across guides and features.

Does this documentation automation tool require any external dependencies?

No external dependencies are required to use this documentation automation tool. It operates independently to generate and validate vault pages directly against your repository root without needing additional installed components.

Can I use this Skill to generate API references and feature docs together?

Yes, you can generate API references and feature docs together by running this Skill against your repository root. It targets multiple documentation types within the vault, ensuring consistent structure and cross-linking.