Progressive Disclosure

Splits oversized SKILL.md files into linked reference files without rewriting content.

av datarobot-oss · datarobot-oss/datarobot-agent-skills

Testad · Fungerar ★ 9.2/10

Progressive Disclosure — Splits oversized SKILL.md files into linked reference files without rewriting content.

Vad den gör

Splits an oversized SKILL.md into a concise entry file plus directly-linked reference files (platform-setup.md, sdk-operations.md, troubleshooting.md, etc.) while preserving the original wording verbatim rather than summarizing it. It triggers when a skill file hits context-window warnings or needs chunking without a content rewrite; described as a DataRobot-repo-local meta skill, but it worked cleanly as a standalone install in testing.

Testrapport

Split a 71-line multi-platform SKILL.md fixture into references/ files verbatim (confirmed byte-for-byte via diff) using the exact filenames it recommends, while a naive split done without the skill quietly summarized away a setup step and the CI YAML.

Testad: 2026-07-16 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/datarobot-oss/datarobot-agent-skills
mkdir -p ~/.claude/skills
cp -r datarobot-agent-skills/.skills/progressive-disclosure ~/.claude/skills/progressive-disclosure

Kommandon och exempelprompter

  • /progressive-disclosureSplits oversized SKILL.md files into linked reference files without rewriting content.

Skills triggas av vanliga förfrågningar — inga kommandon att memorera. Efter installationen aktiverar prompter som dessa skillen (på engelska):

  • this file is too long, split it into linked reference docs
  • break up my bloated setup doc without rewriting the wording
  • my SKILL.md is hitting context limits, help me chunk it up