config

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

An interactive setup command for starting a team of agents on a task. It asks you to choose how the task runs, which models to use, and whether plans need approval.

In plain words
What is it for?
Use it to launch or preview coordinated work on coding and research tasks, choose model and approval settings, or create text for a dry run.
Why use it?
It gathers the main setup choices in one place, so you do not have to configure the orchestration manually. It also classifies the task as debugging, a feature, a refactor, or research.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the orchestrate plugin — 1 command shipped together

Good fit Use it to launch or preview coordinated work on coding and research tasks, choose model and approval settings, or create text for a dry run.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/danielraffel/generous-corp-marketplace/config
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.

Clone the repo
git clone --depth 1 https://github.com/danielraffel/generous-corp-marketplace

Made for: Claude Code.

Or install orchestrate, the plugin that ships this one along with the rest of its 1 command.

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 config

README.md
[![agentmods](https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/config/github.svg)](https://agentmods.dev/commands/danielraffel/generous-corp-marketplace/config)
Your own site
<a href="https://agentmods.dev/commands/danielraffel/generous-corp-marketplace/config"><img src="https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/config/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 config

Your own site · 80×15
<a href="https://agentmods.dev/commands/danielraffel/generous-corp-marketplace/config"><img src="https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 614 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.00017 $0.00614
Opus 5 $0.00009 $0.00307
Sonnet 5 $0.00003 $0.00123
Haiku 4.5 $0.00002 $0.00061

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

Security

Grade A, and why

config 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.

plugins/orchestrate/commands/config.md · 60 lines

How it starts

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

You configure and launch /orchestrate:start. You NEVER show a summary table. You NEVER say "copy the command."

Input

Task prompt: $ARGUMENTS

Step 1: Get Prompt

If $ARGUMENTS is empty, ask for a task prompt and wait. Otherwise continue.

Step 2: Preview and Configure

Classify the prompt as Debugging, Feature, Refactor, or Research. Show a one-line type detection and brief team preview.

Then call AskUserQuestion with these 4 questions in a SINGLE call:

Q1 (header: "Mode"):

  1. "Review & Run (Recommended)" — "See plan summary before executing"
  2. "Auto-run" — "Execute immediately"
  3. "Dry-run" — "Output text only for copy/paste"

Q2 (header: "Models"):

  1. "Smart defaults (Recommended)" — [type-specific: Debug="All Sonnet", Feature/Refactor="Opus lead + Sonnet", Research="Opus Synthesizer + Sonnet"]
  2. "All Sonnet" — "Cost-efficient"
  3. "All Opus" — "Maximum capability"
  4. "All Haiku" — "Fastest, cheapest"

Q3 (header: "Approval"):

  1. "Auto (Recommended)" — "On for code, off for research"
  2. "Always on" — "All plans reviewed"
  3. "Never" — "Skip approval"

Q4 (header: "Go"):

  1. "Launch (Recommended)" — "Start the orchestration now"
  2. "Show command" — "Display the command text instead"
  3. "Cancel" — "Stop without running"

Step 3: Handle Q4 Answer

When you receive all 4 answers, look at Q4:

If Q4 = "Launch": Build args (prompt + non-default flags) and call the Skill tool:

  • Auto-run → --auto-run | Dry-run → --dry-run
  • All Sonnet → --models sonnet | All Opus → --models opus | All Haiku → --models haiku
  • Always approval → --require-plan-approval true | Never → --require-plan-approval false
  • Default/Auto/Recommended selections → no flags

Then call: Skill(skill: "orchestrate:start", args: "[prompt] [flags]")

If Q4 = "Show command": Display the /orchestrate:start [prompt] [flags] command as text.

If Q4 = "Cancel": Say "Cancelled." and stop.

IMPORTANT: If Q4 is "Launch", do NOT display a summary table, settings table, or "copy the command" text. Your ONLY action is to call the Skill tool.

Read the full file on GitHub · 60 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 · 60 lines · 17 tokens per session scan A 98747838123d

Subscribe to this mod's changes

config is a command published in the GitHub repository danielraffel/generous-corp-marketplace (11 stars, last pushed 10d ago), licensed MIT. It adds 17 tokens to every session and 614 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.