File Modularization

Use when adding or refactoring frontend features in this repository and you need to prevent large single-file changes, oversized entry files, mixed responsibilities, or giant App.tsx/Home.tsx style implementations. Apply it when a task risks stuffing UI, state, effects, data access, and helper logic into one file instead of splitting work into focused components, hooks, services, utils, and types.

chthollyphile Updated

File contents

chthollyphile/folia-sonnet/tree/main/skills/file-modularization commit 6421916f29

Frequently asked questions

npx skillmds@latest add chthollyphile/file-modularization-2