From fuse-ai-pilot
Use when converting existing code to modular architecture. Detects Laravel (FuseCore or standard) / Next.js / React and applies correct modular patterns. Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-ai-pilot:modularizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
detect framework → explore structure → build migration plan → confirm with user → execute → sniper
detect framework → explore structure → build migration plan → confirm with user → execute → sniper
| 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 |
fuse-ai-pilot:sniper after every file moved or created| Stack | Reference File |
|---|---|
| Laravel (FuseCore or standard) | references/laravel-fusecore.md |
| Next.js / React | references/nextjs-react-modules.md |
DO: explore before planning — plan before executing — confirm before touching files — sniper every step
DON'T: assume structure — skip confirmation — import between modules directly — batch changes without validation
npx claudepluginhub fusengine/agents --plugin fuse-ai-pilotTransforms project architecture patterns (e.g., flat to modular, MVC to clean, monolith to modular monolith) while preserving functionality. Supports frontend/backend with full/lite variants.
FuseCore Modular Architecture - Laravel 12 modular monolith with auto-discovery, React integration, and SOLID principles. Use when creating modules, understanding FuseCore structure, or implementing features in FuseCore projects.
Upgrades React versions, migrates class components to hooks, adopts concurrent features (Suspense, transitions), and applies codemods for automated refactoring.