This skill helps you make your code easier to read and understand. It cleans up messy parts, renames confusing variables, and removes unnecessary complexity. The goal is to keep your code working exactly the same but make it simpler.
Anyone who writes code can use it. It works with recent changes you made in your project. You can scope it to specific files or let it find the modified code automatically.
The skill checks that nothing breaks after changes. It follows your project's style and only edits what you asked for. This makes your codebase healthier and reduces mistakes.
Global
mkdir -p ~/.claude/skills/code-simplifyProject
mkdir -p .claude/skills/code-simplifySource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues