Архитектура кода и структура модулей

★ 6.8 · general

code-architecture is a Claude Code skill that helps choose and apply an architecture pattern within a single deployable unit: clean architecture, hexagonal, feature-based, or vertical slice. It diagnoses structural problems — fat controllers, circular dependencies, tangled business logic — and guides module boundary definition, DI container setup, barrel exports, and SOLID principles applied at the module scale. The skill has direct file access via Read, Write, Edit, Bash, Grep, and Glob tools. It fits both greenfield projects and legacy refactoring; it is explicitly not for splitting monoliths into microservices (use microservices-patterns) or database schema design (use database-design-patterns).