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 commands/vsladkov/claudex-stereo/quickgit clone --depth 1 https://github.com/vsladkov/claudex-stereoWhat 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.00019 | $0.11548 |
| Opus 5 | $0.00010 | $0.05774 |
| Sonnet 5 | $0.00004 | $0.02310 |
| Haiku 4.5 | $0.00002 | $0.01155 |
Grade A, and why
quick 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 — 839 lines — stays where its author put it; the contents beside it link to each section on GitHub.
First Read ${CLAUDE_PLUGIN_ROOT}/skills/model-routing/SKILL.md and apply its routing, foreground
agent, validation, persistence, quoting, and background-job rules. The rules below are
step-specific.
Run both Stereo phases for one small task. Preserve the canonical /stereo:plan and
/stereo:implement semantics with fixed quick safeguards and no approval gate between an approved
plan and implementation.
Raw slash-command arguments:
$ARGUMENTS
Arguments and role defaults
After reading the routing skill, parse all arguments before repository work:
--planner <model>resolves as explicit flag > workspaceplannerdefault >claude:fable; the scope gate still runs inline in this session before any routed draft.--planner-effort <none|minimal|low|medium|high|xhigh|max>overrides effort for a Codex-routed planner.--plan-reviewer <model>resolves as explicit flag > workspaceplanReviewerdefault >codex:sol.--plan-reviewer-effort <none|minimal|low|medium|high|xhigh|max>overrides effort for a Codex-routed plan reviewer.--implementer <model>resolves as explicit flag > workspaceimplementerdefault >claude:opus. The latest Codex plan-review payload's model and effort never resolve the implementer; per the implementation routing below, a Codex-routed selection resumesplanReviewThreadIdonly when it is the plan reviewer's resolved model.--implementer-effort <none|minimal|low|medium|high|xhigh|max>overrides effort for a Codex-routed implementer.--implementation-reviewer <model>resolves as explicit flag > workspaceimplementationReviewerdefault >codex:sol; the cross-ecosystem reviewer is independent of this orchestrating session and of the Claude-routed default implementer.--implementation-reviewer-effort <none|minimal|low|medium|high|xhigh|max>overrides effort for a Codex-routed implementation reviewer.--effort <none|minimal|low|medium|high|xhigh|max>is the command-wide default for Codex-routed roles that have no role effort flag. When no active role is Codex-routed, a command-wide--effortis inert: accept it, report it as inert, and never translate it into a Claude-side control.--slot <name>selects the durable plan slot this run stores into and defaults todefault. Slot names are trimmed, lowercased, may contain only letters, digits, hyphens, and underscores, and must start with a letter or digit. Relay the CLI's validation error verbatim.--max-plan-rounds <n>defaults to 2 and must be an integer from 1 to 6.--max-fix-rounds <n>defaults to 2 and must be a positive integer. Direct gate-fix turns and review-driven fix turns both count toward it; the implementer's own inner-loop iterations never do.--isolatedruns implementation, implementation review, and fixes in a throwaway detached git worktree outside the repository and hands the delta back as a user-confirmed patch. It never commits and never writes in the main working tree. The plan draft and every plan-review round always run against the main tree.- Remaining text is the task. Ask for it if empty.
Reject missing values, duplicate role or role-effort flags, invalid effort or round values,
unknown flags, unknown claude:* values, and claude:session as implementer. Accept
claude:inherit alongside claude:session and the four explicit Claude aliases. Accept a Codex
selection with or without the codex: prefix and reject codex:claude:*. Reject a role effort
flag when its selected role is Claude-routed. Resolve every Codex role through role effort >
command-wide effort > workspace role effort > the routing skill's pair default. Plan-review
payload effort belongs to the payload model and is never borrowed by the resolved implementer.
A delta is never gated by the model that produced it: when the resolved implementer and
implementation reviewer are the same model and the reviewer came from the built-in default rather
than a flag or workspace default, substitute the other ecosystem's review default (codex:sol
for a Claude-routed implementer, claude:fable for a Codex-routed one) and report the
substitution; a same-model reviewer selected by flag or workspace default is honored but called
out as self-review.
The removed --model flag is unknown; report the role-named alternatives. The renamed
--impl-reviewer and --impl-reviewer-effort flags are unknown; report
--implementation-reviewer and --implementation-reviewer-effort as their replacements. Reject
--max-plan-rounds above 6 and point at /stereo:plan for a longer plan-review loop; Quick's
absolute safeguard at 6 is fixed.
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 · 839 lines · 19 tokens per session scan A 6539ed58b6fb
quick is a command published in the GitHub repository vsladkov/claudex-stereo (3 stars, last pushed 24d ago), licensed Apache-2.0. It adds 19 tokens to every session and 11,548 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-08-31.
Other commands, from other repositories
audit-agents-skills
Audit quality of agents, skills, and commands in a Claude Code project.
audit-repo-docs
Audit repository documentation against 85+ best practices from claude-code-ultimate-guide.
boldguy-linkedin-answer
Draft a LinkedIn comment on a post, referencing the guide's relevant section, in Flow style with AI markers removed.
release
Release guide version (CHANGELOG + VERSION + README + landing sync + commit + push).
security-audit
Comprehensive security audit of your project AND Claude Code configuration. Analyzes secrets exposure, injection surfaces, dependencies, hook security, and produces a scored security posture assessment.
update-infos-release
Update Claude Code releases tracking (guide + landing + version bump).