Properties3
Is BaseNo
Icon
Order
2The Lithos Documentation Skill (lithos-doc) guides the creation and maintenance of this documentation site.
Skill Path
The definition for this skill works with the Skill Framework and is located at
.agent/skills/lithos-doc/SKILL.md.Purpose
Ensures all documentation is consistent, uses correct Obsidian syntax, and properly leverages Nuxt Content features.
Critical Rules
- Strict Navigation Structure: Follow the numbered folder convention (
1.guide,2.features, etc.) to control sidebar ordering. - Icon Consistency: Every note must have both
iconandnavigation.iconproperties set in frontmatter usingi-lucide-*format.icon: i-lucide-rocket navigation: icon: i-lucide-rocket - Cross-Linking: Use wikilinks for internal navigation. Avoid absolute URLs for internal content.
Workflow
When adding a new documentation page:
- Determine Location: Choose the appropriate numbered directory (e.g., Writing Content goes in
1.guide). - Create File: Use kebab-case filename (e.g.,
my-new-feature.md). - Apply Frontmatter:
- Set
title. - Set
description. - Set
icon(doubled innavigation).
- Set
- Write Content: Use standard Markdown + MDC components.