rossum-agents: Command for Claude Code

.claude/commands/ds-daily-suggestion.md

ds-daily-suggestion is a command for Claude Code from rossumai/rossum-agents. It costs 0 tokens per session (614 once invoked), scanned A, original, MIT.

A command that finds one to five small, related improvements in a codebase and opens a merge request, a request to review and merge changes.

In plain words
What is it for?
Use it to improve documentation, code quality, developer workflow, or the project's own command instructions, with pre-commit checks before review.
Why use it?
It turns routine cleanup into a focused change set without adding features or breaking existing behavior.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Claude Code.

This is rossumai/rossum-agents's own configuration. It tells Claude Code how to work on rossum-agents itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything rossum-agents configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/rossumai/rossum-agents/master/.claude/commands/ds-daily-suggestion.md
Clone the repo
git clone --depth 1 https://github.com/rossumai/rossum-agents

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 ds-daily-suggestion

README.md
[![agentmods](https://agentmods.dev/badge/commands/rossumai/rossum-agents/ds-daily-suggestion/github.svg)](https://agentmods.dev/commands/rossumai/rossum-agents/ds-daily-suggestion)
Your own site
<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.

agentmods 80×15 button for ds-daily-suggestion

Your own site · 80×15
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 614 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.00000 $0.00614
Opus 5 $0.00000 $0.00307
Sonnet 5 $0.00000 $0.00123
Haiku 4.5 $0.00000 $0.00061

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

Security

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.

.claude/commands/ds-daily-suggestion.md · 79 lines

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

Read the full file on GitHub · 79 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. 12d ago First seen · 79 lines · 0 tokens per session scan A f17eef0e9765

Subscribe to this mod's changes

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.