context-packager
When to use
Before starting an AI-assisted analysis session when the task requires more than a single prompt — complex investigations, multi-step analyses, or work that depends on project-specific knowledge. A well-packaged context bundle reduces back-and-forth and produces better first responses.
Process
- Identify required context layers — use
references/context_layering_guide.mdto decide which layers are needed: task definition, business context, data schema, prior findings, constraints, and output format. - Collect and deduplicate sources — run
scripts/context_bundler.pyto merge multiple context files into a single structured bundle; it deduplicates and applies the layering order. - Check token budget — run
scripts/token_counter.pyon the bundle to estimate token count; trim lower-priority layers if over budget (seereferences/context_layering_guide.mdfor trimming priority). - Score context quality — evaluate the bundle against
references/context_quality_rubric.md; a good bundle scores ≥ 7/10 on completeness, clarity, and relevance. - Write the prompt header — prepend a clear task statement to the bundle: what you need, what output format you expect, and any hard constraints.
- Save the package — store the bundle using
assets/context_package_template.mdso it can be reused or updated for follow-up sessions.
Inputs the skill needs
- Task description (what you want the AI to do)
- List of context source files or snippets (schema docs, prior reports, business definitions)
- Token budget (default: 100k tokens)
More from nimrodfisher/data-analytics-skills
funnel-analysis
Conversion funnel analysis with drop-off investigation. Use when analyzing multi-step processes, identifying conversion bottlenecks, comparing segments through a funnel, or optimizing user journeys.
45executive-summary-generator
Create concise executive summaries from detailed analysis. Use when preparing board decks, executive briefings, or condensing complex analysis into decision-ready formats for senior audiences.
41insight-synthesis
Transform data findings into compelling insights. Use when converting analysis results into actionable insights, connecting findings to business impact, or preparing insights for stakeholder communication.
41data-narrative-builder
Build compelling data-driven narratives. Use when presenting analysis results, creating stakeholder reports, or transforming a set of findings into a story that drives a specific decision or action.
40data-quality-audit
Comprehensive data quality assessment against business rules, schema constraints, and freshness expectations. Activate when validating data pipeline outputs before production use, auditing a dataset against defined business rules, or producing a quality scorecard for a data asset.
39time-series-analysis
Temporal pattern detection and forecasting. Use when analyzing trends over time, detecting seasonality, identifying anomalies in time series, or building simple forecasting models for planning.
39