Good software architecture makes code easier to change and test. This skill helps you find places in your codebase that are too complex or tightly connected. It looks at your project's domain language and past decisions to spot shallow modules that do little work but have big interfaces. The goal is to turn them into deep modules that hide complexity behind a simple interface.
Developers who want to make their code more testable and easier for AI to navigate will benefit most. The skill explores your code naturally and points out friction points. Each finding comes with a visual before-and-after diagram so you can see the improvement.
You can then pick a candidate to discuss in detail. The skill helps you think through design trade-offs and updates your project's glossary when you introduce new concepts. This leads to a cleaner architecture that is easier to maintain and reason about.
Global
mkdir -p ~/.claude/skills/improve-codebase-architectureProject
mkdir -p .claude/skills/improve-codebase-architectureSource 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