modularize
Installation
SKILL.md
Agent Workflow (MANDATORY)
detect framework → explore structure → build migration plan → confirm with user → execute → sniper
Framework Detection
| Signal | Framework | Delegate To |
|---|---|---|
FuseCore/ dir + artisan file |
Laravel + FuseCore | fuse-laravel:laravel-expert |
composer.json + artisan (no FuseCore/) |
Laravel standard | fuse-laravel:laravel-expert |
src/modules/ or app/ + next.config |
Next.js + modules/ | fuse-nextjs:nextjs-expert |
src/ + package.json (React, no Next) |
React | fuse-react:react-expert |