flutter/cleanup-unused-assets
Reduce plugin size by scanning resources/icons and removing unreferenced assets.
npx skills add https://github.com/flutter/flutter-intellij --skill cleanup-unused-assets
You are tasked with reducing plugin size by removing unused icons, images, and resources.
Reduce plugin size by removing unused icons, images, and resources.
./gradlew test and ./gradlew verifyPlugin to ensure the project is stable.resources/icons and other asset directories.plugin.xml../gradlew buildPlugin and check that the plugin still loads correctly without missing resource exceptions../gradlew testClasses, ./gradlew test and ./gradlew verifyPlugin to ensure no regressions.Take flutter/cleanup-unused-assets from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.