From github-toolkit
Use when the user asks to scaffold GitHub repo metadata under `.github/` — issue templates, issue forms (YAML), PR templates, CODEOWNERS, or workflows. Triggers on phrases like "add an issue template", "set up issue forms", "scaffold .github", "create a PR template", "add a bug report template", "set up GitHub templates". Routes to the `/github-scaffold` command, which lists available subtasks and dispatches to the right one.
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-toolkit:github-scaffoldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `/github-scaffold` to pick a subtask. The umbrella command lists what is currently available; today that is `/create-issue-template` (supports creating multiple templates in one run).
Run /github-scaffold to pick a subtask. The umbrella command lists what is currently available; today that is /create-issue-template (supports creating multiple templates in one run).
npx claudepluginhub dotknewt/toolkits --plugin github-toolkitSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.