team-update-aggregatorlisted
Install: claude install-skill KirKruglov/claude-skills-kit
# Team Update Aggregator
This skill reads weekly update files from your team members and compiles them into a single **people-centric** status report — organized by person, not by project. Each team member gets a dedicated section with progress, next-week plans, blockers, capacity notes, and manager attention flags. Output: `team-status-YYYY-MM-DD.md`.
**Key difference from weekly-digest-synthesizer:** This skill answers "How is each person doing?" — not "What's happening on each project?"
**Input:**
- Folder path or list of `.md` / `.txt` files with team member updates
- One file per person, or one file with multiple H2/H3 sections per person
- Optional: report date (defaults to today)
**Output:**
- `team-status-YYYY-MM-DD.md` — structured people-centric team report
---
## 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: Validate Input
1. Determine input source from the user's message:
- Folder path → scan all `.md` and `.txt` files in that folder
- List of files → use those files directly
- No path provided → scan the current working directory for `.md` and `.txt` files
2. Verify files exist and are readable:
- If no files found: stop. Report "No .md or .txt files found at [path]. Provide a folder path or list of fil