docs-knowledge-base
Installation
SKILL.md
Use this workflow when creating or editing files under docs/knowledge-base/.
Audience and tone
- Primary audience: human maintainers and contributors.
- Secondary audience: AI agents reading project documentation.
- Write concise, factual prose.
- Avoid AI-specific annotations or prompt-oriented formatting.
mdbook structure
- Keep chapter sources under
docs/knowledge-base/src/. - Keep
docs/knowledge-base/src/SUMMARY.mdas the navigation source of truth. - When adding a new chapter,
update
SUMMARY.mdin the same change.