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-revertgit 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-revert)<a href="https://agentmods.dev/skills/vasilistsavalias/conductor_for_codex/conductor-revert"><img src="https://agentmods.dev/badge/skills/vasilistsavalias/conductor_for_codex/conductor-revert/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-revert"><img src="https://agentmods.dev/badge/skills/vasilistsavalias/conductor_for_codex/conductor-revert.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.00023 | $0.01313 |
| Opus 5 | $0.00012 | $0.00656 |
| Sonnet 5 | $0.00005 | $0.00263 |
| Haiku 4.5 | $0.00002 | $0.00131 |
Grade A, and why
conductor-revert 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 9d 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 — 131 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 performing a git-aware revert for the Conductor framework. Identify the target, analyze the git history, present a clear revert plan, then execute after one explicit user confirmation. Do not ask confirmation at any other point.
If a shell command fails, halt and report the error.
1.1 SETUP CHECK
Verify using the Universal File Resolution Protocol:
Universal File Resolution Protocol: Check conductor/<file> first; if missing, read conductor/index.md for canonical paths.
Required:
conductor/tracks.md— must exist and be non-empty.
If missing or empty: announce "The tracks registry is missing or empty. Run /conductor-setup or restore conductor/tracks.md." and halt.
2.0 TARGET IDENTIFICATION (Autonomous)
2.1 Resolve Target from Arguments
If $ARGUMENTS is provided:
- Parse the argument. Examples:
track auth_20250510,phase "Phase 2",task "Add user model". - Read
conductor/tracks.mdand each track'splan.mdto find the matching track, phase, or task. - If exactly one match: set it as the
target_intent. Announce: "Target identified: [Track/Phase/Task] ''" - If no match: list all available tracks with their IDs, announce "No match for '$ARGUMENTS'.", and halt.
- If ambiguous (multiple matches): list the matches, announce "Multiple matches found for '$ARGUMENTS'. Re-run with a more specific target (e.g., include the track ID).", and halt.
If $ARGUMENTS is empty:
- Read
conductor/tracks.md. - Find the first track marked
[~](in-progress) — prefer this as the revert target. - If no
[~]track: find the first track marked[x](implemented). - If neither: announce "No in-progress or implemented tracks found to revert." and halt.
- Set the found track as
target_intent. Announce: "Auto-selected track for revert: '' (ID: <track_id>)"
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.
- 9d ago First seen · 131 lines · 23 tokens per session scan A 4517eeba9f33
conductor-revert is a skill published in the GitHub repository vasilistsavalias/conductor_for_codex (20 stars, last pushed 20d ago), licensed Apache-2.0. It adds 23 tokens to every session and 1,313 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
gh-issue
Fetch a GitHub issue, create a branch, implement with TDD, and open a PR.
ship-pr
Ship one pull request, monitor hosted CI and review feedback, follow PR policy, and request authorization before merging and cleaning up.
auto-skill-loop
Run an autonomous loop intended to result in merged PRs.
skill-sync
Manage local skills backed by known remote Git repositories. Use when the user wants to import, inspect, diff, pull, resolve, push, reset, or remove them, or project current local skills to enabled clients with al sync. Do not use to discover new skills or create user-owned skills.
cut-release
Cut a new agnostic-ai release end to end. Use when the user wants to ship a new version (tag + GitHub Release).
eg-precommit-review
Run a Codex-native pre-commit independent-review loop on pending changes.