Borrowing it
Nothing to install: this file belongs to rossumai/rossum-agents. 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/rossumai/rossum-agents/master/.claude/commands/ds-daily-suggestion.mdgit clone --depth 1 https://github.com/rossumai/rossum-agentsWrote 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/commands/rossumai/rossum-agents/ds-daily-suggestion)<a href="https://agentmods.dev/commands/rossumai/rossum-agents/ds-daily-suggestion"><img src="https://agentmods.dev/badge/commands/rossumai/rossum-agents/ds-daily-suggestion/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/commands/rossumai/rossum-agents/ds-daily-suggestion"><img src="https://agentmods.dev/badge/commands/rossumai/rossum-agents/ds-daily-suggestion.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.00000 | $0.00614 |
| Opus 5 | $0.00000 | $0.00307 |
| Sonnet 5 | $0.00000 | $0.00123 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
ds-daily-suggestion 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 12d 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 — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Daily Suggestion
Goal: Generate 1-5 small, related improvements (3-5 min total human review) and open MR.
Improvement Categories
| Priority | Category | Examples |
|---|---|---|
| 1 | Self-improvement | Analyze recent commits → improve .claude/commands/ |
| 2 | Documentation | Stale docs, missing examples, outdated instructions |
| 3 | Code quality | Dead code, unused imports, type hint gaps |
| 4 | Developer experience | Workflow improvements, better error messages |
Scope Constraints
| Constraint | Rationale |
|---|---|
| 1-5 related changes | Justify reviewer's context-switch; single trivial changes waste time |
| No feature additions | Features need planning |
| No breaking changes | Safe to merge quickly |
| Self-contained | No follow-up work required |
Approach
| Step | Action |
|---|---|
| Sync | git checkout master && git pull |
| Branch | git checkout -b cc-daily-suggestion-YYYY-MM-DD |
| Analyze | Check recent commits (last 2 weeks) for patterns worth capturing in commands |
| Find | Identify 1-5 related improvements from categories above |
| Implement | Make the change |
| Verify | Run pre-commit run --all-files on changed files |
| Commit | Commit with descriptive message |
| Push | git push -u origin HEAD |
| MR | Open MR via gh pr create |
Commit Message Format
<area>: <short description>
<optional 1-2 sentence context>
Areas: docs, claude-commands, chore, style
MR Template
## Summary
- <1 bullet describing the change>
## Review Notes
- Coffee-time review (~3-5 min)
- No behavioral changes / Safe refactor / Docs only
🤖 Generated with [Claude Code](https://claude.ai/code) daily suggestion
Output
Return MR URL when complete.
Constraints
| Constraint | Source |
|---|---|
| 1-5 improvements per run | Scope |
| Each improvement gets its own commit | Feedback: bundled commits are harder to review |
| Vary areas across days | Feedback: don't only touch .claude/commands/ — rotate through code, docs, commands |
| No trivial-only MRs | Feedback: single one-line or string-only changes waste review time |
| Never add "Co-Authored-By" to commits | Feedback: rejected pattern |
| Skip if nothing meaningful found | Report "Nothing today" |
Prefer self-improvement of .claude/commands/ |
When patterns emerge from recent commits |
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.
- 12d ago First seen · 79 lines · 0 tokens per session scan A f17eef0e9765
ds-daily-suggestion is a command published in the GitHub repository rossumai/rossum-agents (11 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 614 tokens. 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 commands, from other repositories
commit
A command that examines staged Git changes and proposes a commit message using the Conventional Commits format, such as feat, fix, or docs. Git is a tool for tracking changes to code.
merge-conflict-analysis
You are analyzing merge conflicts for PR #${{ pr-number }}.
release-notes
Generate consistent, well-structured release notes from git history. Triggered on release tags following semver patterns (v..) to produce categorized changelog with breaking changes, features, fixes, and contributor attribution.
doctor
Diagnosticar y reparar problemas del framework Don Cheli, git y entorno. Usa cuando el usuario dice "doctor", "problemas del framework", "don cheli no funciona", "repair Don Cheli", "debug setup", "setup broken", "framework broken", "reparar entorno". Detecta y repara issues de configuración, git y dependencias…
handoff
Export a Waybill Bundle by default, or import one when requested.
repo-audit
Audit a codebase (local or remote GitHub/GitLab) against architecture principles and requirements, surfacing drift, risk, and missing decisions.