go

go is a skill for Claude Code, Codex from Kanevry/session-orchestrator. It costs 9 tokens per session (347 once invoked), scanned A, a copy of close, MIT.

A project workflow that approves a session plan and starts work in waves. The exact steps are defined in the project's command instructions.

In plain words
What is it for?
Use it to begin the project's planned wave of tasks after reading and following the authoritative workflow.
Why use it?
It gives the project a controlled way to move from an approved plan into execution, rather than starting work without following its required checks.

Skill for Claude CodeCodex

Written for Claude Code and Codex: $ARGUMENTS substitution, but also agents/openai.yaml present. Also seen: mentions Codex.

Part of the session-orchestrator plugin — 50 skills, 25 commands, 17 agents, 11 hooks, 1 MCP server shipped together

Good fit Use it to begin the project's planned wave of tasks after reading and following the authoritative workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kanevry/session-orchestrator/go
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 Kanevry/session-orchestrator --skill go
Clone the repo
git clone --depth 1 https://github.com/Kanevry/session-orchestrator

Made for: Claude Code, Codex.

Or install session-orchestrator, the plugin that ships this one along with the rest of its 50 skills, 25 commands, 17 agents, 11 hooks, 1 MCP server.

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/kanevry/session-orchestrator/go/github.svg)](https://agentmods.dev/skills/kanevry/session-orchestrator/go)
Your own site
<a href="https://agentmods.dev/skills/kanevry/session-orchestrator/go"><img src="https://agentmods.dev/badge/skills/kanevry/session-orchestrator/go/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 go

Your own site · 80×15
<a href="https://agentmods.dev/skills/kanevry/session-orchestrator/go"><img src="https://agentmods.dev/badge/skills/kanevry/session-orchestrator/go.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 347 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.
Origin 97% copy Near-identical to another mod 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.00009 $0.00347
Opus 5 $0.00005 $0.00173
Sonnet 5 $0.00002 $0.00069
Haiku 4.5 $0.00001 $0.00035

Measured today against content hash e82ca3313c12, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 today.

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.

Origin

This is a copy

97% identical to close — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.codex-plugin/skills/go/SKILL.md · 23 lines

What it actually says

go

Read commands/go.md in full before taking any action, then follow its complete workflow. The linked document is authoritative, including its prechecks, argument rules, and stop conditions.

Resolve this link relative to this SKILL.md, not the project working directory. The plugin root is three directories above this file. Resolve package paths such as skills/ and scripts/ from that root; resolve relative links inside the canonical document from its own directory. Keep the user’s project as the target of project operations.

$ARGUMENTS means the trailing user input after the selected command skill, or an empty string when absent. Preserve flags, quoted text, and Unicode as data. Do not perform global substitution in the command document, shell expansion on the argument string, or execution of that string as shell code. When the workflow needs a command, pass its arguments through structured tool parameters or safely quoted individual arguments.

Read the full command before invoking an internal skill. An instruction to invoke a skill (including session-orchestrator:<name> or the Skill tool) means read and follow the canonical skills/<name>/SKILL.md beneath the plugin root. Do not redispatch the public command adapter: a same-named command and internal skill are distinct documents, and redispatch would recurse.

Regenerate with node scripts/generate-codex-skills.mjs.

Files

What ships with it

1 file 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.

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. today First seen · 23 lines · 9 tokens per session scan A e82ca3313c12

Subscribe to this mod's changes

go is a skill published in the GitHub repository Kanevry/session-orchestrator (50 stars, last pushed yesterday), licensed MIT. It adds 9 tokens to every session and 347 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to close, differing in 9 lines, and is treated as a copy.