This repository shows what the first-public-repo preset from oss-maintainer-kit looks like after scaffolding.
It was generated with:
npx oss-maintainer-kit init . \
--repo-name oss-maintainer-kit-example \
--maintainer "Blake Hampson" \
--preset first-public-repoThis is not a production app. It is a concrete example for someone who wants to inspect the starter files before using the kit on a real repo.
If GitHub process still feels fuzzy, this is the easiest example to start with.
docs/START_HERE.md: plain-English orientation for the repo ownerAGENTS.md: tells AI reviewers and contributors what matters here.github/PULL_REQUEST_TEMPLATE.md: prompts contributors for context and checks.github/ISSUE_TEMPLATE/*: turns vague bug reports into actionable input
- enough structure to make a repo understandable
- no release-prep workflow by default
- a setup that still makes sense if you are the only maintainer
- Main tool: https://github.com/BlakeHampson/oss-maintainer-kit
- npm package: https://www.npmjs.com/package/oss-maintainer-kit
