intelligems-core
/intelligems-core
Shared library that powers all Intelligems Analytics skills. Sets up your workspace with the API client, metric helpers, and configuration.
You rarely need to run this directly — other skills (like /test-verdict) automatically check for the workspace and set it up if needed.
What's Included
| File | Purpose |
|---|---|
ig_client.py |
API client with automatic retry and rate-limit handling |
ig_metrics.py |
Extract values, uplift, confidence, and CI bounds from API responses |
ig_helpers.py |
Formatting, runtime calculation, variation lookup |
ig_config.py |
Shared thresholds (80% confidence, 10-day minimum, etc.) |
ig_slack.py |
Slack Block Kit formatting and webhook delivery |
setup_workspace.sh |
Creates ~/intelligems-analytics/ with venv and dependencies |
setup_automation.sh |
Creates macOS LaunchAgent for scheduled Slack delivery |
More from victorpay1/intelligems-analytics
intelligems-profit-impact
Translate A/B test lift percentages into annualized dollar projections. Shows conservative and optimistic revenue impact, break-even analysis, and opportunity cost of waiting.
10intelligems-morning-brief
Get a prioritized morning summary of all your active Intelligems tests. Shows health status, action items, emerging winners, and daily run rates — designed for daily use.
9intelligems-test-verdict
Analyze any Intelligems A/B test and get a plain-English verdict — should you roll it out, keep running, or kill it? Includes risk assessment, segment nuance, and profit impact.
8intelligems-api
Load Intelligems External API context before building API integrations. Use when starting to build any API use case for Intelligems.
7intelligems-test-debrief
Post-mortem analysis for any Intelligems A/B test. Extracts learnings from funnel data, segment patterns, and customer behavior — then suggests what to test next based on findings.
7intelligems-segment-spotlight
Revenue-opportunity-ranked segment analysis for any Intelligems A/B test. Shows per-segment dollar values, verdicts, and rollout recommendations across device, visitor type, and traffic source.
7