Use this checklist when creating a new public repository.
- Repository name is specific and searchable
- Description explains value in one sentence
- 3-8 topics added
- Visibility is intentional (
publicorprivate)
- Clear problem statement
- Quick start commands that work
- Architecture/workflow overview
- Status block included
- Roadmap or next milestones
-
.gitignoreand license present - Minimal run/check script available
- No secrets committed
- Setup instructions verified on clean machine
- Repo demonstrates a concrete capability
- Repo can be explained in 2 minutes during interview
- Key tradeoffs are documented