This skill helps you clean up code that was written by an AI. It removes extra comments, unnecessary checks, and messy patterns. The goal is to make the code match the style of the rest of your project.
Anyone working on a codebase with AI-generated changes can benefit. The skill keeps the behavior the same and only fixes things that look out of place. It produces a short summary of what was done.
Global
mkdir -p ~/.claude/skills/deslopProject
mkdir -p .claude/skills/deslopSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective