Claude-skill-registry catchup
Catch up on codebase changes by reviewing the diff from master and reading relevant spec files.
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/catchup" ~/.claude/skills/majiayu000-claude-skill-registry-catchup && rm -rf "$T"
manifest:
skills/data/catchup/SKILL.mdsource content
Catch Up
Execute the following sections to understand the codebase then summarize your understanding.
Run
git diff master
Read
Read any files that are in specs/ that are part of the diff