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 mostafa-drz/claude-skills --skill daily-briefgit clone --depth 1 https://github.com/mostafa-drz/claude-skillsWrote 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/mostafa-drz/claude-skills/daily-brief)<a href="https://agentmods.dev/skills/mostafa-drz/claude-skills/daily-brief"><img src="https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/daily-brief/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/mostafa-drz/claude-skills/daily-brief"><img src="https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/daily-brief.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.00056 | $0.02481 |
| Opus 5 | $0.00028 | $0.01241 |
| Sonnet 5 | $0.00011 | $0.00496 |
| Haiku 4.5 | $0.00006 | $0.00248 |
Grade A, and why
daily-brief 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 today.
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 — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Daily Brief
Surface what changed since you last looked — PR reviews, ticket updates, new assignments, mentions — from all your project tools.
Preferences
Read ~/.claude/skills/daily-brief/preferences.md using the Read tool. If not found, no preferences are set.
Context
On startup, use Bash to gather: current git branch (git branch --show-current), repo name (gh repo view --json nameWithOwner -q .nameWithOwner), and GitHub username (gh api user -q .login). Skip any that fail.
Command routing
Check $ARGUMENTS:
help→ display help then stopconfig→ interactive setup then stopreset→ delete~/.claude/skills/daily-brief/preferences.md, confirm, stop- anything else (including empty) → run the brief
Flags
Parse from $ARGUMENTS:
--since <time>— override lookback window (e.g., "2h", "yesterday", "monday")--sources <list>— comma-separated list to check only specific sources (github, linear, git, notion, slack)--verbose— show full details for each item
Help
Daily Brief — What changed since you last looked
Usage:
/daily-brief Full brief from all sources
/daily-brief --since "2h" Only last 2 hours
/daily-brief --sources github,linear Only specific sources
/daily-brief --verbose Show full details per item
/daily-brief config Configure sources and defaults
/daily-brief reset Clear preferences
/daily-brief help This help
Sources (auto-detected):
GitHub PR reviews, review requests, mentions, CI failures
Linear Assigned ticket changes, new assignments, comments
Git Uncommitted work, unpushed commits, stale branches
Notion Recently updated pages (if MCP configured)
Slack Mentions and DMs (if MCP configured)
Current preferences:
(shown above under Preferences)
Config
Use AskUserQuestion:
Q1 — "Default lookback window?" (Last 24 hours (default), Last 8 hours, Since last brief, Custom)
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.
- today Changed · +2 lines · +56 tokens per session 8d3b78f8a7a7
- 12d ago First seen · 275 lines · 0 tokens per session scan A 6a3fc0d92fe7
daily-brief is a skill published in the GitHub repository mostafa-drz/claude-skills (4 stars, last pushed today), licensed MIT. It adds 56 tokens to every session and 2,481 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
codex-symphony
Install and operate a portable OpenAI Symphony + Linear orchestration setup in any Git repository. Use when the user wants a one-command local Symphony runner, a reusable WORKFLOW template, background launch scripts, or a Codex wrapper that restarts Symphony automatically when reopening the CLI.
n8n-pto-pipeline
Create n8n workflow for daily task assignment from PTO engineer to foreman via Telegram bot with status reporting.
timeline-creator
Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.
lark-workflow-standup-report
A workflow that combines calendar events with unfinished Lark tasks to produce a daily or weekly work summary.
ag-teleportar
Switch rapido entre projetos no workspace com contexto preservado. Carrega CLAUDE.md, detecta stack, verifica .env, mostra branch atual, e resume estado. Nao e cd — e context-aware switching.
daily-working
End-to-end pipeline: pull a task from the project's task tracker by ID (Redmine or GitHub Issues today, more addable via a new adapter), sanity-check and impact-assess it against the codebase before touching anything, implement it with the Claude CLI, verify the result in a real browser via the Claude Chrome extension…