Agent skill

kpi-aggregator

Aggregates KPIs from portfolio companies, normalizes metrics

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash-WebFetch
Path: library/specializations/domains/business/venture-capital/skills/kpi-aggregator/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 Aggregator ## Overview The KPI Aggregator skill collects and normalizes key performance indicators from portfolio companies for consolidated reporting. It enables standardized portfolio analysis despite varying reporting formats and metrics definitions across companies. ## Capabilities ### Data Collection - Collect KPIs from multiple sources - Support various input formats (spreadsheets, APIs, emails) - Handle periodic collection schedules - Track submission compliance ### Metric Normalization - Standardize metric definitions - Normalize time periods and currencies - Handle different accounting treatments - Reconcile varying calculation methods ### Portfolio Aggregation - Aggregate across portfolio companies - Calculate portfolio-level metrics - Track sector and stage segments - Compare to benchmarks ### Trend Analysis - Track metrics over time - Calculate growth rates and trends - Identify anomalies and concerns - Generate trend visualizations ## Usage ### Collect Portfolio KPIs ``` Input: Collection period, company list Process: Gather data from sources Output: Raw KPI data, submission status ``` ### Normalize Metrics ``` Input: Raw KPI data, normalization rules Process: St

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Data Collection
  4. Metric Normalization
  5. Portfolio Aggregation
  6. Trend Analysis
  7. Usage
  8. Collect Portfolio KPIs
  9. Normalize Metrics
  10. Aggregate Portfolio View
  11. Analyze Trends
  12. Core KPI Categories
  13. Integration Points
  14. Data Sources
More from babysitter
All skills →
About this skill
What does the kpi-aggregator skill do?

Aggregates KPIs from portfolio companies, normalizes metrics

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill kpi-aggregator --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