docs-init
Installation
SKILL.md
Docs Init
Create the smallest useful documentation surface for developers and agents. Treat these Git-tracked files as canonical project knowledge.
Procedure
- Identify the project root and inspect its code, existing documentation, and the resolved Project Harness
index.mdwhen present. - Run
scripts/init_docs.py <project-root>to create only missing baseline files. - Populate the files from verified project sources. Preserve existing user content.
- Link each focused document from
docs/index.mdwith a conditional read rule. - If canonical content exists only in the shared harness, promote it into
README.mdordocs/, then replace overlapping harness detail with a short pointer. - Keep unresolved hypotheses, active investigations, and session state in the harness.