morning-standup-brief-generatorlisted
Install: claude install-skill KirKruglov/claude-skills-kit
# Morning Standup Brief Generator
This skill compiles local notes, task files, and project documents into a structured daily standup brief in the format: **Yesterday / Today / Blockers / Questions**. It works entirely from local files — no MCP connectors, external APIs, or technical setup required.
**Input:**
- Path to a working directory (or Cowork session folder) containing `.md` and/or `.txt` files
**Output:**
- Standup brief displayed in chat
- File `standup-brief-YYYY-MM-DD.md` saved to the working directory
---
## 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. Check if the user has provided a working directory path.
- If no path is provided and no Cowork session folder is active: stop and report: "Please provide the path to your working folder. Example: /Users/yourname/work-notes/"
- If path is provided but does not exist: report "Folder not found: [path]. Please check the path and try again."
2. Check for readable files (`.md` and `.txt`) in the directory.
- If the folder exists but contains no `.md` or `.txt` files: report "No readable files found (.md, .txt). Add notes or task files to the folder and try again."
3. Check if a `standup-brief-YYYY-MM-DD.md` file for today's date already exists.