Manager

Use when the codebase is structurally hard to navigate: oversized files or classes that should be split into cohesive modules, or a flat or misplaced directory layout that should be regrouped by feature or responsibility. Behavior-preserving structural refactor only: split files and move them into a cleaner layout, with import rewrites and re-export shims keeping callers unchanged. Run when the user says "this module is a mess", "split this giant file", "reorganize these folders", "group these files by feature", or "restructure this directory". Not for in-place dead-code removal or deduplication (that is the cleaner skill), nor for new features, bug fixes, or behavior changes.

Swellshinider 6a76ec7 3 files · 15.8 KB Updated

File contents

Swellshinider/janitor/tree/main/skills/manager commit 6a76ec7d01

Frequently asked questions

npx skillmds@latest add swellshinider/manager