Loading...
Loading...
Conventions for writing, organizing, and browsing documentation in a docs/ directory using docfront. Use when creating documents, restructuring documentation, or unsure about frontmatter format and file naming conventions.
npx skill4agent add paleo/docfront docfrontdocs/docfrontRun commands via the project's package manager (e.g.,npm run docfront --).pnpm docfront
docfront # list root docs
docfront --dir topic-a --dir topic-b/sub-topic-c # list subdirectories
docfront --recursive # list everything
docfront --read doc-1.md topic-a/doc-2.md # read documents (frontmatter stripped)
docfront --check # validate all filesdocfront --recursivesummaryRELEASING.mddocfront --check.md.md| Field | Required | Description |
|---|---|---|
| Yes | A human-readable display name shown in listings. |
| Recommended | One concise sentence. If the title already makes the purpose obvious, omit the summary to avoid redundancy. |
| Recommended | A YAML list of short, action-oriented hints. Each hint completes: "Read this document when you are…" |
------
title: Your Title Here
summary: A one-sentence description of what this document covers.
read_when:
- first situation when this document is useful
- second situation
---
# Your Title Here
Start your content here…docs/docs/