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 benchmarksSkillJuror 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 trajectory | 3.85 vs 1.18 |
| Effective Resource Uptake events per trajectory | 3.92 vs 1.33 |
| Tasks where PD underperforms Baseline | 15 of 82 tasks |
Skills related to this research
Related notes
- Skills Pass the Task While Skipping 54-61% of Their Own Instructions →
- 26.1% of Community Skills Ship With a Vulnerability →
- Splitting SKILL.md into three layers lifts retrieval 12%, risk detection 24% →
- +8.9 percentage points, p=0.71: Skills stall out when the tool layer already talks back →
- Self-graded exploration closes a 32-point reasoning gap — no labels needed →
- Flat skill packs lift 20-book QA accuracy from 0.26 to 0.46 — a second routing level erases the gain →
- Certainty tags turn 0–9% accuracy into 88–100% →
- SKIM cuts agent skills to 30-60% of their length for a 1-2 point accuracy hit →
- Auto-evolved skill specs beat hand-written ones by 7 points, at twice the constraint density →
References
- Chen, Guo, Huang, Lu, Lin, Zhou & Zhang (2026). SkillJuror: Measuring How Agent Skill Organization Changes Runtime Behavior. arXiv:2606.11543.
- Li et al. (2026). SkillsBench: Benchmarking How Well Agent Skills Work Across Diverse Tasks. arXiv:2602.12670.
- Anthropic (2025). Equipping Agents for the Real World with Agent Skills.