Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-expert:git-cherry-pickThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply specific commits from one branch onto the current branch.
Apply specific commits from one branch onto the current branch.
git cherry-pick <commit>git cherry-pick <start>..<end>git cherry-pick --no-commit <commit>git cherry-pick -s <commit>git cherry-pick -e <commit>git cherry-pick --abortgit cherry-pick --continuegit cherry-pick --skipTriggered when user says "cherry-pick", "pick commit X to this branch", "backport". Mention the source commit hash and explain what changes are being moved.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin git-expertCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.