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".
From fuse-ai-pilotnpx claudepluginhub fusengine/agents --plugin fuse-ai-pilotThis skill uses the workspace's default tool permissions.
references/laravel-fusecore.mdreferences/nextjs-react-modules.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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