git-create-repo
zc277584121/mygitplugin
Create a new GitHub repository and clone it locally with a single command
What is git-create-repo?
This skill automates GitHub repository creation and local cloning using the GitHub CLI. Use it when you need to quickly set up a new repository on GitHub and have it ready for local development.
- Creates a new GitHub repository with customizable visibility (public by default)
- Automatically adds a README file to the new repository
- Clones the repository to your local machine
- Supports optional repository descriptions
- Confirms successful creation and reports the result
How to install git-create-repo
npx skills add https://github.com/zc277584121/mygitplugin --skill git-create-repo- GitHub CLI (gh) installed and authenticated
- Active GitHub account
How to use git-create-repo
- 1.Run the skill with a repository name when prompted to create a new repo
- 2.Specify public or private visibility if needed (defaults to public)
- 3.Optionally provide a repository description
- 4.The skill will create the repository on GitHub and clone it locally
- 5.Navigate to the cloned directory to begin development
Use cases
- Starting a new project and immediately cloning it for local development
- Creating multiple repositories in batch workflows
- Setting up repositories with specific visibility settings (public or private)
- Automating repository initialization as part of a larger project setup process
- Developers managing multiple GitHub repositories
- Teams automating project initialization workflows
- Users preferring CLI-based repository management
git-create-repo FAQ
Public. Use the private option explicitly if you need a private repository.
Yes, the skill adds a README file by default when creating the repository.
The skill uses the GitHub account configured in your authenticated GitHub CLI (zc277584121 in the default configuration).
Yes, provide a description and the skill will use the --description parameter when creating the repository.
Full instructions (SKILL.md)
Source of truth, from zc277584121/mygitplugin.
name: git-create-repo description: Create a new GitHub repository and clone it locally allowed-tools:
- Bash
Git Create Repo
在 GitHub 上创建新的仓库并 clone 到本地。
触发条件
当用户要求创建一个新的 GitHub 仓库时使用此 skill。
执行步骤
-
创建仓库:
gh repo create <repo-name> --public --add-readme- 默认创建公开仓库(
--public)。 - 如果用户明确要求私有仓库,使用
--private替代。 - 默认添加 README 文件。
- 默认创建公开仓库(
-
Clone 仓库:
gh repo clone zc277584121/<repo-name> -
确认结果:进入项目目录,向用户报告仓库创建成功。
注意事项
- GitHub 账号为
zc277584121。 - 如果用户没有指定公开或私有,默认使用公开(
--public)。 - 如果用户提供了描述,使用
--description参数。
Related skills
More from zc277584121/mygitplugin and the wider catalog.

git-fork-clone
Fork a GitHub repo and clone it locally with proper remote setup

git-get-notification
Check GitHub notifications and recent Issues/PRs for monitored repos

git-summarize-weekly
Summarize weekly GitHub contributions for writing weekly reports

git-sync-main
Sync local main branch with the latest code from official upstream or origin remote

perpetuum
>

ml-paper-writing
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. For systems venues (OSDI, NSDI, ASPLOS, SOSP), use systems-paper-writing instead.