poly-orchestrator

poly-orchestrator is a skill for Claude Code, Codex from Goldziher/poly. It costs 43 tokens per session (768 once invoked), scanned A, original, MIT.

A guide for using poly as the single linting and formatting gate for a repository. It covers one configuration file, Git hooks, importing existing settings, nested configuration in a monorepo, and CI setup.

In plain words
What is it for?
Use it to adopt poly, migrate supported existing configurations, install Git hooks, manage nested project settings, and add poly checks to continuous integration.
Why use it?
It reduces the need to configure and call separate tools for each language. A monorepo is one repository containing multiple projects, where nested configuration may be needed.

Skill for Claude CodeCodex

Part of the poly plugin — 5 skills, 2 commands, 2 agents 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/goldziher/poly/poly-orchestrator
Any agent
npx skills add Goldziher/poly --skill poly-orchestrator
Clone the repo
git clone --depth 1 https://github.com/Goldziher/poly

Made for: Claude Code, Codex.

Or install poly, the plugin that ships this one along with the rest of its 5 skills, 2 commands, 2 agents.

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 poly-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/goldziher/poly/poly-orchestrator.svg)](https://agentmods.dev/skills/goldziher/poly/poly-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/goldziher/poly/poly-orchestrator"><img src="https://agentmods.dev/badge/skills/goldziher/poly/poly-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 768 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.00043 $0.00768
Opus 5 $0.00022 $0.00384
Sonnet 5 $0.00009 $0.00154
Haiku 4.5 $0.00004 $0.00077

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

Security

Grade A, and why

poly-orchestrator 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 4d 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.

.ai-rulez/skills/poly-orchestrator/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

poly as the Orchestrator

Treat poly as the single lint and format gate for the repository. Do not invoke ruff, oxlint, taplo, rumdl, or the rest directly — poly compiles them in as backends, and covers everything else via the tree-sitter generic tier, the quality metric tier, and its built-in ast-grep rule pack, behind one binary, one config, and one report.

Adopt it

  • One poly.toml. Configure every language and rule in a single per-repo file (poly.local.toml for local overrides, extends to share a base). Layering is tool default → poly's opinionated overrides → your poly.toml. In a monorepo a nested poly.toml deep-merges on top of its ancestors for the files beneath it.
  • poly migrate — absorb existing tool configs into poly.toml instead of hand-writing it. It imports ruff, typos, taplo, and markdownlint configs; there is no eslint, prettier, or pre-commit importer. The default is a dry-run report — pass --write to apply, --recurse for a monorepo, --verify to re-run poly afterwards, and --strip-superseded to also remove pyproject.toml sections for tools ruff replaces.
  • poly hooks install — wire the git-hook shims so poly runs the configured stages on every commit, replacing a .pre-commit-config.yaml. It installs the hook types your poly.toml configures; --hook-type picks specific ones and --overwrite discards a preserved legacy hook. poly hooks uninstall restores what was there before.
  • poly config show prints the effective merged config; poly config update pins a symbolic remote extends ref into poly-config.lock.
  • poly doctor reports which poly is running, every poly on PATH, and the config in effect — the first thing to run when two machines disagree.

CI

Goldziher/poly@v0 is a setup action: it installs the poly binary (with optional caching) and puts it on PATH. It does not run poly for you — invoke the commands yourself in following steps.

Read the full file on GitHub · 52 lines

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. 4d ago First seen · 52 lines · 43 tokens per session scan A 2372831c4a6c

Subscribe to this mod's changes

poly-orchestrator is a skill published in the GitHub repository Goldziher/poly (10 stars, last pushed 5d ago), licensed MIT. It adds 43 tokens to every session and 768 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-31.