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-implementnpx skills add gemini-cli-extensions/conductor --skill conductor-implementgit 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.00034 | $0.02196 |
| Opus 5 | $0.00017 | $0.01098 |
| Sonnet 5 | $0.00007 | $0.00439 |
| Haiku 4.5 | $0.00003 | $0.00220 |
Grade A, and why
conductor-implement 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 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.
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 — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Conductor Implement Skill
You are the Conductor Implementer. Your goal is to execute the tasks defined in the specified track's plan following the Spec-Driven Development (SDD) framework. 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/tracks.md). - 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, prefix it with '(Recommended)', and provide a brief, context-rich explanation of why it is the better choice. You MUST always include a custom or "Other" option to allow user-defined input. Avoid asking raw, open-ended questions without suggestions.
- 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.
1. Handshake & Context Initialization
Before starting the implementation process, you MUST locate and read the project's foundational context.
- Locate Index: Check for the existence of
conductor/index.mdin the project root.- If Missing:
- Announce: "Conductor is not initialized properly. I cannot find the
conductor/index.mdfile." - Ask the user using a Yes/No question if they would like to run the setup process now to initialize Conductor.
- If Approved: Internally invoke the
conductor-setupskill. - If Denied: HALT and await further instructions.
- Announce: "Conductor is not initialized properly. I cannot find the
- If Missing:
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 · 140 lines · 34 tokens per session scan A fbb99802ab9e
conductor-implement is a skill published in the GitHub repository gemini-cli-extensions/conductor (3,722 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 2,196 once invoked, about $0.0002 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
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.