cleanup-unused-assets Skill
Reduce plugin size by scanning resources/icons and removing unreferenced assets. Published by flutter in flutter-intellij.
What is cleanup-unused-assets Skill?
Reduce plugin size by scanning resources/icons and removing unreferenced assets. Published by flutter in flutter-intellij. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Writing
- Research
- Testing use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use cleanup-unused-assets Skill
- Use it for testing.
- Use it for writing.
- Use it for research.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/flutter-intellij
- Skill file: .agents/skills/cleanup-unused-assets/SKILL.md
What it does
Reduce plugin size by scanning resources/icons and removing unreferenced assets.
Skill instructions
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 test and ./gradlew verifyPlugin to ensure the project is stable. 2. Scan Assets - List all files in resources/icons and other asset directories. 3. Search Usages - Check if each asset is referenced in code or plugin.xml. 4. Remove - Delete assets with zero references. 5. Verify - Run ./gradlew buildPlugin and check that the plugin still loads correctly without missing resource exceptions. - Run ./gradlew testClasses, ./gradlew test and ./gradlew verifyPlugin to ensure no regressions. - Suggest manual test steps: Check code changes made and write test steps for a user to execute that trigger changed code paths. If needed, add logging statements to verify code paths successfully run. 6. Report & Review - Summarize assets removed. - Test Location:
Explore related resources
Frequently asked questions
What is cleanup-unused-assets?
cleanup-unused-assets is a open-source AI agent skill with Copy skill directory. Reduce plugin size by scanning resources/icons and removing unreferenced assets.
Who is cleanup-unused-assets best for?
cleanup-unused-assets is best for reusing agent instructions, scripts, and references, testing workflows, writing workflows, research workflows.
How do I install cleanup-unused-assets?
Install or run cleanup-unused-assets using Copy skill directory. Check cleanup-unused-assets for the latest setup command.
Is cleanup-unused-assets actively maintained?
cleanup-unused-assets may need a closer maintenance check before production use.