This is the discipline layer for letting Claude generate temporary harnesses instead of just following static commands. You get a decision tree (inline for one-shots, task-local for repeated work, shared skill for cross-team patterns), a template that forces you to declare objectives and eval gates, and a handoff format so the next person knows what actually happened. The anti-pattern list is honest: no hiding logic in generated scripts, no skipping tests because it's "dynamic," no leaking research into public docs. If you're running multi-session workflows or multiple agents on the same repo, the control pane checkpoint structure keeps state visible instead of scattered across untracked notes. Treat it as scaffolding for when automation is cheaper than manual repetition, not as permission to skip gates.
npx -y skills add affaan-m/ecc --skill dynamic-workflow-mode --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template