github-repo-management

Automate GitHub repository cloning, creation, and forking with gh or git+curl.

26|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/TeamSloppy/Sloppy --skill github-repo-management-teamsloppy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-management
Source: https://github.com/TeamSloppy/Sloppy/tree/main/Sources/sloppy/Resources/Skills/github-repo-management
Command: npx skills add https://github.com/TeamSloppy/Sloppy --skill github-repo-management-teamsloppy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates common GitHub repository operations by providing guidelines, workflows, and practical commands for cloning, creating, and forking repos using gh or git+curl.

Core Features & Use Cases

  • Clone repositories from GitHub using gh or git
  • Create new repositories (user or org) with flexible options
  • Fork existing repos and keep local copies in sync
  • Manage topics, templates, and basic repository settings
  • Real-world use: standardize repo provisioning for a team and switch between tools with minimal friction

Quick Start

Create a new public repository named my-new-project with gh and clone it locally.

Frequently Asked Questions about github-repo-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new GitHub repository and clone it locally using gh?

You can create a new GitHub repository and clone it locally by running gh repo create with your desired name and visibility options. This skill provides guidelines and practical commands to standardize repository provisioning for your team.

What's the best way to fork a GitHub repository and keep my local copy in sync?

To fork a GitHub repository and keep your local copy in sync, use the provided workflows to fork existing repos via gh or git. This ensures your local branch tracks upstream changes effectively with safe fallbacks.

Can I manage GitHub repository settings and topics with git and curl instead of gh?

Yes, you can manage repository settings, topics, and templates using git and curl instead of gh. This skill supports multi-tool repo management tasks, enabling consistent workflows across both gh and git+curl methods.

Does this approach work for managing both personal and organizational GitHub repositories?

Yes, this approach works for managing both personal and organizational GitHub repositories. It applies to developers and operators who manage repos, enabling flexible options for creating user or org repositories.

How do I standardize repo provisioning for a development team across different tools?

To standardize repo provisioning for a development team across different tools, apply the provided guidelines and scripts for cloning, creating, and forking. This enables consistent workflows and allows switching between tools with minimal friction.