From inki
Creates a new branch in strapi/documentation with auto-detected prefix (cms/, cloud/, repo/) based on the files to be touched. Useful for maintaining consistent branch naming across documentation areas.
How this skill is triggered — by the user, by Claude, or both
Slash command
/inki:branchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Scope:** designed for strapi/documentation (and its forks).
Scope: designed for strapi/documentation (and its forks).
$ARGUMENTS: description of the work (e.g., "add MCP server page", "fix deployment steps for cloud").
If no arguments provided, ask what the branch is for.
Ask which area the work will touch, or infer from the description:
docs/cms/ and/or static/ --> cms/docs/cloud/ and/or static/ --> cloud/repo/If ambiguous, default to repo/ and mention it.
From the description, generate a slug: lowercase, hyphens, no special characters, concise.
Format: <prefix>/<slug> (e.g., cms/add-mcp-server-page, cloud/fix-deployment-steps).
git checkout -b <branch-name>
Confirm with the branch name.
npx claudepluginhub strapi/documentation --plugin inkiCreates 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.