README

README is a command for Claude Code from adamwstauffer/shidler. It costs 0 tokens per session (525 once invoked), scanned A, original, MIT.

A collection of slash commands tailored to a course-materials repository, with commands for session handoffs, reviews, decisions, and project checks.

In plain words
What is it for?
Use commands such as /breakpoint, /decision-memo, /grill-me, and /claude-md-audit for session continuity, decision records, proposal review, and configuration checks.
Why use it?
It turns repeated repository procedures into named commands and connects commands with the project skills that contain their full workflows.

Command for Claude Code

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

Good fit Use commands such as /breakpoint, /decision-memo, /grill-me, and /claude-md-audit for session continuity…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/adamwstauffer/shidler/readme
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/adamwstauffer/shidler

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 README

README.md
[![agentmods](https://agentmods.dev/badge/commands/adamwstauffer/shidler/readme.svg)](https://agentmods.dev/commands/adamwstauffer/shidler/readme)
Your own site
<a href="https://agentmods.dev/commands/adamwstauffer/shidler/readme"><img src="https://agentmods.dev/badge/commands/adamwstauffer/shidler/readme.svg" alt="Measured on agentmods" 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 525 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.00525
Opus 5 $0.00000 $0.00262
Sonnet 5 $0.00000 $0.00105
Haiku 4.5 $0.00000 $0.00052

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

Security

Grade A, and why

README 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 7d 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/README.md · 28 lines

What it actually says

Slash Commands

Repo-tailored slash commands for this course-materials repo. Cherry-picked and retargeted from the LiosAg/farm-management-assistant-v2 workflow layer — see docs/decisions/2026-07-12-claude-workflow-commands-cherry-pick.md for the rationale and the per-command tweaks.

Commands with real procedure delegate to a paired skill in .claude/skills/<name>/; the command file is the thin entry point (what it does, args, output).

Command Purpose Skill Model
/breakpoint Session pickup prompt before a context break — captures branch/PR/grading state, persists to docs/breakpoints/ breakpoint session
/suggest-optimal One-shot verify-then-pushback review of a converged proposal; returns THE optimal call Fable → Opus
/grill-me Sequential one-question-at-a-time convergence before a memo/restructure/rubric; Auto-Pushback + Repo Convergence Check grill-me Fable
/decision-memo Author a docs/decisions/ memo to house standard (grep-prior-first, house format, pause for ratification) Fable
/claude-md-audit Periodic drift scan of CLAUDE.md + the memory store (stale refs, contradictions, bloat) claude-md-audit session
/memory-hygiene Validate + organize the Claude auto-memory store (validate_memory.py) memory-hygiene session
/design-critique Brand-anchored critique of UH Mānoa-branded materials against docs/_branding/design.json design-critique session

Model routing

/suggest-optimal, /grill-me, and /decision-memo are Fable-pinned (via each command's model: frontmatter) because they are judgment-dense and their output is canonical or hard-to-reverse. /suggest-optimal falls back to Opus (/model claude-opus-4-8) if Fable is unavailable. The rest run on the session model — they're mechanical. This mirrors the source repo's §10 Model Routing convention; the pins are optional and can be removed if undesired.

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. 7d ago First seen · 28 lines · 0 tokens per session scan A 1de8316900bb

Subscribe to this mod's changes

README is a command published in the GitHub repository adamwstauffer/shidler (10 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 525 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-31.