mcpbeat

Simplify All

tobihagemann/simplify-all

Run the code and documentation simplification passes together over one scope, launching every review agent concurrently before applying a single round of fixes. Use when the user asks to \"simplify all\", \"simplify everything\", \"simplify code and docs\", \"clean up code and docs\", \"run both simplify skills\", or \"simplify code and docs in parallel\".

267 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
398
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/tobihagemann/turbo --skill simplify-all

The instruction itself

3 sections, as written by the author

Simplify All

Step 1: Run /simplify-code and /simplify-docs Skills

Run the /simplify-code and /simplify-docs skills via the Skill tool in a single assistant message, passing along any scope that was provided so both passes cover identical files.

Launch every review agent the two skills define in a single assistant message so they all run concurrently. Hold every fix for Step 2 in place of each skill's own fix step.

Step 2: Fix Issues

Once every agent has returned, aggregate the findings and apply one round of fixes, following each skill's own guidance for resolving its findings.

Then use the TaskList tool and proceed to any remaining task.

How to use it

Copy the folder

Take tobihagemann/simplify-all from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.