zc277584121/mygitplugin1.8k installs
git-create-repo
Create a new GitHub repository and clone it locally
How do I install this agent skill?
npx skills add https://github.com/zc277584121/mygitplugin --skill git-create-repoIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill automates the creation and cloning of GitHub repositories using the GitHub CLI. It is designed to work with the author's specific GitHub account 'zc277584121' and follows standard developer workflows.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
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参数。
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/zc277584121/mygitplugin/git-create-repo">View git-create-repo on skillZs</a>