github

Installation
SKILL.md

GitHub

Platform for hosting, collaborating on, and managing code repositories.

When to Use

  • Hosting Git repositories
  • Code review with Pull Requests
  • Issue tracking and project management
  • CI/CD with GitHub Actions

Quick Start

# Create repo from CLI
gh repo create my-project --public --source=. --remote=origin --push

# Clone with GitHub CLI
gh repo clone username/repo
Related skills
Installs
2
GitHub Stars
7
First Seen
Feb 10, 2026