Go Create Repository
Helps with Go, creation as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add go-create-repository npx -- -y @trustedskills/go-create-repository
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"go-create-repository": {
"command": "npx",
"args": [
"-y",
"@trustedskills/go-create-repository"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to create new repositories on GitHub. It handles the creation process, including specifying repository names and descriptions. The agent can also initialize a README file within the newly created repository.
When to use it
- You need to quickly spin up a new project with initial setup.
- An AI is automating software development workflows and needs to create repositories as part of that process.
- A user requests an AI to generate a boilerplate code repository for them.
- When collaborating on projects, the agent can automatically create shared repositories.
Key capabilities
- Creates new GitHub repositories.
- Sets the repository name.
- Adds a description to the repository.
- Initializes a README file within the repository.
Example prompts
- "Create a new GitHub repository called 'my-project' with the description 'A simple test project'."
- "Generate a repository named 'data-analysis' and include a basic README."
- “Please create a public repository for my new game, ‘Space Explorers’."
Tips & gotchas
The agent requires access to your GitHub account or an appropriate personal access token. Ensure the AI has the necessary permissions within your GitHub organization or account to create repositories.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.