help

help is a command for coding agents from MadeByTokens/claude-code-plugins-madebytokens. It costs 9 tokens per session (582 once invoked), scanned A, original, MIT.

A command that displays the available commands and options for the Bon Cop Bad Cop plugin.

In plain words
What is it for?
Use it when you need the command syntax, requirement-file options, iteration limits, test scope, language settings, or status command.
Why use it?
It helps users discover how to start, monitor, and configure the plugin's test-driven development loop.

Command

Part of the bon-cop-bad-cop plugin — 4 commands, 3 agents shipped together

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/madebytokens/claude-code-plugins-madebytokens/help
Clone the repo
git clone --depth 1 https://github.com/MadeByTokens/claude-code-plugins-madebytokens

Or install bon-cop-bad-cop, the plugin that ships this one along with the rest of its 4 commands, 3 agents.

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 help

README.md
[![agentmods](https://agentmods.dev/badge/commands/madebytokens/claude-code-plugins-madebytokens/help.svg)](https://agentmods.dev/commands/madebytokens/claude-code-plugins-madebytokens/help)
Your own site
<a href="https://agentmods.dev/commands/madebytokens/claude-code-plugins-madebytokens/help"><img src="https://agentmods.dev/badge/commands/madebytokens/claude-code-plugins-madebytokens/help.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 582 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.00009 $0.00582
Opus 5 $0.00005 $0.00291
Sonnet 5 $0.00002 $0.00116
Haiku 4.5 $0.00001 $0.00058

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

Security

Grade A, and why

help 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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • help — 100% identical, 0 lines differ
plugins/bon-cop-bad-cop/commands/help.md · 71 lines

What it actually says

/help Command

When the user runs /help, display the following information:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎭 **Bon Cop Bad Cop - Adversarial TDD Plugin**
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Three-agent adversarial TDD loop where agents keep each other honest.

**Commands:**

  /bon-cop-bad-cop:tdd-loop "requirement" [options]
  /bon-cop-bad-cop:tdd-loop --requirement-file <path> [options]
  /bon-cop-bad-cop:tdd-loop "extra notes" --requirement-file <path> [options]
      Start a new TDD loop with the given requirement.
      
      Options:
        --requirement-file PATH  Load requirement from markdown file
                                 (can combine with inline text for notes)
        --max-iterations N       Max loop iterations (default: 15)
        --mutation-threshold X   Required mutation score 0.0-1.0 (default: 0.8)
        --test-scope SCOPE       unit | integration | both (default: unit)
        --language LANG          Override auto-detection (python, javascript,
                                 typescript, rust, go, java, ruby)

  /bon-cop-bad-cop:tdd-status
      Check the current TDD loop status and progress.

  /bon-cop-bad-cop:cancel-tdd
      Cancel the active TDD loop.

  /bon-cop-bad-cop:help
      Display this help message.

**Quick Start:**

  /bon-cop-bad-cop:tdd-loop "Write a function is_prime(n)"

**How It Works:**

  1. Test Writer (Bad Cop) → Creates comprehensive tests
  2. Code Writer (Suspect) → Implements code (sees only tests!)
  3. Reviewer (Good Cop)   → Validates and issues verdict

  Loop continues until ALL_PASS or max iterations reached.

**Generated Files:**

  .tdd-working/          - Working directory with state and agent I/O
    └── state.json       - Current loop state (recent 3 iterations only)
  .tdd-loop.log          - Complete history and detailed output (primary record)

**Context Management:**

  The plugin is optimized for long-running loops (up to 15 iterations).
  - Agent responses are minimal to preserve context
  - History is truncated to 3 iterations in state file
  - Full details are preserved in .tdd-loop.log
  - Read the log file for debugging and complete history

**More Info:** See README.md for full documentation.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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. 5d ago First seen · 71 lines · 9 tokens per session scan A 547ffc7212e8

Subscribe to this mod's changes

help is a command published in the GitHub repository MadeByTokens/claude-code-plugins-madebytokens (2 stars, last pushed 7mo ago), licensed MIT. It adds 9 tokens to every session and 582 once invoked, about $0.0000 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.