jongio/skills

← All skills

repo-ready preview

repo-ready

Scaffold and maintain the standard community health files every GitHub repository needs: .gitignore, .gitattributes, LICENSE, CONTRIBUTING, issue templates, CI workflows, dependabot, editorconfig, and repo metadata.

Use when: When you're starting a new repo and need all the standard files, or when you want to audit an existing repo for missing community health files and GitHub settings.

Source & README

Install

Ask your agent

install repo-ready from jongio/skills

Install for GitHub Copilot

npx skills add jongio/skills --skill repo-ready -g --agent github-copilot

Install from the plugin marketplace

copilot plugin install repo-ready@jongio-skills

Then reload with /skills reload or start a new session.

What it does

repo-ready makes sure your repo has every file GitHub expects for a well-maintained project. It detects your stack, interviews you once for the decisions that matter (license, audience, contacts), and generates everything in one pass.

Two modes

Init scaffolds a new repo from scratch. The skill interviews you one question at a time, skipping anything it can auto-detect, then generates all files in a single pass.

Update scans an existing repo against the full file catalog, produces a gap analysis table grouped by tier, and interviews you only for what’s missing. It never overwrites existing files without showing a diff first.

Use it

Describe what you need; the agent routes to the skill:

repo-ready              # init mode: scaffold everything
repo-ready update       # scan for gaps, suggest additions