From all-skills
Generates evidence-grounded Markdown docs and a machine-readable index.json from any codebase. Every operational claim cites a source with a confidence label; never invents deployment steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:tracedocsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn any codebase into an evidence-grounded documentation package (overview,
Turn any codebase into an evidence-grounded documentation package (overview,
operation, deployment, learning, architecture, API/data, troubleshooting,
maintenance) plus a machine-readable index.json for AI agents. Every
operational/deployment claim cites a source file and a confidence label
(Verified / Inferred / Unknown / Needs confirmation); it never invents
deployment steps and records gaps instead.
Full skill, references, templates, and a validated sample output: https://github.com/wxggzz/tracedocs (MIT).
index.json)index.json manifest; never invents
deployment steps.Use tracedocs to generate evidence-grounded study docs for this repository. Write the output to study-docs/.
User: "Document ./my-app with tracedocs"
The skill scans the repo and writes a study-docs/ package (00-10 manuals +
index.json + _evidence/), citing each operational claim's source and
labelling its confidence - and explicitly noting anything it cannot verify
(for example, "no deployment configuration found in the repo").
npx claudepluginhub davepoon/buildwithclaude --plugin all-skillsScans a codebase and generates structured documentation: READMEs, API references, setup guides, runbooks, ship logs, and release notes. Useful after PRs or for onboarding material.
Generates README files, API references, architecture docs, changelogs, and developer guides from codebase analysis. Supports JSDoc, docstrings, GoDoc, Javadoc, and Rustdoc formats.