daily

daily is a skill for Claude Code from ivanhoinacki/team-exp-claude-config. It costs 52 tokens per session (1,448 once invoked), scanned A, original, MIT.

A daily stand-up note generator that combines recent Git commits with your answers about Jira tasks, meetings, blockers, and other work. A stand-up is a short team update about what you did and what is getting in the way; Jira is a tool for tracking work items.

In plain words
What is it for?
Use it to create dated daily notes in Portuguese and English, based on Git history, your current branch, Jira work, meetings, and blockers.
Why use it?
It removes the need to reconstruct your workday from memory and format the same update in multiple languages. It also gathers code activity and personal context in one note.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Good fit Use it to create dated daily notes in Portuguese and English, based on Git history, your current branch, Jira work, meetings, and blockers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ivanhoinacki/team-exp-claude-config/daily
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ivanhoinacki/team-exp-claude-config --skill daily
Clone the repo
git clone --depth 1 https://github.com/ivanhoinacki/team-exp-claude-config

Made for: Claude Code.

Wrote 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.

agentmods badge for daily

README.md
[![agentmods](https://agentmods.dev/badge/skills/ivanhoinacki/team-exp-claude-config/daily/github.svg)](https://agentmods.dev/skills/ivanhoinacki/team-exp-claude-config/daily)
Your own site
<a href="https://agentmods.dev/skills/ivanhoinacki/team-exp-claude-config/daily"><img src="https://agentmods.dev/badge/skills/ivanhoinacki/team-exp-claude-config/daily/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.

agentmods 80×15 button for daily

Your own site · 80×15
<a href="https://agentmods.dev/skills/ivanhoinacki/team-exp-claude-config/daily"><img src="https://agentmods.dev/badge/skills/ivanhoinacki/team-exp-claude-config/daily.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.01448
Opus 5 $0.00026 $0.00724
Sonnet 5 $0.00010 $0.00290
Haiku 4.5 $0.00005 $0.00145

Measured 11d ago against content hash ccca2c7a24cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

daily 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 11d 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.

skills/daily/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Daily Standup Generator

Working Directories

  1. Obsidian workspace (docs, plans, dailies): __VAULT_ROOT__
  2. Codebase (all LE services): __CODEBASE_ROOT__

Collect context automatically

  • Recent commits: !git log --oneline --since="yesterday" --author="__USER_NAME__" 2>/dev/null | head -10 || echo "no commits found"
  • Current branch: !git branch --show-current 2>/dev/null || echo "N/A"

Ask the user

  1. Which Jira tasks did you work on? (numbers and descriptions)
  2. Any important meetings? With whom and about what?
  3. Did you encounter any blockers? How did you resolve them?
  4. Anything else relevant?

Generate two files

Use $ARGUMENTS as date if provided, otherwise use today.

Output directory

Files go inside a month subfolder under Dailies/:

Dailies/{Mon}/YYYY-MM-DD.md
Dailies/{Mon}/YYYY-MM-DD-en.md

Where {Mon} is the abbreviated English month name (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec).

Example: Dailies/Mar/2026-03-12.md and Dailies/Mar/2026-03-12-en.md

Create the month folder if it doesn't exist yet.

PT-BR: YYYY-MM-DD.md

# Daily – DD/MM/YYYY

## Storytelling

Good evening everyone, good morning team.

[Fluid narrative connecting activities. Professional but natural tone.
Tasks in declarative format: "task 3303, which is about adding schedule support".
Each topic in a separate paragraph for readability.
Continuous text, not bullet points.
Ends with blockers and tasks status: "No blockers and no tasks assigned at the moment" or equivalent.]

EN: YYYY-MM-DD-en.md

# Daily – MM/DD/YYYY

## Storytelling

Good evening everyone, good morning team.

[Simple English for B1 level. Short sentences, easy vocabulary.
Tasks with pronunciation: "task 3303 (thirty-three oh three)".
Same structure as PT-BR: one paragraph per topic, separated by blank lines.
Ends with blockers/tasks status: "No blockers and no tasks assigned at the moment." or equivalent.]

Read the full file on GitHub · 124 lines

Changes

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.

  1. 11d ago First seen · 124 lines · 52 tokens per session scan A ccca2c7a24cc

Subscribe to this mod's changes

daily is a skill published in the GitHub repository ivanhoinacki/team-exp-claude-config (2 stars, last pushed 1mo ago), licensed MIT. It adds 52 tokens to every session and 1,448 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-31.