code-simplifier
code simplifier
What it does
- Use ES modules with proper import sorting and extensions
- Prefer function keyword over arrow functions
- Use explicit return type annotations for top-level functions
- Follow proper React component patterns with explicit Props types
- Use proper error handling patterns (avoid try/catch when possible)
- Maintain consistent naming conventions
- Reducing unnecessary complexity and nesting
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
code-simplifier FAQ
What does the code-simplifier skill do?
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices. Use ES modules with proper import sorting and extensions Prefer function keyword over arrow functions
How do I install code-simplifier?
Run: npx -y skills add https://github.com/getsentry/skills --skill code-simplifier --agent claude-code — the source lives at github.com/getsentry/skills.
Maintain code-simplifier?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/getsentry-skills-code-simplifier?ref=badge) npx agentictools info skills/getsentry-skills-code-simplifier The second line is the CLI lookup for this page — handy in READMEs and docs.