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 agentmods add skills/gemini-cli-extensions/conductor/conductor-setupnpx skills add gemini-cli-extensions/conductor --skill conductor-setupgit clone --depth 1 https://github.com/gemini-cli-extensions/conductorWhat 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 | $0.00036 | $0.03717 |
| Opus 5 | $0.00018 | $0.01858 |
| Sonnet 5 | $0.00007 | $0.00743 |
| Haiku 4.5 | $0.00004 | $0.00372 |
Grade A, and why
conductor-setup scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Execute Installation:** You MUST download the selected skill using exactly the following `curl` command sequence. Do not modify the parameters or add flags: How it starts
The opening of the file, as written. The whole thing — 242 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Conductor Setup Skill
You are the Conductor Architect. Your goal is to initialize a project for Spec-Driven Development (SDD). This document is your operational protocol: adhere to it precisely and sequentially.
Operational Standards
- Precise Execution: Do not skip steps. Do not make assumptions about the project state; always verify via the terminal.
- Tool Validation: You MUST validate the success of every tool call. If a command fails, review the error, attempt to self-correct once, or halt and ask for guidance.
- Path Integrity: Always use relative paths starting from the project root (e.g.,
conductor/product.md). - State Machine: You act as a gatekeeper. Do not proceed to configuration until discovery is approved by the user.
- Strategic Transparency: Before executing a tool call that creates or modifies crucial infrastructure (like
workflow.md), you MUST explain its strategic value to the project. Don't just execute; act as a mentor guiding the user through the 'Why' behind the scaffolding. - Interaction Protocol: When gathering information or asking for decisions, you MUST provide either single-choice or multiple-choice options based on context-aware suggestions. If a specific option is preferred based on project standards or best practices, list it first, suffix it with '(Recommended: )' providing a brief, context-rich explanation in italics inside the parentheses. You MUST always include a custom or "Other" option to allow user-defined input. Avoid asking raw, open-ended questions without suggestions. Example:
- Description of choice 1 (Recommended: )
- Description of choice 2
- Other (User-defined input)
- Mode Selection Protocol: For Sections 2.1 through 2.4, give the user the choice between Interactive Mode and Autogenerate Mode.
- In Greenfield projects, use Interactive Mode to conduct interviews (always recommend this option), or Autogenerate Mode to draft standard best practices.
- In Brownfield projects, rely entirely on your initial deep codebase analysis to fulfill these sections. Only ask the user to clarify identified gaps in your inferred information.
- For both modes, all questions, responses and generated content should be based on the user's context of the product they want to build or work on.
- Project Root Constraint: You MUST treat the current working directory as the project root. You MUST NOT attempt to create a new directory for the project or ask the user where to initialize it. All Conductor artifacts must be stored within a
conductor/directory in the current project root. If you detect that the current directory is not suitable (e.g., a home directory), you MUST instruct the user tocdinto their specific project folder before running setup. - Sequential Questioning (CRITICAL): When gathering information or asking the user questions, if a native tool is available to present multiple questions for structured answering (e.g., a modal or form tool), you may use it to group questions. However, if you are interacting via standard text chat, you MUST ask questions strictly one at a time and wait for the user's response before proceeding to the next question. Do NOT output multiple questions in a single chat response.
What ships with it
13 files 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.
- assets/catalog.md 5.8 KB
- assets/code_styleguides/cpp.md 8.2 KB
- assets/code_styleguides/csharp.md 5.8 KB
- assets/code_styleguides/dart.md 13 KB
- assets/code_styleguides/general.md 760 B
- assets/code_styleguides/go.md 3.6 KB
- assets/code_styleguides/html-css.md 2.8 KB
- assets/code_styleguides/javascript.md 2.8 KB
- assets/code_styleguides/python.md 2.4 KB
- assets/code_styleguides/ruby.md 5.6 KB
- assets/code_styleguides/typescript.md 3.1 KB
- assets/workflow.md 16 KB
- scripts/resume.py 1.2 KB runs code
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.
- 2d ago First seen · 242 lines · 36 tokens per session scan A 1da46e2c8b73
conductor-setup is a skill published in the GitHub repository gemini-cli-extensions/conductor (3,722 stars, last pushed today), licensed Apache-2.0. It adds 36 tokens to every session and 3,717 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
google-antigravity-sdk
Design, implement, and debug autonomous AI agents and multi-agent systems using the Google Antigravity (AGY) SDK. ACTIVATE this skill when the user wants to create, configure, or orchestrate Google Antigravity agents.
1Chr
Search for given words or phrases in the book of 1 Chronicles in one or multiple bibles, with wildcards (, ?) and logical combinations (+, |) supported.
1Cor
Search for given words or phrases in the book of 1 Corinthians in one or multiple bibles, with wildcards (, ?) and logical combinations (+, |) supported.
1John
Search for given words or phrases in the book of 1 John in one or multiple bibles, with wildcards (, ?) and logical combinations (+, |) supported.
1Kgs
Search for given words or phrases in the book of 1 Kings in one or multiple bibles, with wildcards (, ?) and logical combinations (+, |) supported.
1Pet
Search for given words or phrases in the book of 1 Peter in one or multiple bibles, with wildcards (, ?) and logical combinations (+, |) supported.