npx claudepluginhub qmu/workaholic --plugin drivinThis skill is limited to using the following tools:
sh/check-version-bump.shsh/check.shsh/create.shCheck current branch state and create new topic branches when needed.
bash ${CLAUDE_PLUGIN_ROOT}/skills/branching/sh/check.sh
JSON with branch state:
{
"on_main": true,
"branch": "main"
}
on_main: Boolean indicating if on main/master branchbranch: Current branch nameTopic branch patterns: drive-*, trip-*
bash ${CLAUDE_PLUGIN_ROOT}/skills/branching/sh/create.sh [prefix]
prefix (optional): Branch prefix. Defaults to "drive".
JSON with the created branch name:
{
"branch": "drive-20260202-204753"
}