conductor-setup

conductor-setup is a skill for Claude Code from vasilistsavalias/conductor_for_codex. It costs 19 tokens per session (3,125 once invoked), scanned A, original, Apache-2.0.

An interactive setup process for the Conductor framework, which organizes software work into planned tracks. It discovers the project, defines its product and technology details, and creates the framework files.

In plain words
What is it for?
Starting Conductor in a new or existing project, creating its product definition and workflow files, and preparing the project for track-based development.
Why use it?
It provides the initial project structure and asks for the decisions needed to configure the workflow. It also checks file operations as setup proceeds.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Codex.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is - [Code Style Guides](./code_styleguides/).

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilistsavalias/conductor_for_codex/conductor-setup.svg)](https://agentmods.dev/skills/vasilistsavalias/conductor_for_codex/conductor-setup)
Your own site
<a href="https://agentmods.dev/skills/vasilistsavalias/conductor_for_codex/conductor-setup"><img src="https://agentmods.dev/badge/skills/vasilistsavalias/conductor_for_codex/conductor-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,125 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00019 $0.03125
Opus 5 $0.00010 $0.01563
Sonnet 5 $0.00004 $0.00625
Haiku 4.5 $0.00002 $0.00313

Measured 6d ago against content hash 2f0de0fe7f28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

conductor-setup 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 6d 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-setup/SKILL.md · 339 lines

How it starts

The opening of the file, as written. The whole thing — 339 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.
  • You MUST NOT git add/git commit Conductor artifacts unless the final commit step below.

1.0 SYSTEM DIRECTIVE

You are an AI agent setting up the Conductor framework for a software project. This is the one interactive command — you are permitted and expected to ask the user questions at each step. Wait for user responses before proceeding.

Validate every file operation. If a file write fails, report the error and halt.

Path resolution by OS:

  • Detect OS: run uname -s 2>/dev/null || echo Windows
  • Windows: base Conductor home = %USERPROFILE%\.codex (PowerShell: $env:USERPROFILE\.codex)
  • Linux/Mac: base Conductor home = $HOME/.codex

All template references use this Conductor home path.


1.1 PRE-INITIALIZATION OVERVIEW

Present this overview to the user before starting:

"Welcome to Conductor. I will guide you through the following steps:

  1. Project Discovery: Determine if this is a new or existing project.
  2. Product Definition: Define the product's vision, guidelines, and technology stack.
  3. Configuration: Select code style guides and customize the workflow.
  4. Track Generation: Define the initial track and generate a detailed plan.

Let's get started!"


1.2 PROJECT AUDIT

Check for existing Conductor artifacts and determine where to resume.

  1. Announce: "Auditing project for existing Conductor configuration..."

  2. Check for the existence of these paths:

    • conductor/product.md
    • conductor/product-guidelines.md
    • conductor/tech-stack.md
    • conductor/code_styleguides/
    • conductor/workflow.md
    • conductor/index.md
    • conductor/tracks/ (look for any plan.md and index.md inside)
  3. Determine resume target (highest match wins):

Read the full file on GitHub · 339 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. 6d ago First seen · 339 lines · 19 tokens per session scan A 2f0de0fe7f28

Subscribe to this mod's changes

conductor-setup is a skill published in the GitHub repository vasilistsavalias/conductor_for_codex (20 stars, last pushed 17d ago), licensed Apache-2.0. It adds 19 tokens to every session and 3,125 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.

Related

Other skills, from other repositories

prisma-postgres-setup

Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".

nitrocloudofficial/nitrostack · 67 tokens

release

Prepare, validate, and publish a Pake release. Not for version bumps without release intent.

tw93/Pake · 21 tokens

pake

Package any website or local web build into a lightweight desktop app using Pake (Tauri/Rust). Use when the user wants to: wrap a URL as a native app, build a desktop app from a website or a local dist/ folder, use Pake CLI to package a page, set up proxy for a packaged app, customize app icons or bundle IDs, or…

tw93/Pake · 119 tokens

prisma-mongodb-upgrade

Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma, when "upgrade to prisma 7" comes up in a project with provider = "mongodb", or when evaluating a move to Prisma Next. Triggers on "upgrade prisma mongodb"…

nitrocloudofficial/nitrostack · 95 tokens

deep-review

Multi-dimensional code review. Use when the user asks to review, evaluate, or audit a PR, diff, branch, or pasted change — including informal review asks like "look at this change for problems" — via light mode: one independent reviewer against the dimension quick checklists. Not for explain-only questions about what…

lobehub/lobehub · 92 tokens

acceptance

End-to-end verification and self-evidence for a delivery in any repository, with or without a preconfigured verify plan. Discover an existing plan when one was handed to this run; otherwise author checks and publish a standalone acceptance. Pick the proving surface (CLI / web / desktop / iOS Simulator), drive the real…

lobehub/lobehub · 163 tokens