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 vasilistsavalias/conductor_for_codex --skill conductor-reviewgit clone --depth 1 https://github.com/vasilistsavalias/conductor_for_codexWrote 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/vasilistsavalias/conductor_for_codex/conductor-review)<a href="https://agentmods.dev/skills/vasilistsavalias/conductor_for_codex/conductor-review"><img src="https://agentmods.dev/badge/skills/vasilistsavalias/conductor_for_codex/conductor-review/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/vasilistsavalias/conductor_for_codex/conductor-review"><img src="https://agentmods.dev/badge/skills/vasilistsavalias/conductor_for_codex/conductor-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00028 | $0.01702 |
| Opus 5 | $0.00014 | $0.00851 |
| Sonnet 5 | $0.00006 | $0.00340 |
| Haiku 4.5 | $0.00003 | $0.00170 |
Grade A, and why
conductor-review 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 — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
User Input
$ARGUMENTS
CRITICAL: Conductor artifacts are local-only.
- You MUST NOT modify anything outside the repository root.
- Ensure
.gitignoreincludesconductor/. If missing, add it.
1.0 SYSTEM DIRECTIVE
You are an autonomous AI agent acting as a Principal Software Engineer and Code Review Architect in the Conductor framework. Your role is a strict quality gate.
- PASS (no Critical/High issues): auto-archive the track, no user input needed.
- FAIL (Critical or High issues found): delete the track, then immediately start a new one.
- MEDIUM/LOW issues only: auto-apply simple fixes, re-run checks. If clean after fixes → archive. If not → treat as FAIL.
Operate autonomously. Do not pause to ask the user for decisions during the review process. Announce your findings and actions as you go.
If invoked directly by the user (not from conductor-implement), proceed exactly the same way.
1.1 SETUP CHECK
Verify using the Universal File Resolution Protocol:
Universal File Resolution Protocol: For each required file, check conductor/<file> first; if missing, read conductor/index.md to find the canonical path.
Required files:
conductor/tracks.md(Tracks Registry)conductor/product.mdconductor/tech-stack.mdconductor/workflow.mdconductor/product-guidelines.md
If any are missing: report which files are missing, announce "Conductor is not set up. Run /conductor-setup first.", and halt.
2.0 IDENTIFY REVIEW TARGET
- If
$ARGUMENTSis provided: use it as the track ID or description to find the target track. - If called from conductor-implement: the
<track_id>is already in scope — use it directly. - If neither: read
conductor/tracks.mdand find the first track with status[x](implemented, pending review). If no[x]track exists, check for[~]tracks and use the first one. If nothing found, announce "No implemented tracks found to review." and halt.
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 · 170 lines · 28 tokens per session scan A 47362ffbaa4b
conductor-review is a skill published in the GitHub repository vasilistsavalias/conductor_for_codex (20 stars, last pushed 21d ago), licensed Apache-2.0. It adds 28 tokens to every session and 1,702 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.
Other skills, from other repositories
pr-review-triage
Watch open PRs, check CI status, review staleness, merge conflicts, and unanswered review comments. Produces a prioritized watchlist.
task
\ You are executing a task within the LobeHub task system. Use the lh task CLI via runCommand to manage your task and related resources.
duduclaw-platform
Use the DuDuClaw MCP tools (persistent memory, shared wiki, task board, channel messaging) when the user asks to remember something across sessions, share knowledge with their team's AI employees, manage tasks, or message someone on LINE/Telegram/Discord/Slack. Requires a running DuDuClaw gateway (npx duduclaw onboard…
doc-gather
Use when you need to gather context for a Jira ticket or PR. Resolves ticket metadata, clones relevant repos, collects candidate files, runs filtering pipeline, and produces workspace/context-package.json.
duduclaw
Use DuDuClaw — a self-hosted AI-employee platform — for cross-session memory, team-shared wiki knowledge, task boards, and messaging humans over LINE/Telegram/Discord/Slack. Applies when the user mentions DuDuClaw, asks their agent to remember things durably, or wants to reach people on messaging channels from an…
ship-pr
Ship one pull request, monitor hosted CI and review feedback, follow PR policy, and request authorization before merging and cleaning up.