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 MichelKerkmeester/skilled-agent-harness_spec-driven-loops --skill deep-improvementgit clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loopsWrote 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/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-improvement)<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-improvement"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-improvement/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/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-improvement"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-improvement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
SkillSpector: 1 finding, up to low
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- low Excessive Agency · line 290 Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
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.00026 | $0.06071 |
| Opus 5 | $0.00013 | $0.03036 |
| Sonnet 5 | $0.00005 | $0.01214 |
| Haiku 4.5 | $0.00003 | $0.00607 |
Grade A, and why
deep-improvement 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 yesterday.
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 — 329 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Recursive Agent: Evaluator-First Improvement Orchestrator
Evaluator-first workflow for testing whether a bounded agent surface can be improved without immediately mutating the source of truth. It combines packet-local candidates, deterministic scoring, repeatable benchmarks, and explicit promotion or rollback gates.
1. WHEN TO USE
Three Co-Equal Lanes
This skill supports three co-equal use-case lanes that share the same candidate, dispatcher, and scorer seams:
| Lane | Pick when | Command |
|---|---|---|
| Lane A: Agent-Improvement | You want to improve a bounded agent .md file |
/deep:agent-improvement |
| Lane B: Model-Benchmark | You want to benchmark a model or prompt framework | /deep:model-benchmark |
| Lane C: Skill-Benchmark | You want to diagnose a skill's real-world routing, discovery, efficiency, and usefulness | /deep:skill-benchmark |
Lane A is detailed in §3 (Runtime Initialization, Proposal and Evaluation, Promotion and Recovery). Lane B is detailed in §4. Lane C (skill-benchmark) is documented in references/skill-benchmark/ (operator guide, scoring contract, scenario authoring) and run via loop-host.cjs --mode=skill-benchmark. All lanes run the same loop shape and keep the agent-improvement path byte-identical when no mode flag is set.
Activation Triggers
Use this skill when:
- You want to test whether an agent prompt or instruction surface can be improved (Lane A)
- You want to benchmark a model or prompt framework against repeatable fixtures (Lane B)
- You want to diagnose whether a skill is well-routed, discoverable, efficient, and useful in practice (Lane C)
- The mutation boundary is explicit and narrow
- You need packet-local evidence instead of ad hoc prompt tweaking
- You need target-specific benchmark or scoring rules before any canonical mutation
- Promotion must stay gated behind independent evidence plus operator approval
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/agent-improvement/improvement-charter.md 4.4 KB
- assets/agent-improvement/improvement-config-reference.md 5.2 KB
- assets/agent-improvement/improvement-config.json 3.5 KB
- assets/agent-improvement/improvement-strategy.md 3.6 KB
- assets/agent-improvement/README.md 5.1 KB
- assets/agent-improvement/target-manifest.jsonc 2.2 KB
- assets/agent-improvement/target-profiles/.gitkeep 278 B
- assets/agent-improvement/target-profiles/README.md 2.2 KB
- assets/model-benchmark/benchmark-fixtures/fixture-baseline.json 570 B
- assets/model-benchmark/benchmark-fixtures/fixture-edge.json 578 B
- assets/model-benchmark/benchmark-fixtures/fixture-improved.json 603 B
- assets/model-benchmark/benchmark-fixtures/hard-eval-expr.json 3.8 KB
- assets/model-benchmark/benchmark-fixtures/hard-merge-intervals.json 3.9 KB
- assets/model-benchmark/benchmark-fixtures/hard-parse-csv-line.json 4.0 KB
- assets/model-benchmark/benchmark-fixtures/hard-roman-to-int.json 3.5 KB
- assets/model-benchmark/benchmark-fixtures/harder-int-to-words.json 5.4 KB
- assets/model-benchmark/benchmark-fixtures/harder-normalize-path.json 5.2 KB
- assets/model-benchmark/benchmark-fixtures/harder-semver-compare.json 6.2 KB
- assets/model-benchmark/benchmark-fixtures/README.md 6.3 KB
- assets/model-benchmark/benchmark-fixtures/reviewer-ac-coverage.json 1.7 KB
- assets/model-benchmark/benchmark-fixtures/reviewer-over-read.json 1.8 KB
- assets/model-benchmark/benchmark-fixtures/reviewer-schema.md 3.6 KB
- assets/model-benchmark/benchmark-fixtures/reviewer-softened-fail.json 1.7 KB
- assets/model-benchmark/benchmark-fixtures/reviewer-stale-verdict.json 2.0 KB
- assets/model-benchmark/benchmark-fixtures/t1-smoke-echo.json 1.7 KB
- assets/model-benchmark/benchmark-fixtures/t3-bugfix-in-context.json 2.2 KB
- assets/model-benchmark/benchmark-fixtures/t3-strict-acceptance.json 3.0 KB
- assets/model-benchmark/benchmark-fixtures/t4-adversarial-tokenizer.json 4.6 KB
- assets/model-benchmark/benchmark-fixtures/validate-date.json 5.5 KB
- assets/model-benchmark/benchmark-fixtures/validate-ipv4.json 5.4 KB
- assets/model-benchmark/benchmark-fixtures/validate-semver.json 6.2 KB
- assets/model-benchmark/benchmark-profiles/capability-m3-vs-mimo-v2.json 1.2 KB
- assets/model-benchmark/benchmark-profiles/capability-m3-vs-mimo-v3.json 1.2 KB
- assets/model-benchmark/benchmark-profiles/capability-m3-vs-mimo.json 1.2 KB
- assets/model-benchmark/benchmark-profiles/default.json 1.1 KB
- assets/model-benchmark/benchmark-profiles/framework-bakeoff.json 1.3 KB
- assets/model-benchmark/benchmark-profiles/glm-5.2-frameworks.json 1.9 KB
- assets/model-benchmark/benchmark-profiles/kimi-k2.7-discriminating.json 1.9 KB
- assets/model-benchmark/benchmark-profiles/kimi-k2.7-frameworks.json 1.3 KB
- assets/model-benchmark/benchmark-profiles/model-vs-model.json 1.5 KB
- assets/model-benchmark/benchmark-profiles/README.md 5.4 KB
- assets/model-benchmark/benchmark-profiles/reviewer-regression.json 1.2 KB
- assets/model-benchmark/README.md 7.7 KB
- assets/skill-benchmark/default-profile.json 741 B
- assets/skill-benchmark/fixtures/deep-improvement/agent-improve-001.private.json 711 B
- assets/skill-benchmark/fixtures/deep-improvement/agent-improve-001.public.json 663 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-agentimprove-001.private.json 722 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-agentimprove-001.public.json 473 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-aicouncil-001.private.json 752 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-aicouncil-001.public.json 453 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-context-001.private.json 760 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-context-001.public.json 500 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-research-001.private.json 737 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-research-001.public.json 469 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-review-001.private.json 728 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/dlw-review-001.public.json 432 B
- assets/skill-benchmark/fixtures/deep-loop-workflows/routing-precision.md 2.2 KB
- assets/skill-benchmark/fixtures/README.md 3.8 KB
- assets/skill-benchmark/fixtures/sk-design-dispatch/sk-design-dispatch-boundary-missing-001.private.json 966 B
- assets/skill-benchmark/fixtures/sk-design-dispatch/sk-design-dispatch-boundary-missing-001.public.json 2.1 KB
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.
- yesterday Changed ba913c673574
- 8d ago First seen · 329 lines · 26 tokens per session scan A 24705d8452d2
deep-improvement is a skill published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (35 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 6,071 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-09-03.
Other skills, from other repositories
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
tika-eval-compare
Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".
neuron-evaluation-engineer
Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…
jetson-validate-image
Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
skill-benchmark
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.