Agent skill · AI & Agents

kpi-tracker

KPI definition, calculation, and tracking skill for business intelligence dashboards

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill kpi-tracker --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/business/decision-intelligence/skills/kpi-tracker/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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":

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Usage
  5. KPI Definition
  6. Target Configuration
  7. Hierarchy Configuration
  8. Alert Configuration
  9. KPI Categories
  10. Input Schema
  11. Output Schema
  12. Best Practices
  13. Data Quality
  14. Integration Points
More from babysitter
All skills →
About this skill
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.

Keep going