quote

quote is a command for Claude Code from tdimino/claude-code-minoan. It costs 0 tokens per session (252 once invoked), scanned A, original, MIT.

A command for saving a notable phrase from the current session in a searchable local database, with optional tags and a user-or-assistant source.

In plain words
What is it for?
Use it to record quotes, principles, or technical patterns and later find them with the related quote-search command.
Why use it?
It keeps useful wording or decisions from getting lost in a long conversation.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths.

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.

agentmods
npx agentmods add commands/tdimino/claude-code-minoan/quote
Clone the repo
git clone --depth 1 https://github.com/tdimino/claude-code-minoan

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 quote

README.md
[![agentmods](https://agentmods.dev/badge/commands/tdimino/claude-code-minoan/quote.svg)](https://agentmods.dev/commands/tdimino/claude-code-minoan/quote)
Your own site
<a href="https://agentmods.dev/commands/tdimino/claude-code-minoan/quote"><img src="https://agentmods.dev/badge/commands/tdimino/claude-code-minoan/quote.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 252 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00252
Opus 5 $0.00000 $0.00126
Sonnet 5 $0.00000 $0.00050
Haiku 4.5 $0.00000 $0.00025

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

Security

Grade A, and why

quote 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 6d 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/quote.md · 33 lines

What it actually says

Capture Notable Phrase

Capture a notable phrase or excerpt from the current session with optional tags. Stored in tracker.db and searchable via /quote-search.

Arguments

$ARGUMENTS - the phrase text (required), optionally followed by --tags tag1,tag2 and/or --source user|assistant.

Instructions

if [ -z "$ARGUMENTS" ]; then
  echo "Usage: /quote \"phrase text\" [--tags tag1,tag2] [--source user|assistant]"
  exit 1
fi

node ~/.claude/skills/claude-tracker-suite/scripts/quote-session.js capture $ARGUMENTS

Examples

  • /quote "assumptions are the enemy" — capture a phrase
  • /quote "assumptions are the enemy" --tags principle,design — with tags
  • /quote "use ON CONFLICT instead of INSERT OR REPLACE" --source assistant --tags sqlite,pattern — assistant quote with tags
  • /quote-search — search captured phrases
  • /checkpoint — create session checkpoint
  • /tag — attach keyword tags to sessions
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. 6d ago First seen · 33 lines · 0 tokens per session scan A 6c0276d9343e

Subscribe to this mod's changes

quote is a command published in the GitHub repository tdimino/claude-code-minoan (41 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 252 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.