Claude-skill-registry code-simplifier
Use when asked to simplify recently changed code without changing behavior or explicitly asked to run the code-simplifier subagent.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/code-simplifier" ~/.claude/skills/majiayu000-claude-skill-registry-code-simplifier-c946b3 && rm -rf "$T"
manifest:
skills/data/code-simplifier/SKILL.mdsource content
Code Simplifier Subagent
Use the
code-simplifier agent card to handle this specialized task.
Run
codex-subagent code-simplifier <<'EOF' [Provide the task context, scope, and any issue/PR numbers.] EOF
Notes
- Include concrete scope and constraints in the context block.
- Fold the subagent output back into the main workflow.