Claude-skill-registry git-diff-feature-branch
Use when asked to show fetch the context of the current branch
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/git-diff-feature-branch" ~/.claude/skills/majiayu000-claude-skill-registry-git-diff-feature-branch && rm -rf "$T"
manifest:
skills/data/git-diff-feature-branch/SKILL.mdsource content
Run
scripts/show-feature-branch-context.sh to fetch the context of the current branch.