How to install git-create-repo
npx skills add https://github.com/zc277584121/mygitplugin --skill git-create-repoClaude Code
Cursor
Windsurf
Cline
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.
GI
git-commit-push
zc277584121/mygitplugin
Commit changes and push to origin without creating a PR
1.3k installs
GI
git-commit-pr
zc277584121/mygitplugin
Commit changes and create a pull request to the official upstream repo
1.3k installs
GI
git-fork-clone
zc277584121/mygitplugin
Fork a GitHub repo and clone it locally with proper remote setup
1.3k installs
GI
git-summarize-weekly
zc277584121/mygitplugin
Summarize weekly GitHub contributions for writing weekly reports
1.3k installs
GI
git-get-notification
zc277584121/mygitplugin
Check GitHub notifications and recent Issues/PRs for monitored repos
1.3k installs
GI
git-sync-main
zc277584121/mygitplugin
Sync local main branch with the latest code from official upstream or origin remote
1.3k installsAudited