Modularize
Detects Laravel/Next.js/React and plans a modular-architecture migration — but hands off to plugins not in the box.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · e414c34
Built a tiny 2-feature React app and ran the workflow for real: the skill's own bundled reference (target modules/{feature}/src/ layout, cores/ isolation rule, file-by-file migration table) produced a materially more disciplined plan than an off-the-cuff grouping, but its own mandatory workflow steps delegate to sibling plugin skills (fuse-react:react-expert, fuse-ai-pilot:sniper) that are not present when this skill is installed standalone — a real install-time gap, not a hypothetical one.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Modularize does
Detects whether a codebase is Laravel (FuseCore or standard), Next.js, or React, then walks through explore-plan-confirm-execute steps to restructure it into isolated feature modules with a shared core. Triggers on 'modularize', 'convert to modules', 'migrate to modular', or 'restructure modules'; bundles concrete target-structure and import-boundary reference docs for both stacks.
How to install Modularize
git clone https://github.com/fusengine/agents
cd agents
mkdir -p ~/.claude/skills
cp -r plugins/ai-pilot/skills/modularize ~/.claude/skills/modularize
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Modularize
-
/modularizeDetects Laravel/Next.js/React and plans a modular-architecture migration — but hands off to plugins not in the box.
It also activates on plain-language prompts like these:
-
Modularize this React app into isolated feature modules for me -
Convert our Next.js codebase to a modular architecture with shared core -
Restructure this Laravel app into modules with clear import boundaries
Frequently asked questions
- Is the Modularize skill free?
- Yes. The skill itself is free from fusengine/agents. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Modularize work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Built a tiny 2-feature React app and ran the workflow for real: the skill's own bundled reference (target modules/{feature}/src/ layout, cores/ isolation rule, file-by-file migration table) produced a materially more disciplined plan than an off-the-cuff grouping, but its own mandatory workflow steps delegate to sibling plugin skills (fuse-react:react-expert, fuse-ai-pilot:sniper) that are not present when this skill is installed standalone — a real install-time gap, not a hypothetical one.
- What is the Modularize SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Modularize?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Modularize with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.