skillfed

Progressive Disclosure Triples Resource Touches — Pass Rate Moves Just 4 Points

Notes on SkillJuror: Measuring How Agent Skill Organization Changes Runtime Behavior (arXiv:2606.11543) — Zhiyu Chen, Zihan Guo, Bo-Sheng Huang, Bingwei Lu, Jianghao Lin, Yuanjian Zhou, Weinan Zhang · June 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

SkillJuror isolates Skill organization as a variable independent of content — a distinction most Agent Skill benchmarks conflate. It starts from a shared source Skill bundle and builds two knowledge-matched variants: a flattened Baseline that keeps every command, threshold, and helper contract in one file, and a Progressive Disclosure (PD) version that reorganizes the same content behind a short root SKILL.md pointing to on-demand references. A three-tier construction audit — deterministic file and path gating, an LLM rubric check across 968 items, and human adjudication on the 3 that failed — confirms the pair differs only in layout, not in task knowledge. Both variants then run through the same Codex/GPT-5.4 harness across 82 SkillsBench tasks, five trials per condition, 1,230 trials total, with every trajectory logged for downstream analysis.

Reorganization changes behavior before it changes outcomes. Under PD, agents touch 3.85 distinct Skill resources per trajectory versus 1.18 under the flat Baseline, and Effective Resource Uptake — resource interactions the agent actually turns into implementation, validation, or repair steps, judged by an LLM auditor — rises from 1.33 to 3.92 events per trajectory. Skill-related work shifts later in the trajectory too: Baseline puts 69.5% of its skill steps in the first third, PD only 59.4%, consistent with agents returning to references mid-task instead of front-loading everything. That behavioral shift maps to a real but modest outcome gain: PD reaches a 46.1% verifier pass rate against Baseline's 42.0%, 17 additional passes out of 410 matched trials (+4.1%, CI half-width ±6.0%). The gain is uneven — PD wins on 23 of 82 tasks, ties on 44, loses on 15 — and splits by task type: PD helps when supporting resources feed an iterative implement-check-repair loop, but pays a fanout tax when success hinges on exact numeric tolerances, output schemas, or long artifact pipelines.

Key numbers

Pass rate, PD vs Baseline (82 tasks)46.1% vs 42.0%
Additional verifier passes from PD+17 of 410 trials (+4.1%)
Distinct skill resources touched per trajectory3.85 vs 1.18
Effective Resource Uptake events per trajectory3.92 vs 1.33
Tasks where PD underperforms Baseline15 of 82 tasks

Skills related to this research

Related notes

References

  1. Chen, Guo, Huang, Lu, Lin, Zhou & Zhang (2026). SkillJuror: Measuring How Agent Skill Organization Changes Runtime Behavior. arXiv:2606.11543.
  2. Li et al. (2026). SkillsBench: Benchmarking How Well Agent Skills Work Across Diverse Tasks. arXiv:2602.12670.
  3. Anthropic (2025). Equipping Agents for the Real World with Agent Skills.