kpi-digest-builderlisted
Install: claude install-skill KirKruglov/claude-skills-kit
# KPI Digest Builder
This skill aggregates numeric KPI values from local workspace files (.md, .txt, .csv) into a weekly snapshot table with delta vs. the previous week and a plain-language summary. No code, no API, no integrations required.
**Input:**
- One or more local files containing KPI data: `.md`, `.txt`, or `.csv` in the Cowork workspace
- Optional: specification of which file is "current week" and which is "previous week"
**Output:**
- Markdown digest with KPI snapshot table (Previous | Current | Δ | Δ% | Trend), plain-language summary, and Notes
---
## Language Detection
Detect the user's language from their message:
- If Russian (or contains Cyrillic): respond in Russian
- If English (or other Latin-script language): respond in English
- If ambiguous: respond in the language of the trigger phrase used
---
## Instructions
### Step 1: Locate Files
1. Identify the source file(s) from the user's message
- If a filename or path is provided: use it directly
- If no file specified: scan the Cowork workspace folder for files with KPI-related names (e.g., metrics, kpi, stats, report) or common formats (.md, .txt, .csv)
- If no files found: stop and report — "No files found. Please upload your KPI files or confirm they're in your selected Cowork folder, then try again."
2. Determine which data is "current" and which is "previous"
- If user specifies two files: treat the designated current file as this week, previous file as last week
- If a single