extractor: Command for Claude Code

.claude/commands/double-check.md

double-check is a command for Claude Code from grahama1970/extractor. It costs 0 tokens per session (130 once invoked), scanned A, original, GPL-3.0.

A command for reviewing recently written or changed code with fresh attention to bugs, errors, and hard-to-maintain solutions.

In plain words
What is it for?
Use it to inspect new code and modified existing code before considering the work complete.
Why use it?
It provides a separate checking pass that can catch problems missed during implementation.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to grahama1970/extractor. 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/grahama1970/extractor/main/.claude/commands/double-check.md
Clone the repo
git clone --depth 1 https://github.com/grahama1970/extractor

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 double-check

README.md
[![agentmods](https://agentmods.dev/badge/commands/grahama1970/extractor/double-check.svg)](https://agentmods.dev/commands/grahama1970/extractor/double-check)
Your own site
<a href="https://agentmods.dev/commands/grahama1970/extractor/double-check"><img src="https://agentmods.dev/badge/commands/grahama1970/extractor/double-check.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 130 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 unknown 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.00130
Opus 5 $0.00000 $0.00065
Sonnet 5 $0.00000 $0.00026
Haiku 4.5 $0.00000 $0.00013

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

Security

Grade A, and why

double-check 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 2d 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/double-check.md · 9 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 2d ago First seen · 9 lines · 0 tokens per session scan A 1519ea48ead4

Subscribe to this mod's changes

double-check is a command published in the GitHub repository grahama1970/extractor (3 stars, last pushed 28d ago), licensed GPL-3.0. It costs nothing until one of its globs matches a file; then it loads 130 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-09-04.

Related

Other commands, from other repositories

refactor-clean

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.

wshobson/agents · 0 tokens

codebase-review

Review an entire codebase for architecture, engineering health, and exploitable risk; generate a prioritized remediation plan, an evidence-anchored system knowledge document, or both.

HoangNguyen0403/agent-skills-standard · 0 tokens

doctor

Health check for greatcto. Shows pipeline state, missing artefacts, hook status, last run per agent, and permission-denied tail.

avelikiy/great_cto · 29 tokens

review

12-angle code review + skeptical triage (3-round + arbiter) for security/reliability P0/P1 findings, OR traceability tree. Default: review current branch vs main. --deep: triage ALL P0/P1 angles (not just security). With trace : render REQ → IMPL → TEST tree for impact analysis. Creates or closes gate:code for…

avelikiy/great_cto · 88 tokens

modify

Command "modify" from MartyBonacci/specswarm, covering user input, flag parsing, parse flags from arguments, mode routing and goal.

MartyBonacci/specswarm · 14 tokens

harness:audit

Cross-dimensional codebase audit orchestrator — classify repo shape, fan out parallel read-only audit agents, dedup and severity-rank findings against existing issues, publish grouped tracking issues.

Intense-Visions/harness-engineering · 40 tokens