Claude-skill-registry context-pack
Keep development token use low by refreshing and relying on local context packs.
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/context-pack" ~/.claude/skills/majiayu000-claude-skill-registry-context-pack && rm -rf "$T"
manifest:
skills/data/context-pack/SKILL.mdsource content
Context Pack Skill
When to use
- Before large refactors
- After finishing a feature chunk
- Before /compact
What to do
- Run /ctx-refresh (Gemini with cooldown)
- Read context/local/context_pack.md
- Base next steps only on that file + files you touch
- If uncertain, write an OPEN QUESTION into context/local/decision_notes.md