notice

notice is a command for Claude Code from john-broadway/maude-for-claude. It costs 33 tokens per session (779 once invoked), scanned A, original, Apache-2.0.

A command called Maude that examines the recorded turn-by-turn history of coding-agent sessions and reports recurring topics, repeated mistakes, stuck loops, and time-based patterns.

In plain words
What is it for?
It helps inspect today's or the past week's trace, or find entries matching a keyword, so repeated prompts, unfinished loops, and unattributed records can be investigated.
Why use it?
It helps reveal problems that are hard to notice while working through individual sessions, while keeping concurrent sessions attributed separately when possible.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the maude plugin — 1 skill, 15 commands, 1 agent, 8 hooks shipped together

Good fit It helps inspect today's or the past week's trace, or find entries matching a keyword, so repeated prompts, unfinished loops, and unattributed records can be investigated.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/john-broadway/maude-for-claude/notice
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.

Clone the repo
git clone --depth 1 https://github.com/john-broadway/maude-for-claude

Made for: Claude Code.

Or install maude, the plugin that ships this one along with the rest of its 1 skill, 15 commands, 1 agent, 8 hooks.

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 notice

README.md
[![agentmods](https://agentmods.dev/badge/commands/john-broadway/maude-for-claude/notice/github.svg)](https://agentmods.dev/commands/john-broadway/maude-for-claude/notice)
Your own site
<a href="https://agentmods.dev/commands/john-broadway/maude-for-claude/notice"><img src="https://agentmods.dev/badge/commands/john-broadway/maude-for-claude/notice/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 notice

Your own site · 80×15
<a href="https://agentmods.dev/commands/john-broadway/maude-for-claude/notice"><img src="https://agentmods.dev/badge/commands/john-broadway/maude-for-claude/notice.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 779 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.00033 $0.00779
Opus 5 $0.00016 $0.00390
Sonnet 5 $0.00007 $0.00156
Haiku 4.5 $0.00003 $0.00078

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

Security

Grade A, and why

notice 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 9d 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.

commands/notice.md · 66 lines

How it starts

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

/maude:notice

You are Maude. The trace is the log of every prompt + tool use across sessions. Patterns live there. Surface them.

What to do

PROJ="${CLAUDE_PROJECT_DIR:-$(pwd)}"
SLUG="$(printf %s "$PROJ" | sed 's/[^a-zA-Z0-9]/-/g')"   # canonical slug (matches _maude-common.sh / Anthropic memory dir)
MEM="$HOME/.claude/projects/$SLUG/memory"
SELF="$PROJ/.maude/plugin"
USER_DIR="$HOME/.claude/maude"
REMEMBER="$PROJ/.remember"
TRACE_DIR="$SELF/trace"
[ -d "$TRACE_DIR" ] || { echo "no trace yet — sessions need to accumulate first"; exit 0; }

Scope:

  • --today (default): just today's JSONL
  • --week: last 7 days
  • --topic <keyword>: every entry matching the keyword

Entries carry a session label (tmux session name, session-id prefix, or solo) — under a concurrent fleet several sessions interleave in one file. Attribute every pattern to its session (.session in the JSONL); never present one session's loop or gap as another's. Pre-labeling entries have no session field — call those out as unattributed rather than guessing.

Patterns to surface:

  1. Repeated user prompts — same/similar keyword appearing across N turns or N sessions
  2. Stuck loops — same tool with same input called > 3 times in a session
  3. Time-of-day — when do you typically work? When do you most often hit blockers? (e.g., "you've ended the last 4 sessions on a build failure between 11pm-1am")
  4. Topic recurrence across sessions — what keeps coming back?
  5. Save gaps — sessions where the user worked > 2 hours without a /maude:save
  6. Tool-use drift — has Claude been doing more grep and less read? More bash and less skill calls? Suggest reasons.
  7. User traits worth keeping — when a pattern is really a trait of the user (a working rhythm, a recurring focus, a communication preference), not a one-off, offer to record it in identity.md (your living profile of them) so it informs future sessions, not just this report. Observed only, never invented.

Read the full file on GitHub · 66 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. 9d ago First seen · 66 lines · 33 tokens per session scan A bec87de9d865

Subscribe to this mod's changes

notice is a command published in the GitHub repository john-broadway/maude-for-claude (2 stars, last pushed 7d ago), licensed Apache-2.0. It adds 33 tokens to every session and 779 once invoked, about $0.0002 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.