Vibe is a quick check to see if your code is ready to ship. It runs a short sanity test before you commit or send changes to a full review. You can use it to catch problems early.
The check looks at code complexity, hunts for bugs, and uses multiple models to give a pass, warn, or fail verdict. It helps you decide if a slice of work is good enough to count toward your project goals.
This skill is not a replacement for tests or a deep review. It is a fast safety net that spots hotspots, security risks, and architectural issues. Teams can use it inside their normal workflow to keep quality high without slowing down.
Global
mkdir -p ~/.claude/skills/vibeProject
mkdir -p .claude/skills/vibeSource 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