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.
npx skills add ivanhoinacki/team-exp-claude-config --skill dailygit clone --depth 1 https://github.com/ivanhoinacki/team-exp-claude-configWrote 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/ivanhoinacki/team-exp-claude-config/daily)<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.
<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>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.00052 | $0.01448 |
| Opus 5 | $0.00026 | $0.00724 |
| Sonnet 5 | $0.00010 | $0.00290 |
| Haiku 4.5 | $0.00005 | $0.00145 |
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.
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
- Obsidian workspace (docs, plans, dailies):
__VAULT_ROOT__ - 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
- Which Jira tasks did you work on? (numbers and descriptions)
- Any important meetings? With whom and about what?
- Did you encounter any blockers? How did you resolve them?
- 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.]
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.
- 11d ago First seen · 124 lines · 52 tokens per session scan A ccca2c7a24cc
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.
Other skills, from other repositories
parallel-feature-development
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…
bazel-build-optimization
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
track-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
sdd-tasks
Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.
contact-cache
Track all identified/contacted people across strategies. CSV-backed contact database with dedup by LinkedIn URL or email. Prevents duplicate outreach when running strategies on a recurring cadence.
pad
Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.