kpi-tracker

Solid

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

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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": "crm", "table": "customers"} ] } ``` ### Target Configuration ```python # Define targets and thresholds targets = { "kpi": "CAC", "period": "2024-Q1", "target": 150, "thresholds": { "green": {"max": 150}, ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

kpi-dashboard-design

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts.

2 Updated today
Mohammadibrahim55
AI & Automation Featured

kpi-dashboard-design

Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions.

39,350 Updated today
sickn33
AI & Automation Solid

kpi-design-skill

Strategic KPI selection, metric definition, performance dashboard design, and measurement system architecture

1,160 Updated today
a5c-ai
AI & Automation Solid

kpi-dashboard-design

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use this skill when building an executive SaaS metrics dashboard tracking MRR, churn, and LTV/CAC ratios; designing an operations center with live service health and request throughput; creating a cohort retention analysis view for a product team; or debugging a dashboard where metrics contradict each other due to inconsistent calculation methodology.

36,222 Updated today
wshobson
Web & Frontend Listed

kpi-dashboard-design

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts.

335 Updated today
aiskillstore