This skill helps you improve your code step by step. It runs tests, makes your code faster, and cleans it up. Developers use it to make software better and more reliable.
The process follows three steps. First you write a test that fails. Then you write code to make it pass. Finally you improve the code without breaking the tests. This is called test driven development.
You can also fix errors, add better error messages, and make the code run faster. The skill keeps track of changes and runs tests automatically. Your code becomes stronger and easier to maintain.
Global
mkdir -p ~/.claude/skills/agent-refinementProject
mkdir -p .claude/skills/agent-refinementSource 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