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 skills add NicoGenti/opencode-orchestrator-kit --skill build-debuggit clone --depth 1 https://github.com/NicoGenti/opencode-orchestrator-kitWrote 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/nicogenti/opencode-orchestrator-kit/build-debug)<a href="https://agentmods.dev/skills/nicogenti/opencode-orchestrator-kit/build-debug"><img src="https://agentmods.dev/badge/skills/nicogenti/opencode-orchestrator-kit/build-debug/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/nicogenti/opencode-orchestrator-kit/build-debug"><img src="https://agentmods.dev/badge/skills/nicogenti/opencode-orchestrator-kit/build-debug.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.00070 | $0.01566 |
| Opus 5 | $0.00035 | $0.00783 |
| Sonnet 5 | $0.00014 | $0.00313 |
| Haiku 4.5 | $0.00007 | $0.00157 |
Grade C, and why
build-debug scanned grade C with 1 finding 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- `rm -rf node_modules/.cache` — drops the bundler's transform cache; slow to rebuild. How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Build-Tool Debugging
A bounded playbook for diagnosing build-tool failures that reproduce locally and are unrelated to CI/CD or
npm toolchain failures. This skill is opt-in for build-helper and SHOULD be loaded only after the
orchestrator has classified the failure as a pure build-tool error (see agents/orchestrator.md "Routing
Disambiguation: deploy-helper vs build-helper vs npm-helper vs pc-doctor").
Scope
In scope:
- TypeScript compile errors (
tsc,vue-tsc,tsgo) that are not application logic bugs. - Bundler errors: Vite, webpack, Rollup, esbuild, Parcel, Rspack.
- Sass / PostCSS / CSS-module pipeline errors.
- Source-map, asset, or
public/resolution failures inside the build. - Path-alias and
tsconfig.json/jsconfig.jsonresolution drift.
Out of scope — delegate to another helper:
- npm install / peer-dep / lockfile failures →
npm-helper(skills/npm-debug). - CI/CD pipeline or deploy-platform failures →
deploy-helper(skills/github-actions-cicd). - Windows-local environment issues →
pc-doctor.
Triage Order (Read Before Acting)
- Capture the exact failing command and its full stderr. Quote the first error line and the file:line it points at verbatim — most bundlers print the actionable line first, then a noise stack.
- Confirm the project shape:
package.jsonscripts, presence oftsconfig.json/jsconfig.json, bundler config file (e.g.vite.config.ts,webpack.config.js). Wrong-config-file-for-this-script is a common false lead when the repo has multiple build modes. - Check Node + bundler versions (
node -v,npm ls <bundler>). A version jump that changed defaults (Vite 4 → 5, webpack 4 → 5, TypeScript 4 → 5) is a frequent root cause. - Reproduce minimally: drop the watch flag and any dev-only plugins.
vite buildis more diagnostic thanvite dev;tsc --noEmitis more diagnostic than a bundler that wraps it. - Check for stale caches: the build tool's own cache, plus
node_modules/.cache, plus any.tsbuildinfofile. Only after the simple repro fails identically do you escalate to cache invalidation (see "Destructive Steps" below).
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 First seen · 118 lines · 70 tokens per session scan C 03b8c034a327
build-debug is a skill published in the GitHub repository NicoGenti/opencode-orchestrator-kit (5 stars, last pushed 4d ago), licensed MIT. It adds 70 tokens to every session and 1,566 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
ag-corrigir-tipos
Corrige erros TypeScript com auto-routing. Scan (diagnosticar), Fix (batch incremental), Sweep (varredura com ratchet), Audit-any (auditoria proativa de any/inferencias fracas). Substitui workflow manual de typecheck.
ssh
An assistant for SSH, the standard method for securely connecting to and running commands on another computer. It uses named entries from the standard SSH configuration file and supports key-based login, file transfers, jump hosts, and tunnels.
mk:typescript
Use when writing TypeScript code, fixing type errors, or configuring strict type safety. Auto-activates on .ts/.tsx files. Covers null handling, utility types, and ESLint.
azure-ai-contentsafety-ts
Analyze text and images for harmful content with customizable blocklists.
azure-identity-ts
Authenticate to Azure services with various credential types.
biome-linting
Analyze, fix, and validate Biome linting workflows. Use when JavaScript or TypeScript projects need Biome commands, diagnostics, safe fixes, or CI lint gates.