This repository shows what the docs-heavy preset from oss-maintainer-kit looks like after scaffolding.
It was generated with:
npx oss-maintainer-kit init . \
--repo-name oss-maintainer-kit-docs-example \
--maintainer "Blake Hampson" \
--preset docs-heavyIt is a concrete example for documentation-heavy repositories where structure, examples, and clarity matter more than application code.
AGENTS.md: accuracy-first review guidancedocs/START_HERE.md: first-stop orientation for the repo ownerdocs/MAINTAINER_WORKFLOW.md: what to do when docs drift or examples break.github/workflows/repo-health.yml: optional docs-link and anchor checks in pull requests.github/workflows/codex-pr-review.yml: optional AI review automation
- fewer stale commands and broken links
- clearer navigation between canonical docs and supporting docs
- review guidance that treats docs accuracy as product quality
- Main tool: https://github.com/BlakeHampson/oss-maintainer-kit
- npm package: https://www.npmjs.com/package/oss-maintainer-kit
