From blueprint
Creates traceable Git branches for current tasks using ticket IDs or short summaries (e.g., <ticket-id>-<short-kebab-summary>). Inspects git status, safely switches/creates, reports uncommitted work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blueprint:branch <branch-name or task reference><branch-name or task reference>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a traceable Git branch for the current task.
Create a traceable Git branch for the current task.
git status, and available task context.<ticket-id>-<short-kebab-summary> when there is a ticket ID, or <short-kebab-summary> when there is not.feature/ only if the ticket ID remains visible.npx claudepluginhub abdullahsrepo/blueprint-codex3plugins reuse this skill
First indexed Jun 7, 2026
Creates traceable Git branches for current tasks using ticket IDs or short summaries (e.g., <ticket-id>-<short-kebab-summary>). Inspects git status, safely switches/creates, reports uncommitted work.
Creates a git branch following Sentry naming conventions with type prefixes (feat, fix, docs, etc.) and GitHub username prefix. Automatically classifies work from task descriptions or local diffs.
Creates git branches following Sentry naming conventions, automatically inferring type and description from diff or arguments.