intelligems-core
Installation
SKILL.md
/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 |