kpi-tracker
KPI definition, calculation, and tracking skill for business intelligence dashboards
Profile →npx skills add a5c-ai/babysitter --skill kpi-tracker --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# KPI Tracker ## Overview The KPI Tracker skill provides comprehensive capabilities for defining, calculating, and monitoring Key Performance Indicators. It supports the full KPI lifecycle from definition through tracking, alerting, and reporting for business intelligence and performance management. ## Capabilities - KPI formula definition and validation - Target and threshold management - Traffic light status calculation - Trend analysis and forecasting - Drill-down hierarchy configuration - Benchmark comparison - Variance analysis - Automated alert generation ## Used By Processes - KPI Framework Development - Executive Dashboard Development - Operational Reporting System Design ## Usage ### KPI Definition ```python # Define KPI structure kpi_definition = { "name": "Customer Acquisition Cost", "code": "CAC", "category": "Marketing", "description": "Total cost to acquire a new customer", "formula": "total_marketing_spend / new_customers_acquired", "unit": "currency", "polarity": "lower_is_better", "frequency": "monthly", "owner": "Marketing Director", "data_sources": [ {"name": "marketing_spend", "source": "finance_system", "table": "expenses"}, {"name": "new_customers", "source":
- Overview
- Capabilities
- Used By Processes
- Usage
- KPI Definition
- Target Configuration
- Hierarchy Configuration
- Alert Configuration
- KPI Categories
- Input Schema
- Output Schema
- Best Practices
- Data Quality
- Integration Points
What does the kpi-tracker skill do?
KPI definition, calculation, and tracking skill for business intelligence dashboards
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill kpi-tracker --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.