When a codebase grows large it can become messy. Pathfinder helps you see how features are organized and find repeated code. It creates flowcharts for each feature and pinpoints duplicated logic across the project.
You get a clear picture of what your code does and where things overlap. The tool then proposes a simpler unified architecture. It also gives you ready-to-use prompts to plan changes for each part.
This is useful for anyone preparing a refactor or trying to clean up a tangled system. No coding experience needed to understand the output.
Global
mkdir -p ~/.claude/skills/pathfinderProject
mkdir -p .claude/skills/pathfinderSource 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