progressive-disclosure

Solid

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.

Data & Documents 23 stars 20 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
46
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ...

Details

Author
datarobot-oss
Repository
datarobot-oss/datarobot-agent-skills
Created
7 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category