Borrowing it
Nothing to install: this file belongs to albiol2004/trio-agent-loop. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/albiol2004/trio-agent-loop/main/.claude/skills/trio-productionize/SKILL.mdgit clone --depth 1 https://github.com/albiol2004/trio-agent-loopWrote 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.
[](https://agentmods.dev/skills/albiol2004/trio-agent-loop/trio-productionize)<a href="https://agentmods.dev/skills/albiol2004/trio-agent-loop/trio-productionize"><img src="https://agentmods.dev/badge/skills/albiol2004/trio-agent-loop/trio-productionize/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.
<a href="https://agentmods.dev/skills/albiol2004/trio-agent-loop/trio-productionize"><img src="https://agentmods.dev/badge/skills/albiol2004/trio-agent-loop/trio-productionize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00254 |
| Opus 5 | $0.00010 | $0.00127 |
| Sonnet 5 | $0.00004 | $0.00051 |
| Haiku 4.5 | $0.00002 | $0.00025 |
Grade A, and why
trio-productionize 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 3d 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.
What it actually says
Claude Trio productionize
Read and follow $PZ_HOME/command.md; it is the canonical productionize procedure and owns the graph, driver, batching, recording, and close-out rules.
Dispatch table
executor: scoutprobe nodes: use theTasktool withagent: trio-scout, passing the batch briefing and known context.executor: assessor:standardjudgment nodes: use theTasktool withagent: trio-lead.executor: assessor:highjudgment nodes: use theTasktool withagent: trio-evaluator.executor: usernodes: ask throughAskUserQuestion, then record the user's decision verbatim as evidence.
Do not dispatch from raw plan.json; give agents their batch briefing and enforce the command's context caps. The orchestrator records each result with the driver's record-batch.
Delivery
Every agent MUST write its verdict array to pz-run/results/<batch-stem>.json before composing its final reply. Record from that file, accepting partial arrays and re-dispatching only gaps.
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.
- 3d ago Changed · -13 lines · -52 tokens per session c336a3b85298
- 8d ago First seen · 35 lines · 71 tokens per session scan A c339d51d2ed7
trio-productionize is a skill published in the GitHub repository albiol2004/trio-agent-loop (2 stars, last pushed 8d ago), licensed MIT. It adds 19 tokens to every session and 254 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 skills, from other repositories
taiyi-dev
A software-development stage that implements planned tasks using test-driven development, or TDD: write a failing test, make it pass, then improve the code. It checks the task plan, dependencies, file boundaries, and required completion evidence.
taiyi-test
A project workflow skill for verifying an implementation and producing a TEST.md record. TDD means writing a failing test, implementing the change, and then making the test pass; this skill checks that process and other regression cases.
kdd-accessibility-scan
Guia a cualquier agente (no depende de ningun modelo puntual) para producir un scan de accesibilidad (WCAG) de un producto en el formato de contrato de Capa 3 de KDD -- findings.json -- que despues gatea scripts/validateaccessibilityfindings.py. Usala cuando se pida auditar accesibilidad de una app/pagina, correr…
kdd-test-coverage-scan
Guia a cualquier agente (no depende de ningun modelo puntual) para producir un scan de gaps de cobertura de tests (rutas criticas sin cubrir, casos de error sin test, regresiones sin atrapar) en el formato de contrato de Capa 3 de KDD -- findings.json -- que despues gatea scripts/validatetestcoveragefindings.py. Usala…
pm-native-ccdd
Variante NATIVA del PM/orquestador CCDD que usa sub-agentes de la app de Claude (tool Agent con model override) en vez de GLM/Ollama externo. Claude autora contrato + tests congelados (oráculo), delega la IMPLEMENTACIÓN a un sub-agente barato (Haiku 4.5), y verifica por el gate CCDD determinista. Úsala cuando quieras…
delegar-pool-ccdd
Delega la IMPLEMENTACIÓN de UNA función/tarea puntual a un dev efímero vía pool exec (poolside.ai), verificada por el CCDD gate. Úsala cuando el usuario pida implementar/arreglar/extender algo puntual y quiera que lo haga pool — "delega a pool" / "usa el ccdd gate con pool". Para proyectos con VARIAS tareas y devs en…