From codebase-pilot
Packs and compresses the codebase into an AI-friendly context file. Best for new features, code reviews, or full codebase context with minimal tokens.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codebase-pilot:pack-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pack the current codebase into a compressed, AI-friendly format. Saves 60-90% tokens.
Pack the current codebase into a compressed, AI-friendly format. Saves 60-90% tokens.
codebase-pilot pack --compress
codebase-pilot pack --compress --affected
codebase-pilot pack --compress --prune <target-file>
codebase-pilot pack --compress --dry-run
codebase-pilot pack --compress --agent <agent-name>
--affected to see what changed--prune for minimum context--format md--copy--affected uses SHA-256 hashing — first run indexes everything, subsequent runs are incremental--prune traverses the import graph bidirectionally (imports + dependents)--dry-run shows top 10 files by token countnpx claudepluginhub kalpeshgamit/codebase-pilot --plugin codebase-pilotRanks files by relevance to the user's task — based on git state, mentioned paths, and historical patterns — with token-budget-aware offset/limit suggestions.
Optimizes Claude Code session context by explaining major consumers like metadata, images, file reads, and bash output, with strategies including screenshot compression, /compact usage, and reduced re-reads.
Applies token optimization rules to reduce context usage and response length. Always active, it minimizes file reads, avoids preamble, and batches tool calls.