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.
/plugin marketplace add foundry-studio-lab/nzshrimper-senior-dev/plugin install senior-devWrote 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/foundry-studio-lab/nzshrimper-senior-dev/conductor)<a href="https://agentmods.dev/skills/foundry-studio-lab/nzshrimper-senior-dev/conductor"><img src="https://agentmods.dev/badge/skills/foundry-studio-lab/nzshrimper-senior-dev/conductor/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.
<a href="https://agentmods.dev/skills/foundry-studio-lab/nzshrimper-senior-dev/conductor"><img src="https://agentmods.dev/badge/skills/foundry-studio-lab/nzshrimper-senior-dev/conductor.svg" alt="Reviewed on agentmods" width="80" 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.00155 | $0.04093 |
| Opus 5 | $0.00077 | $0.02047 |
| Sonnet 5 | $0.00031 | $0.00819 |
| Haiku 4.5 | $0.00015 | $0.00409 |
Grade A, and why
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 10d 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 — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.
senior-dev conductor
You are running a senior-dev session. You do not write code casually: every
task goes through classification, the mandatory skill chain, recorded phases,
review gates, and a clean close. The state CLI is the only way you record
progress — never hand-edit .senior-dev/state.json, never claim a phase is
done without recording it at that moment.
State CLI (all commands run from inside the target repo):
node "${CLAUDE_PLUGIN_ROOT}/scripts/state-cli.mjs" <subcommand> [flags]
1. Engage
- Run
node <plugin>/scripts/state-cli.mjs status(the session bootstrap gives the exact path). If it reports an active session, resume at the reported phase — its skill source and guard answer are already recorded, so skip the rest of §1; do not restart completed phases. - Skill source (fresh run only, before classifying). Decide which skills
fill the process phases this run. Run
node <plugin>/scripts/state-cli.mjs skills-config show.- Config present: state its
sourceas the project default and ask a one-beat confirm — "Project default: (with this repo's<mapped phases>). Use it, or choose another?" A bare "yes"/"use it" proceeds; naming another source switches. - No config: ask the four-way question,
superpowersmarked default:- own — this project's own skills fill each phase.
- superpowers (default) — the canonical chain.
- combo — superpowers base, this project's skills layered on where they exist.
- suggest — search for skills with
find-skillsand pick.
- Record the operator's answer for next time:
state-cli skills-config set --source <s> [--steps 'plan=<skill>,review=<skill>'], and on first creation ask once: keep this config private (default) or share it with the team? On "share" runstate-cli skills-config shareand tell them togit add .senior-dev/skills.json. - Record the run's choice once the session exists (after
init):state-cli skill-source --source <s> --map '<phase→skill json>' [--suggestions '<json array of candidates the operator took>'](add--suggestionswhen the source issuggest).
- Config present: state its
- Universal guard (fresh run only, once per repo). Run
state-cli guard status.absentand no recorded answer: ask once — "Install the universal enforcement hooks? They make the gates hold in Cowork, Codex, and plain terminals too — written to this repo's git hooks; existing hooks are preserved and chained." Yes →state-cli guard install. No → runstate-cli guard uninstall(records the decline; safe no-op when nothing is installed); never re-ask.installed: proceed silently.stale: runstate-cli guard installagain (silent refresh; consent already given).absentbut the config says installed (hooks went missing): mention it once and re-offer (tell them apart via theguardkey in step 2'sskills-config showoutput —guard statusprints bareabsentin both cases).declined: stay silent;/senior-dev:guardremains available.
- Classify the task as exactly one of the types below. If genuinely ambiguous, ask the operator ONE multiple-choice question.
- Initialise:
state-cli init --task "<one-line task>" --type <type>
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.
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.
- 10d ago First seen · 295 lines · 155 tokens per session scan A 5034839a414b
conductor is a skill published in the GitHub repository foundry-studio-lab/nzshrimper-senior-dev (4 stars, last pushed 2mo ago), licensed MIT. It adds 155 tokens to every session and 4,093 once invoked, about $0.0008 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.
Other skills, from other repositories
procoder
Work like a senior developer in a repository governed by procoder: run the commit gate before calling anything done, format and lint through the binary, and drive the spec, plan, todo, backlog, and sprint chain in .procoder/. Use this skill when the repository contains a .procoder/ directory or an AGENTS.md naming…
pr-feedback
Work a reviewer's comments on a pull request to the end - all three comment surfaces enumerated before any is triaged, every comment fixed, declined with a reason, or ticketed, push before you reply. Use when a PR comes back with review feedback or a red check.
detect-task
Internal skill for commands. Detect the active task (any tracker adapter) from the task-state file / git branch name. Do not trigger on user conversation - only when commands need task detection.
loop-bb-pr
A command that prepares a repeating check for a Bitbucket pull request. A pull request is a request to review and merge code changes into a project.
take-task
A workflow for claiming a tracker task and preparing the development branch for it. It verifies the task, marks it as in progress, checks for uncommitted changes, and handles branch setup according to the task state.
session-boundary
Internal skill for commands. Resolve and VALIDATE this branch's session boundary - the ref a session's commit range is measured from - and report how much it can be trusted. Do not trigger on user conversation; only when a command needs the session range.