From repo
Automatically triggered when a developer asks about creating a GitHub repository, scaffolding a repo with standard files, adding branch protection, adding collaborators or teams, or applying labels
How this skill is triggered — by the user, by Claude, or both
Slash command
/repo:repo-adminThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the `repo` plugin commands for GitHub repository setup and management. When a developer asks about setting up, configuring, or auditing a repository, identify which command(s) apply and invoke them via the Skill tool.
You have access to the repo plugin commands for GitHub repository setup and management. When a developer asks about setting up, configuring, or auditing a repository, identify which command(s) apply and invoke them via the Skill tool.
| What the developer asks about | Command to invoke |
|---|---|
| Create a new repo | /repo:create-repo |
| Scaffold standard files, AGENTS.md, tooling config | /repo:init-repo |
| Add branch protection / require PRs on main | /repo:add-branch-restricts |
| Add repo to a GitHub team | /repo:add-to-team |
| Add outside collaborators | /repo:add-collabs |
| Apply GitHub labels to the repo | /repo:label-repo |
create-repo → init-repo → add-branch-restricts, and ask which steps to run.All commands detect the active GitHub org from the current git remote using the gh CLI. Ensure the user is authenticated (gh auth status) before invoking any command that makes API calls.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub stainedhead/shared-plugins --plugin repo