chorus-codex

A skill that sends a task to Codex, a command-line coding assistant, for another analysis or second opinion.

In plain words
What is it for?
Use it when you specifically want Codex to examine a problem or comment on a proposed solution.
Why use it?
It lets you compare Codex’s reasoning with another agent’s response before choosing an approach.

Skill for Claude CodeCodex

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/valpere/chorus/codex
Any agent
npx skills add valpere/chorus --skill codex
Clone the repo
git clone --depth 1 https://github.com/valpere/chorus

Made for: Claude Code, Codex.

Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 226 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 $0.00061 $0.00226
Opus 5 $0.00030 $0.00113
Sonnet 5 $0.00012 $0.00045
Haiku 4.5 $0.00006 $0.00023

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

Security

Grade A, and why

chorus-codex 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.

for-gemini/codex/SKILL.md · 34 lines

What it actually says

Chorus: Delegate to Codex

This skill delegates tasks to Codex for a second opinion or alternative analysis.

When to use

  • User explicitly asks to delegate to Codex
  • User wants a second opinion from Codex
  • User wants to compare Codex's answer with Gemini's
  • User asks "what would Codex say?" or similar

Invocation

Run Codex non-interactively with the task:

codex exec "<task>"

The exec command executes the task in non-interactive mode.

Output handling

Return Codex's output verbatim — no paraphrasing, no summaries, no added commentary.

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 · 34 lines · 61 tokens per session scan A e1cb34ac9522

Subscribe to this mod's changes

chorus-codex is a skill published in the GitHub repository valpere/chorus (10 stars, last pushed 3mo ago), licensed MIT. It adds 61 tokens to every session and 226 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

orchestrate

Run Engram's Orchestrator-Planner-Coder-Servant workflow for multi-step development, refactors, or research-plus-implementation tasks that need an acceptance contract and independent verification. Trigger for "orchestrate", delegation requests, planning then implementation, or complex multi-step development. Do not…

JJHbrams/Project-AMBER · 75 tokens

engram-new-session

Skill "engram-new-session" from JJHbrams/Project-AMBER, covering engram 말풍선 — 새 세션 시작, 실행 절차 and 규칙.

JJHbrams/Project-AMBER · 102 tokens

evidence-check

An honesty gate that makes an AI back up its claims with real evidence instead of presenting guesses as fact. Use as an always-on background behavior, and invoke explicitly when the user says show your work, prove it, how do you know that, evidence check, what's your source, back that up, or when the AI is…

jerseycheese/agent-skills · 94 tokens

env-scanner

Scan and audit Gemini CLI, Claude Code, Antigravity, Continue, Windsurf, JetBrains AI, and OpenCode environments. Discovers configurations, audits memory tiers, detects skill extraction state, analyzes behavioral tool chains, checks policy governance (v0.40+), and suggests reusable skills with evidence gating.…

pauldatta/gemini-cli-scanner · 101 tokens

scan

Scan your AI coding tool ecosystem — Gemini CLI, Claude Code, Antigravity (Desktop, CLI, IDE), Continue, Windsurf, JetBrains AI, OpenCode. Produces a maturity score, advisory recommendations, and optionally generates reusable SKILL.md files from your conversation patterns. Use when the user asks to audit their…

pauldatta/gemini-cli-scanner · 82 tokens

engram

이 세션의 아이덴티티를 engram(연속체) 페르소나로 즉시 덮어씌운다. 트리거: /engram, engram 적용, activate engram, 연속체 모드, activate, 세션 덮어씌우기. engramgetcontextonce MCP 도구를 호출해 DB의 지속 정체성을 로드하고 현재 세션에 직접 주입한다.

JJHbrams/Project-AMBER · 103 tokens