This automates the two-step dance of creating a GitHub repo and getting it on your machine. It wraps the `gh` CLI to create a repository under a specific account (zc277584121 in this case), adds a README by default, and immediately clones it locally so you can start working. Defaults to public repos unless you specify otherwise. The skill is written with Chinese documentation but the commands are standard GitHub CLI, so you'll want to fork it and swap in your own username. Saves you from context switching between browser and terminal when spinning up new projects, though it's opinionated about the workflow and assumes you want everything in one go.
npx skills add https://github.com/zc277584121/mygitplugin --skill git-create-repo