git-create-repo
Installation
SKILL.md
Git Create Repo
在 GitHub 上创建新的仓库并 clone 到本地。
触发条件
当用户要求创建一个新的 GitHub 仓库时使用此 skill。
执行步骤
- 创建仓库:
gh repo create <repo-name> --public --add-readme- 默认创建公开仓库(
--public)。 - 如果用户明确要求私有仓库,使用
--private替代。 - 默认添加 README 文件。
- 默认创建公开仓库(
Related skills
More from zc277584121/mygitplugin
git-summarize-weekly
Summarize weekly GitHub contributions for writing weekly reports
152git-sync-main
Sync local main branch with the latest code from official upstream or origin remote
150git-commit-push
Commit changes and push to origin without creating a PR
150git-fork-clone
Fork a GitHub repo and clone it locally with proper remote setup
149git-commit-pr
Commit changes and create a pull request to the official upstream repo
149git-get-notification
Check GitHub notifications and recent Issues/PRs for monitored repos
148