rightcode-skill-updater
Installation
SKILL.md
RightCode Skill Updater
Keeps this repo in sync with the upstream skill sources. Read SOURCES.md for the full source-to-local mapping table before starting.
Reusable scripts live in scripts/. They are plain Python 3 — no extra packages needed. Run them with python on Windows, macOS, or Linux.
Prerequisites — GitHub Auth
Critical: gh must be authenticated to github.com specifically before running any command.
# Check if already logged in to github.com
gh auth status --hostname github.com
# If not logged in (or only logged in to a GHE instance):
gh auth login --hostname github.com