cleanup-unused-assets
Installation
SKILL.md
Skill: Unused Asset Cleanup
You are tasked with reducing plugin size by removing unused icons, images, and resources.
Objective
Reduce plugin size by removing unused icons, images, and resources.
Workflow Instructions
1. Baseline
- Run
./gradlew testand./gradlew verifyPluginto ensure the project is stable.
2. Scan Assets
- List all files in
resources/iconsand other asset directories.
3. Search Usages
- Check if each asset is referenced in code or
plugin.xml.