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.md
source content

Context Pack Skill

When to use

  • Before large refactors
  • After finishing a feature chunk
  • Before /compact

What to do

  1. Run /ctx-refresh (Gemini with cooldown)
  2. Read context/local/context_pack.md
  3. Base next steps only on that file + files you touch
  4. If uncertain, write an OPEN QUESTION into context/local/decision_notes.md