This skill takes a CLI tool you created and makes it ready to share with others. It runs several checks to find problems. Then it fixes those problems automatically. You get a cleaner, more reliable CLI that passes all tests.
After the fixing is done, you see a report showing what changed. The skill can even help you publish the final version. It works on any CLI stored in your PRESS_LIBRARY folder. Just say "polish" or "make it publish-ready" to start.
The whole process runs in its own space so it does not mess up your main work. You get a clear summary of everything that was improved.
Global
mkdir -p ~/.claude/skills/printing-press-polishProject
mkdir -p .claude/skills/printing-press-polishSource 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