Simplify Python code for clarity and maintainability. Use when users say "simplify", "simplify this code", "clean up Python", "refine this code", "make this simpler", "simplify recent changes". Delegates to the python-code-simplifier agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/python-code-simplifier:simplify-pythonThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delegate to the `python-code-simplifier:python-code-simplifier` agent to simplify Python code.
Delegate to the python-code-simplifier:python-code-simplifier agent to simplify Python code.
Parse $ARGUMENTS to determine what to simplify:
src/main.py): Simplify that specific filesrc/): Simplify Python files in that directorygit diff)Launch a Task with subagent_type set to python-code-simplifier:python-code-simplifier and a prompt describing the scope:
npx claudepluginhub titusz/skills --plugin python-code-simplifierRefactors working but complex code to be more readable, maintainable, and easier to debug while preserving exact behavior.
Refines existing code for clarity, readability, and maintainability without changing behavior, interfaces, or outputs. Use for simplify, clean up, refactor for readability requests.
Simplifies recently modified code for clarity, consistency, and maintainability while preserving functionality. Auto-invokes or runs on demand.