Context Packager
Bundles the schema docs, prior findings, and constraints an agent actually needs into one token-budgeted context package.
Overview
Context Packager runs before starting an AI-assisted analysis session that needs more than a single prompt, a complex investigation, a multi-step analysis, or work that depends on project-specific knowledge.
What it covers
- Decides which context layers are needed: task definition, business context, data schema, prior findings, constraints, and output format.
- Merges multiple context files into one structured, deduplicated bundle in the right layering order.
- Estimates the token count and trims lower-priority layers when the bundle is over budget.
- Scores the bundle for completeness, clarity, and relevance before it's used.
- Prepends a clear task statement and saves the package so it can be reused or updated for follow-up sessions.
Part of Data Analytics Skills
This is one of 31 skills in the Data Analytics Skills library, in the Workflow Optimization group.
Installation
- Clone the repo once:
git clone https://github.com/nimrodfisher/data-analytics-skills.git - Copy just this skill:
cp -r data-analytics-skills/06-workflow-optimization/context-packager ~/.claude/skills/(or~/.agents/skills/for Codex) - Ask your agent something like "package up everything you need before we start this investigation" and it activates on its own.
See the Data Analytics Skills entry for the full library.
Related assets
Frontend Design
Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.
Graphify
Turns a codebase, plus its docs, PDFs, images, and video, into a queryable knowledge graph that a coding agent can traverse instead of grepping raw files, and never guesses silently: every edge is tagged EXTRACTED, INFERRED, or AMBIGUOUS so you know what was found versus inferred.
Caveman
Makes your coding agent answer in a stripped down, high signal style that keeps every technical fact and cuts filler, saving output tokens on chat style questions.