What problem does it solve?
This Skill automates the entire process of creating a new GitHub repository from a local project, including setting up the remote, pushing code, and configuring the repository's About section.
Core Features & Use Cases
- One-Command Setup: Replaces multiple manual
git and gh commands with a single execution.
- Automatic README Generation: Creates a professional
README.md if one doesn't exist.
- Metadata Configuration: Sets repository description, topics, and homepage URL.
- Use Case: You've just finished initializing a new local project with
git init and made your first commit. Instead of manually creating the repo on GitHub, adding the remote, and pushing, you run this Skill to do it all instantly.
Quick Start
Run the github-repo-init skill with the --auto flag to initialize your current local git repository on GitHub using default settings.