agentsclimarketplace

Github repo deploy

Skill iansteitz1-eng/aria-skills/github-repo-deploy

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.From its SKILL.md

Install
npx -y skills add iansteitz1-eng/aria-skills --skill github-repo-deploy

Assembled 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.

SKILL.md

1.3 KB, 182 tokens by cl100k_base, 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

What ships with it: 8 files

17.0 KB alongside SKILL.md, 1 of them executable

manifest/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.