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.
npx skills add radimsem/forge-skills --skill blacksmith-orchestrategit clone --depth 1 https://github.com/radimsem/forge-skillsWrote 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.
[](https://agentmods.dev/skills/radimsem/forge-skills/blacksmith-orchestrate)<a href="https://agentmods.dev/skills/radimsem/forge-skills/blacksmith-orchestrate"><img src="https://agentmods.dev/badge/skills/radimsem/forge-skills/blacksmith-orchestrate.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00079 | $0.05581 |
| Opus 5 | $0.00039 | $0.02790 |
| Sonnet 5 | $0.00016 | $0.01116 |
| Haiku 4.5 | $0.00008 | $0.00558 |
Grade A, and why
blacksmith-orchestrate 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Blacksmith Orchestrate
Decide which tasks run, in what order, at what depth, by which model, in which worktree — then dispatch one forge run per task.
Overview
This is a wrapper around forge, not a fork of it. It never reimplements a forge step: every task it dispatches runs the ordinary twelve-step forge workflow, and everything this skill adds is a decision about those runs — which ones may run at the same time, how deep each one goes, and where each one's work lives.
Nine numbered steps, split by one gate, deliberately mirroring forge's shape:
Part 1 — Plan (1–5): normalize → materialize → analyze → schedule → [GATE] battle plan
Part 2 — Execute (6–9): provision → dispatch waves → relay → close-out
gate held: no worktree is created and no forge Part 2 runs until "yes, forge them"
| Step | Action |
|---|---|
| 1 | Parse the invocation; split orchestrator flags from pass-through forge flags; route the work source into a canonical task list |
| 2 | Materialize refs — spec-file and free-form routes get real issue refs via /to-tickets, or synthetic T1..Tn IDs if the user declines filing |
| 3 | Analyze — route each task to the plan-sourced path or the scout fan-out |
| 4 | Build the collision graph, triage matrix and worktree grouping → scheduling waves |
| 5 | [GATE] one battle plan, one approval |
| 6 | Provision worktrees; write the run ledger |
| 7 | Dispatch waves — one agent per task at its assigned model tier and forge depth |
| 8 | Relay — prove a blocker's changes are on the dependent's base, rebase, release |
| 9 | Close-out — aggregate report, PR list, worktree cleanup reminders, self-evolution |
Forge's hard floors are inherited unchanged, and orchestrating many runs never relaxes them: every run's Step 12 /goal verification still has to pass before that run assembles a commit, and no dispatched run ever writes back to the source issue or ticket it was dispatched for — that stays with the user under every flag combination, afk included. That is narrower than "never writes to a tracker": Step 2 files new issues via /to-tickets for the plan and free-form routes, including under automode, exactly as forge's own Step 10 sanctions filing spin-off issues it did not author — see references/entry-routes.md. Whether a dispatched run may also commit and open a PR for its own task is a separate question, resolved three ways: by default, the Step 5 "yes, forge them" approval is the Step 12 commit-and-PR selection forge requires, granted once for every task the approved plan named (see Step 7); under automode without afk, nobody made that selection, so every dispatched run stops at its own Step 12 plan-only output, exactly as a standalone automode forge run does, and nothing is pushed; afk is the single sanctioned exception, authorizing unattended commit-and-PR as well as the blocking-PR merge it already governs — it is labelled that way everywhere it appears, so the exception stays auditable instead of becoming a quiet contradiction. Terminal PRs and worktree cleanup stay with the user under every flag combination, afk included.
What ships with it
12 files 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.
- references/afk.md 5.9 KB
- references/anti-patterns.md 1.7 KB
- references/battle-plan.md 6.2 KB
- references/collision-graph.md 12 KB
- references/entry-routes.md 11 KB
- references/flags.md 6.3 KB
- references/ledger.md 11 KB
- references/plan-sourced.md 9.6 KB
- references/relay.md 5.9 KB
- references/scheduling.md 6.7 KB
- references/triage.md 7.3 KB
- scripts/scout-fanout.mjs 2.6 KB runs code
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.
- 7d ago First seen · 167 lines · 79 tokens per session scan A 33b019a601c4
blacksmith-orchestrate is a skill published in the GitHub repository radimsem/forge-skills (15 stars, last pushed 13d ago), licensed MIT. It adds 79 tokens to every session and 5,581 once invoked, about $0.0004 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.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
autotask-creator
Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.