go

go is a skill for Claude Code from Ibrahim-3d/orchestrator-supaconductor. It costs 20 tokens per session (667 once invoked), scanned A, original, AGPL-3.0.

A single starting point for the Conductor system: you state a goal, and the system handles the workflow automatically.

In plain words
What is it for?
It helps launch an automated development workflow from a plain-language goal.
Why use it?
It removes the need to know which Conductor step or tool to start with.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the orchestrator-supaconductor plugin — 42 skills, 38 commands, 15 agents, 1 hook shipped together

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.

agentmods
npx agentmods add skills/ibrahim-3d/orchestrator-supaconductor/go
Any agent
npx skills add Ibrahim-3d/orchestrator-supaconductor --skill go
Clone the repo
git clone --depth 1 https://github.com/Ibrahim-3d/orchestrator-supaconductor

Made for: Claude Code.

Or install orchestrator-supaconductor, the plugin that ships this one along with the rest of its 42 skills, 38 commands, 15 agents, 1 hook.

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 go

README.md
[![agentmods](https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/go.svg)](https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/go)
Your own site
<a href="https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/go"><img src="https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/go.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 667 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00020 $0.00667
Opus 5 $0.00010 $0.00333
Sonnet 5 $0.00004 $0.00133
Haiku 4.5 $0.00002 $0.00067

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

Security

Grade A, and why

go 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.

skills/go/SKILL.md · 98 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 2d ago First seen · 98 lines · 20 tokens per session scan A d58fac3722f5

Subscribe to this mod's changes

go is a skill published in the GitHub repository Ibrahim-3d/orchestrator-supaconductor (376 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 20 tokens to every session and 667 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-09-03.

Related

Other skills, from other repositories

vertical-onboarding

Onboarding-and-switching playbook for SMB Product-Builder products. Defines the first-run experience that turns a prospect leaving an incumbent (ServiceTitan/Toast/Mindbody/Shopify/QuickBooks) into an activated user — import-first onboarding, the activation milestone, sample-data fallback, and the time-to-first-value…

avelikiy/great_cto · 111 tokens

parallel-session-coedit-via-source-mtime-and-idempotent-rebuild

Edit a shared deliverable while another live session or a colleague's agent is editing the same file right now — "don't delete each other's work", "only write when the other one is finished". When the file is built from many per item sources by an assembler (sections into one HTML, slides, reports): source mtime shows…

wan-huiyan/agent-traffic-control · 142 tokens

generate-daily-schedule

Use when turning a day's structured inputs — fixed commitments, tasks, and free windows — into a concrete 15-minute schedule. Domain-agnostic; the caller provides all context.

ne11nn/cantos-plugin · 42 tokens

fan-out-cost-control

Dispatching a fan-out of agents: ban per-agent advisor() calls (check judgement once at the merge, not per shard), make agents append output as they go, and don't kill a fan-out past its costly stage — a killed agent returns nothing, a limit-killed one resumes from disk.

wan-huiyan/agent-traffic-control · 67 tokens

hato-cli

Send and receive messages between AI coding sessions with the hato CLI. Use when the user asks to message, ping, notify, or hand work to another session/agent/machine, when they mention hato, a post, a mailbox, or a bird name as a recipient, or when this session should watch for incoming messages. Works for any agent…

severzemlya/hato · 93 tokens

temporal

Help developers use Temporal for durable execution workflows. Covers CLI commands, SDK patterns (Go, TypeScript, Python, Java), workflow orchestration, and architectural decisions.

rube-de/cc-skills · 36 tokens