modularize

Installation
SKILL.md

The core constraint it enforces is that shared logic always routes through a central core -- never module-to-module imports directly.

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
Installs
2
GitHub Stars
28
First Seen
Aug 23, 2026
modularize — fusengine/agents