AI AGENT ADDONS

Improve Codebase Architecture

vinvcn/mattpocock-skills-zh-cn

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.

Add Improve Codebase Architecture skill to your workflow

Global

mkdir -p ~/.claude/skills/improve-codebase-architecture

Project

mkdir -p .claude/skills/improve-codebase-architecture

Source Repository

Stars
1,155
Forks
104
Watchers
1,155
License
MIT
Last Push
1 month ago
Created
2 months ago