Borrowing it
Nothing to install: this file belongs to lglucas/ai-dev-operating-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/lglucas/ai-dev-operating-system/main/.claude/skills/daily-standup/SKILL.mdgit clone --depth 1 https://github.com/lglucas/ai-dev-operating-systemWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lglucas/ai-dev-operating-system/daily-standup)<a href="https://agentmods.dev/skills/lglucas/ai-dev-operating-system/daily-standup"><img src="https://agentmods.dev/badge/skills/lglucas/ai-dev-operating-system/daily-standup/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lglucas/ai-dev-operating-system/daily-standup"><img src="https://agentmods.dev/badge/skills/lglucas/ai-dev-operating-system/daily-standup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.00514 |
| Opus 5 | $0.00032 | $0.00257 |
| Sonnet 5 | $0.00013 | $0.00103 |
| Haiku 4.5 | $0.00006 | $0.00051 |
Grade A, and why
daily-standup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Daily Standup
When to run this skill
- First message of a new session for a project (auto-trigger).
- User says: "onde paramos" / "o que tá rolando" / "me lembra o que tava fazendo" / "resumo".
- After returning from a break of more than a few hours.
- Before closing a sprint.
Inputs
- Last entries in
session-log/. - Last commits (
git log --oneline -10). docs/SPRINTS.mdor current sprint doc.CHANGELOG.mdrecent entries.
Output format (always exactly 4 bullets, plain Portuguese)
☀️ Bom dia. Onde a gente parou:
✅ Feito ontem (ou na última sessão):
• [1-3 itens concretos]
🚧 Em andamento agora:
• [1-2 itens com % aproximada]
🎯 Próximo passo (o que faria sentido fazer agora):
• [1 item, prazo curto]
🚨 Bloqueios / decisões esperando você:
• [se houver — caso contrário "nada bloqueando"]
Tone
- Use "a gente" (1ª pessoa do plural) — você é parte do time.
- Use linguagem simples. Sem
feat:,merge,branchaqui — isso é pra leitura rápida. - Se houve algo arriscado na última sessão, marque com 🟡.
Example
☀️ Bom dia. Onde a gente parou:
✅ Feito ontem:
• Configuração inicial do banco (Supabase) feita
• Tela de login funcionando com magic link
• Email de boas-vindas testado
🚧 Em andamento:
• Tela de dashboard (~40% — falta a parte dos cards de métricas)
🎯 Próximo passo:
• Terminar os 3 cards do dashboard. Estimativa: 1-2h.
🚨 Bloqueios:
• Você precisa decidir se a primeira métrica é "clientes novos" ou "receita do mês". Te mando uma comparação rápida quando começar.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 65 lines · 63 tokens per session scan A 670c933382bc
daily-standup is a skill published in the GitHub repository lglucas/ai-dev-operating-system (11 stars, last pushed 1mo ago), licensed MIT. It adds 63 tokens to every session and 514 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
issue-triage
Triage and categorize GitHub issues with priority labels. Use when user says "triage issues", "check issues", "review open issues", or during regular maintenance of GitHub issue backlog.
status
Show a comprehensive project status dashboard: task queue, blocked items, session state, verification, and git status.
work-beads
Work the project's Beads task queue end-to-end - claim a bead, build in an isolated worktree, verify, review, merge, close, report. Use when the user says "/work-beads", "/work-beads 5", "work the next N beads", "work on ", "pick up some open tasks", or asks to work the backlog. Applies to every coding agent (Claude…
jira
Read and write Jira issues, comments, transitions via the Jira REST API v3.
todoist
Manage Todoist tasks and projects via the Todoist REST API v2.
trello
Manage Trello boards, lists, and cards via the Trello REST API.