Github repo deploy
Open-source Claude Code Skills that replace clicking through vendor dashboards — Stripe, Cloudflare DNS, ElevenLabs, GitHub, and more. Powered by Aria Code.
npx -y skills add iansteitz1-eng/aria-skills --skill github-repo-deployAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Reconcile a YAML catalog of GitHub repo metadata (description, homepage, topics) to the live GitHub account. Idempotent, --dry-run by default, --apply --prod for the live PATCH. Auth via `gh auth token` or GITHUB_TOKEN env. Refuses to change visibility (public/private) or default_branch without explicit override. Use when the user says "polish my repos", "update GitHub descriptions", "tag my repos for discoverability", "fix repo metadata", or before any campaign that drives traffic to GitHub. Single-command alternative to clicking through every repo's settings page.
SKILL.md
1.3 KB, as published. Nobody here has run it
github-repo-deploy
YAML → GitHub repo metadata reconciler. Same pattern as stripe-sync and cloudflare-dns-deploy.
Usage
python3 github_repo_deploy.py # dry-run (read-only)
python3 github_repo_deploy.py --apply --prod # reconcile live
python3 github_repo_deploy.py --repo aria-skills # one repo
Config
See github_repos.yaml. Each entry can declare: name, description, homepage, topics.
Safety
description/homepage/topics— reconciled.private— refuses to flip without--allow-visibility(not implemented; deliberate).default_branch— warn-only, never auto-flipped.
License
Apache 2.0