Build compact, high-signal context briefs from files and commits.
Build compact, high-signal context briefs from files, symbols, and commits — give your AI assistant exactly the context it needs, nothing more.
claude skill install context-packer
# Build context for a bug in the auth module
/context-packer --scope src/auth --task "fix login timeout"
# Pack context from recent commits
/context-packer --commits 10 --focus "payment processing"
Traverses your project's import graph and Git history to identify files most relevant to your task. Extracts key symbols (function signatures, type definitions, exports) rather than full files to maximize information density. Produces a structured context brief optimized for LLM consumption.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.