Giovanni: Command for Claude Code

.claude/commands/README.md

README is a command for Claude Code from jaroslavsoucek-art/Giovanni. It costs 0 tokens per session (1,794 once invoked), scanned A, original, MIT.

A README command that documents Giovanni's available slash commands, their arguments, destinations, and usual timing.

In plain words
What is it for?
Use it to look up commands such as /digest, /branch-out, and /shadow-review, including their accepted arguments and typical use.
Why use it?
It gives developers one reference for discovering how the project's commands are invoked and what each one does.

Command for Claude Code

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

This is jaroslavsoucek-art/Giovanni's own configuration. It tells Claude Code how to work on Giovanni 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 Giovanni configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jaroslavsoucek-art/Giovanni. 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/jaroslavsoucek-art/Giovanni/main/.claude/commands/README.md
Clone the repo
git clone --depth 1 https://github.com/jaroslavsoucek-art/Giovanni

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/jaroslavsoucek-art/giovanni/readme/github.svg)](https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/readme)
Your own site
<a href="https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/readme"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/readme/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 README

Your own site · 80×15
<a href="https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/readme"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/readme.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 1,794 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.01794
Opus 5 $0.00000 $0.00897
Sonnet 5 $0.00000 $0.00359
Haiku 4.5 $0.00000 $0.00179

Measured 9d ago against content hash a3f2d4023768, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 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.

.claude/commands/README.md · 126 lines

How it starts

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

Slash commands

Giovanni's invokable surface. Each command is a thin shell that runs pre-flight, parses args, then routes to an agent (or to a workflow procedure). The mechanics live in the agents and workflows; these files are the invocation contracts.

Design patterns + argument syntax conventions: see docs/slash-commands.md.

Command registry

Command One-liner Argument syntax Routes to Typical cadence
/digest Daily digest — parallel source pull, drift detection, brief gen, shadow lookback, render [--force] [--source <name>] .claude/workflows/daily-digest.md + N × source-puller (parallel) daily
/branch-out Active predictive simulation on a situation. Hard-stops on shallow actors. <situation-slug> [--from-digest] prediction-runtime (mode: branch-out) ad hoc (triggered by digest active candidates)
/shadow-review Quarterly audit of shadow hypotheses with adversarial lookback discipline. COI guard stops self-review of <48h resolutions. [--sample N] [--actor <slug>] [--window <YYYY-MM>] [--horizon <YYYY-MM-DD>] [--force-review-now] prediction-runtime (mode: shadow-review) quarterly
/calibration-report Monthly per-actor + per-tier accuracy aggregation. Updates actor-scores.yaml. [--month <YYYY-MM>] prediction-runtime (mode: calibration-report) monthly (1st of month)
/consistency-check Semantic drift checks across memory + constitution + agent roster + decisions + decided-terms registry [--check <id>] [--since <YYYY-MM-DD>] [--write] consistency-checker weekly (recommended)
/consistency-review Per-finding triage of a consistency report — accept-diff / reject / defer / false-positive, precision tally [<YYYY-MM-DD>] .claude/workflows/consistency-review.md (interactive main-thread) after each /consistency-check during shadow mode
/market-radar External competitive / market intelligence scan. Constraint-aware (settled decisions = drift flag). [--focus <topic>] [--market <code>] [--competitor <slug>] [--horizon <Nd>] [--depth surface|deep] market-radar weekly default; focused ad hoc
/review Adversarial review of a draft — SHIP / REWRITE / KILL verdict + strongest counter-case <draft-path> [--position "..."] [--audience internal|external|mixed] adversarial-reviewer ad hoc (high-stakes drafts only)
/redline Adversarial review alias emphasizing verbatim-strike list <draft-path> [--position "..."] [--audience internal|external|mixed] adversarial-reviewer (emphasis: redline) ad hoc

Read the full file on GitHub · 126 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 · 126 lines · 0 tokens per session scan A a3f2d4023768

Subscribe to this mod's changes

README is a command published in the GitHub repository jaroslavsoucek-art/Giovanni (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,794 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.