repo-ready
Scaffold and maintain the standard community health files every GitHub repository needs: .gitignore, .gitattributes, LICENSE, README.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, FUNDING.yml, CODEOWNERS, issue/PR templates, dependabot.yml, .editorconfig, and CI workflows. Two modes: **init** (interview the user, detect the stack, scaffold everything from scratch) and **update** (scan an existing repo, identify gaps against best practices, and suggest additions file by file). Use when the user says "repo ready", "repo init", "repo health", "community health", "add gitignore", "add license", "repo files", "repo setup", or asks about missing repo files. Do NOT use for project code scaffolding, GitHub Pages setup (use create-gh-pages-site), or CI pipeline design beyond the starter workflow.
Pinned to revision c74c57372670, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/repo-ready/SKILL.md
- skills/repo-ready/.gitignore
- skills/repo-ready/.vally.yaml
- skills/repo-ready/LICENSE
- skills/repo-ready/README.md
- skills/repo-ready/evals/README.md
- skills/repo-ready/evals/repo-ready/eval.yaml
- skills/repo-ready/package-lock.json
- skills/repo-ready/package.json
- skills/repo-ready/scripts/detect-stack.mjs
- skills/repo-ready/scripts/generate.mjs
- skills/repo-ready/scripts/scan-repo.mjs
- skills/repo-ready/test/detect.test.mjs
- skills/repo-ready/test/generate.test.mjs
- skills/repo-ready/test/scan.test.mjs
- skills/repo-ready/thumbnail.png
Every link opens the file at its source, pinned to the revision this page describes.