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 focused components, hooks, services, utils, and types.

chthollyphile 0ac3f82 2 files · 4.5 KB Updated

File contents

chthollyphile/folia-major/tree/main/skills/file-modularization commit 0ac3f824b0

Frequently asked questions

npx skillmds@latest add chthollyphile/file-modularization