conductor-revert

conductor-revert is a skill for Claude Code from vasilistsavalias/conductor_for_codex. It costs 23 tokens per session (1,313 once invoked), scanned A, original, Apache-2.0.

A git-aware process for undoing a Conductor track, phase, or task. Git is a system that records code changes so earlier project states can be restored.

In plain words
What is it for?
Reverting selected Conductor work, examining the relevant Git history, and restoring code after the user confirms the target.
Why use it?
It identifies what will be reverted and shows a clear plan before making the change. One final confirmation helps prevent an unintended rollback.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Reverting selected Conductor work, examining the relevant Git history, and restoring code after the user confirms the target.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vasilistsavalias/conductor_for_codex/conductor-revert
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.

Any agent
npx skills add vasilistsavalias/conductor_for_codex --skill conductor-revert
Clone the repo
git clone --depth 1 https://github.com/vasilistsavalias/conductor_for_codex

Made for: Claude Code.

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 conductor-revert

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilistsavalias/conductor_for_codex/conductor-revert/github.svg)](https://agentmods.dev/skills/vasilistsavalias/conductor_for_codex/conductor-revert)
Your own site
<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.

agentmods 80×15 button for conductor-revert

Your own site · 80×15
<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>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,313 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00023 $0.01313
Opus 5 $0.00012 $0.00656
Sonnet 5 $0.00005 $0.00263
Haiku 4.5 $0.00002 $0.00131

Measured 9d ago against content hash 4517eeba9f33, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

skills/conductor-revert/SKILL.md · 131 lines

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 .gitignore includes conductor/. 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:

  1. Parse the argument. Examples: track auth_20250510, phase "Phase 2", task "Add user model".
  2. Read conductor/tracks.md and each track's plan.md to find the matching track, phase, or task.
  3. If exactly one match: set it as the target_intent. Announce: "Target identified: [Track/Phase/Task] ''"
  4. If no match: list all available tracks with their IDs, announce "No match for '$ARGUMENTS'.", and halt.
  5. 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:

  1. Read conductor/tracks.md.
  2. Find the first track marked [~] (in-progress) — prefer this as the revert target.
  3. If no [~] track: find the first track marked [x] (implemented).
  4. If neither: announce "No in-progress or implemented tracks found to revert." and halt.
  5. Set the found track as target_intent. Announce: "Auto-selected track for revert: '' (ID: <track_id>)"

Read the full file on GitHub · 131 lines

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. 9d ago First seen · 131 lines · 23 tokens per session scan A 4517eeba9f33

Subscribe to this mod's changes

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.