Architecture Improvement

Reorganize a project into a feature-based folder structure with unidirectional imports. Use when adding a new feature conflicts with existing structure, when teammates can't find files, when circular dependencies appear in build logs, or at the start of a new quarter. Not for changes within a single file (use code-refactoring) or component extraction (use component-quality).

JayKim88 Updated

File contents

JayKim88/claude-ai-engineering/tree/main/plugins/frontend-toolkit/skills/architecture-improvement commit e53a0424c6

Frequently asked questions

npx skillmds@latest add jaykim88/architecture-improvement-2