
Git Create Repo
- 2.4k installs
- Updated April 27, 2026
- zc277584121/mygitplugin
GitHub repo create and clone skill.
About
The git-create-repo skill creates new GitHub repositories and clones locally for account zc277584121. Steps run gh repo create with public and add-readme default using private if user requests description optional. Then gh repo clone zc277584121 repo-name and confirm entering directory. Triggers when user asks create new GitHub repository. Defaults public repo with README unless private specified explicitly. gh repo create public --add-readme default. gh repo clone zc277584121 repo-name. Private only if user explicitly requests. Optional --description parameter. GitHub account zc277584121 fixed. GitHub repo create and clone skill. User asks create GitHub repository.
- gh repo create public --add-readme default.
- gh repo clone zc277584121 repo-name.
- Private only if user explicitly requests.
- Optional --description parameter.
- GitHub account zc277584121 fixed.
Git Create Repo by the numbers
- 2,398 all-time installs (skills.sh)
- +216 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #32 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 4, 2026 (Skillselion catalog sync)
git-create-repo capabilities & compatibility
- Capabilities
- repo creation · clone setup
- Use cases
- devops
npx skills add https://github.com/zc277584121/mygitplugin --skill git-create-repoAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2.4k |
|---|---|
| Security audit | 3 / 3 scanners passed |
| Last updated | April 27, 2026 |
| Repository | zc277584121/mygitplugin ↗ |
Create new GitHub repo?
Create new public GitHub repository with README via gh CLI and clone to local workspace.
Who is it for?
Users bootstrapping new GitHub repos.
Skip if: GitLab or Bitbucket.
When should I use this skill?
User asks create GitHub repository.
What you get
Public repo with README cloned locally.
- GitHub remote repository
- Local git clone
By the numbers
- Documents a 3-step workflow: create repo, clone repo, confirm directory
- Defaults to public repositories with README initialization
Files
Git Create Repo
在 GitHub 上创建新的仓库并 clone 到本地。
触发条件
当用户要求创建一个新的 GitHub 仓库时使用此 skill。
执行步骤
1. 创建仓库:
gh repo create <repo-name> --public --add-readme- 默认创建公开仓库(
--public)。 - 如果用户明确要求私有仓库,使用
--private替代。 - 默认添加 README 文件。
2. Clone 仓库:
gh repo clone zc277584121/<repo-name>3. 确认结果:进入项目目录,向用户报告仓库创建成功。
注意事项
- GitHub 账号为
zc277584121。 - 如果用户没有指定公开或私有,默认使用公开(
--public)。 - 如果用户提供了描述,使用
--description参数。
Related skills
How it compares
Use git-create-repo for a minimal gh-based create-and-clone flow instead of hand-writing multi-step git remote instructions.
FAQ
Default visibility?
Public --public unless user wants private.
Clone command?
gh repo clone zc277584121 repo-name.
Account?
GitHub user zc277584121.
Is Git Create Repo safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.