skillfed

+8.9 percentage points, p=0.71: Skills stall out when the tool layer already talks back

Notes on When Skills Don't Help: A Negative Result on Procedural Knowledge for Tool-Grounded Agents in Offensive Cybersecurity (arXiv:2605.20023) — Samuel Jacob Chacko, James Hugglestone, Chashi Mahiul Islam, Xiuwen Liu · May 2026

Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made

AI-assisted notes · reviewed by SkillFed Agentic benchmarks

This is a reanalysis, not a new experiment. It reuses a previously published 180-run study of an autonomous Capture-the-Flag agent — one grounded in the Model Context Protocol, so every tool call returns a schema-validated, low-latency observation — and reinterprets its four documentation conditions as a Skills ablation: a 591-token No-Skills baseline, a 12,865-token Experiential tier, a 17,253-token Curated tier, and a 36,001-token Comprehensive tier. Each tier ran against the same 15 challenges, three trials apiece, for 45 trials per condition. Read this way, the original study becomes exactly the controlled Skills-versus-no-Skills comparison that offensive-security benchmarks hadn't run before.

The lift is real but small, and it doesn't clear significance. Pass rate climbs from 77.8% with no documentation to 86.7% with the full Comprehensive tier, an 8.9-percentage-point gain. A chi-square test puts that at p=0.71, a Cochran–Armitage trend test at p=0.25, and five of six pairwise Cohen's h effect sizes land below the conventional small-effect threshold of 0.2. That's against a backdrop where SkillsBench's own cross-domain average is +16.2 percentage points over 84 tasks in 11 domains, with 16 of those tasks going negative. On one subtask, a timing side-channel exploit, more documentation actively hurt: Curated-Skills solved it 2 of 3 tries, Comprehensive-Skills only 1 of 3, which the authors attribute to false lesson propagation — written guidance overriding what the live tool feedback was already telling the agent. Their explanation is an environment-feedback bandwidth hypothesis: when the tool layer already returns strict, verifiable observations, that channel supplies the correction signal Skills exist to provide, so adding curated procedure on top is mostly redundant. When it conflicts with what the environment is already saying, it's actively harmful.

Key numbers

Comprehensive-Skills lift over none+8.9 pp (77.8% → 86.7%)
Significance of that liftp=0.71, chi-square
Token cost, full vs. none36,001 vs. 591 tokens (~61x)
SkillsBench cross-domain average+16.2 pp across 84 tasks / 11 domains
Timing side-channel: Curated vs. Comprehensive67% (2/3) vs. 33% (1/3)

Skills related to this research

Lesson Study Cycle Designer Lesson Study Cycle Designer structures the Japanese jugyō kenkyū process for teacher teams investigating student learning challenges. It generates a research theme, detailed cycle plan with meeting agendas, a research lesson designed for collaborative observation, and protocols focused on case students. The skill grounds itself in evidence from Stigler & Hiebert, Lewis, Perry & Murata, Dudley, and Takahashi & McDougal on how teachers develop shared professional knowledge through structured cycles of planning, teaching, observing, and analysing.★ 472 Statistical Analysis Statistical Analysis guides you through test selection, assumption verification, and effect size reporting for academic research. It covers frequentist methods like t-tests, ANOVA, and regression alongside Bayesian approaches, with specialized workflows for survival analysis, count models, and reliability assessment.★ 284 Education Tutor Education Tutor provides one-on-one academic support across subjects and grade levels, breaking down difficult concepts through multiple teaching methods tailored to how you learn best. It creates structured study schedules, generates practice problems, and offers test preparation guidance to build real understanding rather than surface memorization.★ 7 lwy-knowledge-consolidation Capture debugging breakthroughs, configuration wins, and operational lessons as structured Markdown files anchored to your project's IDE folder. Each insight becomes a dated, searchable doc that travels with your codebase and surfaces in future sessions on the same project. When a doc proves reusable across projects, promote it into the global knowledge wiki.★ 2

Related notes

References

  1. Chacko, S. J., Hugglestone, J., Islam, C. M., & Liu, X. (2026). When Skills Don't Help: A Negative Result on Procedural Knowledge for Tool-Grounded Agents in Offensive Cybersecurity. arXiv:2605.20023.
  2. Hugglestone, J., et al. (2026). STRIATUM-CTF: a protocol-driven agentic framework for general-purpose CTF solving. arXiv:2603.22577.
  3. Li, X., et al. (2026). SkillsBench: benchmarking how well agent skills work across diverse tasks.
  4. Anthropic (2025). Agent Skills overview.
  5. Liu, N. F., et al. (2024). Lost in the middle: how language models use long contexts.