run

run is a command for coding agents from mooreslaws/expert-mind-skill. It costs 25 tokens per session (450 once invoked), scanned A, original, MIT.

A command that runs the complete content pipeline for selected personas or for all enabled personas. The pipeline collects source material, evaluates it, and distils the results.

In plain words
What is it for?
Use it to refresh content for one or more personas, monitor the pipeline output, and review per-persona evaluation results.
Why use it?
It turns the separate collection and evaluation steps into one repeatable refresh cycle. It also checks readiness first and reports blockers before starting.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the expert-mind-skill plugin — 21 skills, 4 commands, 1 hook 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/mooreslaws/expert-mind-skill/run
Clone the repo
git clone --depth 1 https://github.com/mooreslaws/expert-mind-skill

Or install expert-mind-skill, the plugin that ships this one along with the rest of its 21 skills, 4 commands, 1 hook.

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/mooreslaws/expert-mind-skill/run.svg)](https://agentmods.dev/commands/mooreslaws/expert-mind-skill/run)
Your own site
<a href="https://agentmods.dev/commands/mooreslaws/expert-mind-skill/run"><img src="https://agentmods.dev/badge/commands/mooreslaws/expert-mind-skill/run.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 450 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 $0.00025 $0.00450
Opus 5 $0.00013 $0.00225
Sonnet 5 $0.00005 $0.00090
Haiku 4.5 $0.00003 $0.00045

Measured 4d ago against content hash e8beeea0d3a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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/run.md · 65 lines

What it actually says

Run the pipeline

Trigger the full refresh cycle for one persona or all enabled personas.

Steps

1. Check pipeline readiness

First run python3 ${CLAUDE_PLUGIN_ROOT}/scripts/wizard_state.py --json and read _pipeline_ready. If False, show _blockers and stop — point user at /expert-mind-skill:init to resolve them.

2. Parse arguments

If invoked as /expert-mind-skill:run, run for all enabled personas.

If invoked as /expert-mind-skill:run <persona-id> (or multiple ids), restrict to those.

3. Confirm

Show a one-line summary of what's about to happen:

Running pipeline:
  <N> personas: <ids joined>
  <M> sources enabled

AskUserQuestion: Run now / Cancel.

4. Execute

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/orchestrator.py [persona-ids...]

Stream stdout to the chat. The orchestrator handles dispatch to each adapter script, then judge, then distill.

5. Summarize

After completion, read output/_evaluation.json and show the per-persona table:

persona             accepted/judged  fullness    applicability
<id>                <a>/<b>          <f>         <app>
...

Flag any persona that:

  • Dropped to low fullness (regression vs last run, if logs exist)
  • Has 0 frameworks or 0 voice_samples
  • Hit hard_cap_tokens

Flags (pass to orchestrator)

  • --force — re-scrape even if staging files exist
  • --skip-ingest — only judge + distill on existing staging data
  • --skip-judge — only distill on existing scored data
  • --skip-distill — ingest + judge only, no rewrite of skill files
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. 4d ago First seen · 65 lines · 25 tokens per session scan A e8beeea0d3a2

Subscribe to this mod's changes

run is a command published in the GitHub repository mooreslaws/expert-mind-skill (5 stars, last pushed 2mo ago), licensed MIT. It adds 25 tokens to every session and 450 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-31.

Related

Other commands, from other repositories

auto-mode

Idea-to-running-code lifecycle orchestration. 10-phase pipeline with 5 hard decision gates, wave-based parallelism, and STATE.json resumability. Composes /deep-research, /auto-swarm-nth, /production-upgrade, /security-audit, and /ship into a single end-to-end flow.

ShaheerKhawaja/ProductionOS · 68 tokens

max-research

Nuclear-scale autonomous research — deploys 500-1000 agents in ONE massive simultaneous wave for exhaustive topic saturation. Deep-research methodology × auto-swarm scale = maximum parallel intelligence. WARNING: Extreme resource consumption.

ShaheerKhawaja/ProductionOS · 48 tokens

omni-plan

ProductionOS flagship — 13-step orchestrative pipeline with tri-tiered evaluation, recursive convergence, CEO/Eng/Design review chain, CLEAR framework evaluation, multi-model judge tribunal, and autonomous PIVOT/REFINE/PROCEED decisions. Targets 100% production-ready output.

ShaheerKhawaja/ProductionOS · 62 tokens

auto-swarm-nth

Nth-iteration agent swarm — spawns parallel agent waves, evaluates strictly per wave, re-swarms gaps until 100% coverage and 10/10 quality. Can invoke any ProductionOS skill or command within waves.

ShaheerKhawaja/ProductionOS · 51 tokens

frontend-upgrade

Full-stack frontend upgrade pipeline — fuses /production-upgrade iterative audit with /plan-ceo-review vision and /plan-eng-review rigor. Deploys parallel auto-swarm agents for iterative audit and execution. Enriched with /deep-research for competitive parity.

ShaheerKhawaja/ProductionOS · 56 tokens

omni-plan-nth

Nth-iteration omni-plan — recursive orchestration that chains ALL ProductionOS skills and agents, evaluates strictly per iteration, and loops until 10/10 is achieved. Each iteration can invoke any command or skill in the system.

ShaheerKhawaja/ProductionOS · 51 tokens