run

run is a command for Claude Code from danielraffel/generous-corp-marketplace. It costs 13 tokens per session (3,892 once invoked), scanned A, original, MIT.

A command that runs a configured chain, meaning a named sequence of development steps or other commands, or chooses a workflow from a plain-language request.

In plain words
What is it for?
Use it to execute workflows such as planning, implementing, or combining development tasks through configured plugins.
Why use it?
It removes the need to remember which steps belong together and reports the selected chain and important decisions.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/user/worktrees/oauth.

Part of the chainer plugin — 5 commands shipped together

Good fit Use it to execute workflows such as planning, implementing, or combining development tasks through configured plugins.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add danielraffel/generous-corp-marketplace
Claude Code
/plugin install chainer

Made for: Claude Code.

Or install chainer, the plugin that ships this one along with the rest of its 5 commands.

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 run

README.md
[![agentmods](https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/run.svg)](https://agentmods.dev/commands/danielraffel/generous-corp-marketplace/run)
Your own site
<a href="https://agentmods.dev/commands/danielraffel/generous-corp-marketplace/run"><img src="https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/run.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,892 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.00013 $0.03892
Opus 5 $0.00006 $0.01946
Sonnet 5 $0.00003 $0.00778
Haiku 4.5 $0.00001 $0.00389

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

Security

Grade A, and why

run 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 8d 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.

plugins/chainer/commands/run.md · 600 lines

How it starts

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

Chainer: Run Chain

Execute a configured chain by name.


User Communication Guidelines

CRITICAL: Keep status updates concise and user-focused. Avoid verbose explanations.

Status Line Pattern

Use this format for all status updates:

⏺ <What you're doing>... <why it matters OR what it enables>

Good examples:

  • ⏺ Checking Chainer config for your Galaxian game...
  • ⏺ No chain specified. Selecting best workflow based on your request...
  • ⏺ Using defaults (no local config found).

Bad examples (avoid these):

  • ⏺ I'll help you run the chainer command to develop a Galaxian-style game. Let me start by reading the configuration files...
  • ⏺ Now let me parse the arguments. Based on the user's request, they want to develop...

What to Show vs Hide

ALWAYS SHOW:

  • Chain being executed
  • Critical decisions (which chain chosen, why)
  • Plugin execution (feature-dev starting, ralph-loop running)
  • Errors that require user action
  • Question prompts (interactive UI)
  • Final results

HIDE/SUPPRESS:

  • Missing optional config files (just say "Using defaults")
  • Successful file reads (unless debugging)
  • Internal parsing/validation steps
  • Reasoning about obvious things
  • Tool results that worked as expected

Error Handling

For missing optional files:

⏺ Looking for local config... none found. Using defaults.

NOT:

⏺ Read(.claude/chainer.local.md)
  ⎿  Error reading file
⏺ Read(~/.claude/chainer.local.md)
  ⎿  Error reading file

Decision Communication

Pattern: Observation → Decision → Action (one line)

Good:

⏺ No chain specified. This looks like a frontend design task—using frontend-design workflow.

Bad:

⏺ I see the issue - the user provided a detailed description but didn't specify which chain. Looking more closely, this seems like it would be better suited for frontend-design rather than plan-and-implement. Let me use frontend-design directly.

Step 1: Parse Arguments

Read the full file on GitHub · 600 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. 8d ago First seen · 600 lines · 13 tokens per session scan A a5c46a92c685

Subscribe to this mod's changes

run is a command published in the GitHub repository danielraffel/generous-corp-marketplace (11 stars, last pushed 9d ago), licensed MIT. It adds 13 tokens to every session and 3,892 once invoked, about $0.0001 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-30.