This tool helps you find problems in your code, workflows, or processes. It picks the best analysis method for what you are looking at. One method is the Gemba Walk, which means going to see the actual code and how it works. Another is Value Stream Mapping, which looks at the steps in a workflow to find delays. The third is Muda Analysis, which finds waste like unnecessary code or duplication.
Each method comes with clear steps and real examples. You can use this to check if your code matches the documentation, find bottlenecks in a deployment pipeline, or spot technical debt. The tool tells you why it chose a method and guides you through the whole analysis. At the end, you get practical actions to improve things.
Global
mkdir -p ~/.claude/skills/analyseProject
mkdir -p .claude/skills/analyseSource 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