repo-management

Automate GitHub repository creation, cloning, and management via CLI.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/srivtx/supercharger-opencode --skill repo-management-srivtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-management
Source: https://github.com/srivtx/supercharger-opencode/tree/main/github/repo-management
Command: npx skills add https://github.com/srivtx/supercharger-opencode --skill repo-management-srivtx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of cloning, creating, forking, and managing GitHub repositories, making it easy to handle all repository-related tasks with a single command.

Core Features & Use Cases

  • Repository Management: Clone, create, fork, and manage GitHub repositories.
  • Remotes and Releases: Configure and manage repository remotes and releases.
  • Secrets Management: Securely manage GitHub Actions secrets.
  • Use Case: If you need to quickly clone a repository and set up your local environment, this Skill provides a streamlined approach.

Quick Start

Install the repo-management skill using the command: repo-management install my-repo

Frequently Asked Questions about repo-management

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

FAQPage Schema
How do I automate cloning and creating GitHub repositories from the command line?

GitHub Actions secrets are managed securely via command-line operations using 'gh' and 'curl'. This skill automates adding and updating secrets required for your workflows without leaving the terminal.

Do I need the GitHub CLI installed to manage repository remotes and releases?

Yes, you need 'gh', 'git', and 'curl' installed. These command-line dependencies are required to execute the operations for managing repository remotes and handling releases.

What is the best way to manage GitHub Actions secrets for multiple repositories?

Managing GitHub Actions secrets involves using command-line tools to securely configure them across repositories. This skill automates secrets management alongside repository creation and cloning tasks.

Can I configure repository remotes and fork repositories with a single command?

Yes, you can fork, configure remotes, and manage repositories with a single command. This skill streamlines these GitHub tasks, handling the underlying 'git' and 'gh' operations automatically.

How do I set up my local environment after cloning a GitHub repository?

To set up your local environment after cloning, this skill provides a streamlined approach to handle repository configuration, manage remotes, and prepare GitHub Actions secrets.