Daily standup
Skill thefiredev-cloud/meshvault-skills-starter/skills/daily-standup
This skill should be used when the user asks for a "morning brief", "daily standup", "what happened yesterday", "what is on today", or wants a short start-of-day summary built from their notes, calendar, and task list.From its SKILL.md
npx -y skills add thefiredev-cloud/meshvault-skills-starter --skill daily-standupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 292 tokens by cl100k_base, as published. Nobody here has run it
Daily Standup
Build a start-of-day brief from what the system already knows. Read only. This skill changes nothing; it reports.
Required Inputs
- Yesterday's log or notes (whatever the owner keeps: a daily note, a task tracker, a decision log)
- Today's calendar, if available
- The open task list
Steps
- Read yesterday's log. Pull out what actually got done and anything that stalled.
- Read today's calendar and task list. Pull the top commitments with times.
- Find blockers: anything waiting on a reply, a payment, an approval, or another person.
- Write the brief in three short sections:
- Done yesterday: 3 lines maximum
- Today: the schedule and the top 3 tasks, nothing else
- Blocked: each blocker with who or what it is waiting on
- Keep the whole brief under 150 words. If it does not fit, cut detail, not sections.
Approval Gate
None needed. This skill only reads and summarizes. If the owner asks the standup to also chase a blocker, that is a different action and follows that skill's own approval gate.
Output
- One brief, delivered wherever the owner reads first thing (chat, note, or email to self)
- Nothing else. No state changes, no sent mail, no edits to the task list
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.