What problem does it solve? Managing GitHub repositories requires memorizing many gh CLI commands and REST API endpoints, and handling authentication, fallbacks, and error cases manually. This Skill provides ready-to-run command patterns for the full repository lifecycle so you can execute operations directly without looking up documentation. ## Core Features & Use Cases - Repository Lifecycle Operations: Clone, create (including from templates), fork, and sync forks using gh CLI with git and curl fallbacks. - Configuration & Security: Edit repository settings, manage topics, configure branch protection rules, and set GitHub Actions secrets with NaCl encryption. - Releases & CI: Create releases, upload binary assets, trigger workflow dispatches, and rerun failed GitHub Actions jobs. - Use Case: You need to fork an open-source project, keep it in sync with upstream, protect the main branch, and publish a v1.0.0 release with compiled binaries. This Skill provides the exact command sequence for each step. ## Quick Start Ask the agent to create a new private GitHub repository named my-project with an MIT license and clone it locally.