npx claudepluginhub qmu/workaholic --plugin drivinThis skill is limited to using the following tools:
sh/gather.shGathers all context needed for documentation subagents in a single shell script call.
bash ${CLAUDE_PLUGIN_ROOT}/skills/gather-git-context/sh/gather.sh
JSON with all context values:
{
"branch": "feature-branch-name",
"base_branch": "main",
"repo_url": "https://github.com/owner/repo",
"archived_tickets": [".workaholic/tickets/archive/branch/ticket1.md", "..."],
"git_log": "abc1234 First commit\\ndef5678 Second commit"
}
main)