CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. vinvcn
  4. /
  5. mattpocock-skills-zh-cn
  6. /
  7. Improve Codebase Architecture

Improve Codebase Architecture

Editor's Note

Walks your codebase looking for shallow modules (where the interface is almost as complex as the implementation) and suggests deepening refactors to improve testability and AI navigation. It reads your CONTEXT.md for domain language and checks ADRs to avoid relitigating past decisions. You get an HTML report with before/after diagrams, ranked by whether fixing each issue would actually concentrate complexity or just move it around. Pick one and it'll grill you on the design, updating your context docs and proposing new ADRs inline as the conversation firms up. Useful when you know something feels coupled or hard to test but can't quite see the seam.

Install

npx skills add https://github.com/vinvcn/mattpocock-skills-zh-cn --skill improve-codebase-architecture
Votes
0
Installs522
GitHub Stars433
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment