What problem does it solve?
This skill streamlines the management of GitHub repositories, allowing users to perform common operations like creating, forking, and branching without needing to manually interact with the GitHub website or complex Git commands.
Core Features & Use Cases
- Repository Creation: Quickly create new public or private repositories, with options for README initialization and immediate cloning.
- Branch Management: Easily create new branches from existing ones for feature development or bug fixes.
- File Operations: Create, update, and retrieve file contents directly within repositories using the GitHub CLI.
- Repository Search: Find relevant repositories based on keywords, languages, stars, and organization.
- Use Case: A developer needs to start a new project, fork an existing open-source project to contribute, or quickly add a new file to a repository.
Quick Start
Use the repository-management skill to create a new public repository named 'my-new-project' and clone it locally.