modularize
SolidUse when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".
Install
Quality Score: 87/100
Skill Content
Details
- Author
- fusengine
- Repository
- fusengine/agents
- Created
- 8 months ago
- Last Updated
- 6 days ago
- Language
- CSS
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
code-migrator
Activates CodeMigrator — a specialist in migrating codebases between frameworks, languages, or major versions. Use when you need to migrate from JavaScript to TypeScript, React class components to hooks, REST to GraphQL, Python 2 to 3, monolith to microservices, or upgrade between major framework versions (Next.js 12→14, Django 3→5, Rails 6→7).
modularize
One focused, repeatable pass that retires the code-quality scorecard's `architecture` debt — the god-files (>1500 lines) and god-functions (>200 lines) that /quality-score flags as RISKY and explicitly defers to "a...
module-architecture
Use to decompose the system into self-contained modules and define exactly how they communicate — API/events/protocol contracts, dynamic linking, and how upgrades propagate to dependents. Trigger on "break this into modules", "define the interfaces", "how do these services talk", "module map", "what are the contracts". Runs after the stack is confirmed and before the build plan.