← ClaudeAtlas

progressive-disclosurelisted

Refactor large DataRobot skill files by moving detailed content into directly linked reference files while preserving meaning. Use when a skill triggers context-window warnings, needs progressive disclosure, or should be chunked without changing guidance.
datarobot-oss/datarobot-agent-skills · ★ 18 · Data & Documents · score 78
Install: claude install-skill datarobot-oss/datarobot-agent-skills
# Progressive Disclosure Use this repo-local meta skill to split large skills into a concise `SKILL.md` plus adjacent reference files. This guides content moves and reference creation; it is not a content rewrite pass. ## Guardrails - Do not rewrite, reinterpret, simplify, or change the meaning of skill content. - Do not delete details because they seem verbose. Move details to reference files instead. - Do not change SDK guidance, commands, workflows, safety notes, or examples except to preserve links after moving content. - Do not edit plugin manifests, versions, `CODEOWNERS`, or unrelated repo metadata unless the user explicitly asks. - Do not create deeply nested references. Reference files should be directly linked from `SKILL.md`. - Do not move first-use trigger guidance, required safety constraints, or critical prerequisites out of `SKILL.md`. - If content needs substantive editing, stop and ask the user before making that change. ## Target Shape Keep `SKILL.md` focused on: - Frontmatter with accurate `name` and `description` - When to use the skill - Quick start or primary workflow - Key decision points and safety constraints - Direct links to reference files Move long supporting content into files such as: - `reference.md` - `examples.md` - `troubleshooting.md` - `platform-setup.md` - `sdk-operations.md` - `ci-cd-patterns.md` Choose names that match the moved section. Prefer a small number of meaningful files over many tiny fragments. Use folders only when