sim-conductor

sim-conductor is a skill for Claude Code from chrono-meta/forge-harness. It costs 65 tokens per session (8,111 once invoked), scanned A, original, MIT.

A simulation and review coordinator that profiles a target, gathers different user viewpoints, runs audits or idea scans, and organizes the findings.

In plain words
What is it for?
Use it for external-user simulations, internal audits, ideation scans, code or prompt reviews, session-card checks, and artifact-quality reviews.
Why use it?
It provides a structured way to test an artifact from several perspectives and separate important issues from lower-priority suggestions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions subagents; built for gstack.

Part of the fh-meta plugin — 38 skills, 7 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 skills/chrono-meta/forge-harness/sim-conductor
Any agent
npx skills add chrono-meta/forge-harness --skill sim-conductor
Clone the repo
git clone --depth 1 https://github.com/chrono-meta/forge-harness

Made for: Claude Code.

Or install fh-meta, the plugin that ships this one along with the rest of its 38 skills, 7 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 sim-conductor

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrono-meta/forge-harness/sim-conductor.svg)](https://agentmods.dev/skills/chrono-meta/forge-harness/sim-conductor)
Your own site
<a href="https://agentmods.dev/skills/chrono-meta/forge-harness/sim-conductor"><img src="https://agentmods.dev/badge/skills/chrono-meta/forge-harness/sim-conductor.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,111 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.00065 $0.08111
Opus 5 $0.00032 $0.04056
Sonnet 5 $0.00013 $0.01622
Haiku 4.5 $0.00006 $0.00811

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

Security

Grade A, and why

sim-conductor 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.

plugins/fh-meta/skills/sim-conductor/SKILL.md · 567 lines

How it starts

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

sim-conductor — Meta-Simulation Automation Orchestrator

Profiles target → derives personas → dispatches parallel agents → M/S/R triage → commit. Personas are sourced installed-first → filled from the persona-container schema (7 slots as of 2026-07-18 — stance added, not an ad-hoc directive) → external install. Scale: 3 to 16, extensible to a crowd behind the marginal-coverage stop (§Scale).

Invocation Triggers

Trigger pattern Suggested Area
"Look at this from an external user's perspective", "How would someone else see this?" Area A
"Check the harness", "asset audit", "internal audit" Area B
"Any new ideas?", "ideation scan", "naming candidates" Area C
"Review this code" (pre-PR), "review this prompt" Area D (code)
"Check if the session card is correct", "does the skill actually work", "memory cold-start validation" Area D (consumer)
"Is the output good?", "artifact quality review" Area E

Proposal format: "If it's related to [X], should I simulate with /sim-conductor [Area]?"

Natural Language Triggers

Example utterance Intent Mapped Area
"Validate our system virtually" Full system simulation Area B
"Test it with personas", "Run an external user simulation" External user reaction Area A
"Look at it through someone else's eyes" External perspective Area A
"Validate that this actually works" Real-usage validation Area D
"Find problems aggressively" Adversarial validation Area B (challenger)

Triggers

/sim-conductor                        # default: Area C auto-run
/sim-conductor A                      # external user simulation
/sim-conductor B                      # internal meta audit
/sim-conductor C                      # Innovator scan
/sim-conductor all                    # full A + B + C
/sim-conductor A --target <path>      # specific asset target
/sim-conductor D --target <file>      # code/prompt multi-persona review (pre-PR)
/sim-conductor D session [--target]   # session card cold-start validation
/sim-conductor D skill <name>         # skill trigger utterance consumer simulation
/sim-conductor D memory <file>        # memory file cold-start validation
/sim-conductor E --target <file>      # artifact quality review (post-pipeline)

Read the full file on GitHub · 567 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 567 lines · 65 tokens per session scan A 106fe917bd7f

Subscribe to this mod's changes

sim-conductor is a skill published in the GitHub repository chrono-meta/forge-harness (14 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 8,111 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

reconcile

Cross-reference a paper against the collection. Finds which cited papers are already collected, which are new leads, which collection papers cite this one, and reconciles all cross-references bidirectionally. Run on a single paper directory or use --all for the entire collection.

ctoth/research-papers-plugin · 57 tokens

adjudicate

Systematically adjudicate disagreements across a paper collection. Produces ruthless verdicts on who was wrong, what supersedes what, and what the best current understanding is. Organized by topic clusters with actionable replacement values for implementation.

ctoth/research-papers-plugin · 48 tokens

author-context

Create a propstore context for one paper with CEL assumptions, parameters, and perspective. Every claim extracted from the paper will reference this context. Required before extract-claims if the paper does not already have one.

ctoth/research-papers-plugin · 45 tokens

author-lifting-rules

Author DeLP/McCarthy context lifting rules between existing context YAMLs so cross-context claim reasoning can proceed. Collection-level, runs after all papers are ingested. Targets the CONTEXTPHINODE records that accumulate when multiple per-paper contexts share concepts with no authored bridges.

ctoth/research-papers-plugin · 61 tokens

author-rules

Author the DeLP rule artifacts (strict, defeasible, properdefeater, blockingdefeater) encoding a paper's stated argument structure. Runs after register-predicates.

ctoth/research-papers-plugin · 41 tokens

extract-claims

Extract propositional claims from a paper directory into the propstore source branch using pks source propose-claim.

ctoth/research-papers-plugin · 26 tokens