一键导入
lithos-doc
Create documentation for the Lithos repository itself. Use this skill when writing guides, feature docs, or API references in the `vault/` directory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create documentation for the Lithos repository itself. Use this skill when writing guides, feature docs, or API references in the `vault/` directory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add icons to navigation items using frontmatter or .navigation.md folder files.
Configure navigation ordering for Obsidian vaults using frontmatter, .navigation.md files, or numeric filename prefixes.
Add custom Vue components to a vault for use in markdown content or app-level overrides.
Ensure consistent content formatting and avoid common issues
Create feature documentation pages in vault/2.features/. Use when documenting a specific Lithos capability like graph view, bases, or daily notes.
Create or edit the Lithos landing page (vault/index.md). Use when modifying the homepage hero, feature cards, or call-to-action sections.
| name | lithos-doc |
| description | Create documentation for the Lithos repository itself. Use this skill when writing guides, feature docs, or API references in the `vault/` directory. |
Creates documentation in the Lithos vault (vault/) following the project's structure.
The Lithos documentation vault is located at:
[WorkspaceRoot]/vault
(In this repo: ./vault)
order property in frontmatter.# Title) in the markdown body. The title frontmatter is used as the page heading.icon and navigation.icon properties using i-lucide-* format:
icon: i-lucide-rocket
navigation:
icon: i-lucide-rocket
[[wikilink]] points to an existing file.[[wikilinks]] liberally between related pages. Each page should link to at least 2 other pages.> [!tip], > [!note], > [!warning] callouts for practical advice (at least 1 per page).vault/{Section}/{Topic}.md
Sections:
1.guide — Getting started, configuration, writing, deployment2.features — Obsidian syntax, graph, bases, AI, daily notes, backlinks, skills3.API Reference — Module technical references4.design — Architecture, pipeline, design systemExample: vault/2.features/graph.md
---
title: string # Page heading
description: string # Brief summary for SEO/Nav (1 sentence)
order: number # Sorting order (1, 2, 3...)
icon: string # Icon (e.g., i-lucide-book)
navigation:
icon: string # Same icon for sidebar
tags: # Keywords (lowercase, hyphenated)
- feature
- setup
---
{Brief introduction — 2-3 sentences establishing context}
## {Major Topic}
{1-2 sentence intro to section}
### {Subtopic A}
{Paragraph 1 — explanation}
{Paragraph 2 — details or examples}
{Paragraph 3 — implications or best practices}
> [!tip] Practical Advice
> Actionable guidance for the reader.
### {Subtopic B}
{3+ paragraphs}
## {Second Major Topic}
### {Subtopic C}
...
## Related
- [[Related Page 1]]
- [[Related Page 2]]
[[wikilinks]] for all internal navigation> [!type] callouts for tips, warnings, notesorder number.icon (from Lucide set: https://lucide.dev/icons).#.[[wikilinks]] to related pages.