flutter/audit-dependencies
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
npx skills add https://github.com/flutter/flutter-intellij --skill audit-dependencies
You are tasked with optimizing plugin size and security by removing unused dependencies and updating outdated libraries.
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
./gradlew test and ./gradlew verifyPlugin to ensure the project is stable.build.gradledependencies {} block. Identify libraries that might no longer be used.plugin.xml<depends> tags match actual API usage..jar files in lib/ that are not referenced or can be replaced by Maven coordinates../gradlew buildPlugin and check the distribution size. Ensure the plugin still loads and functions correctly../gradlew testClasses, ./gradlew test, and ./gradlew verifyPlugin to ensure no checking or runtime issues were introduced.build.gradle changes closely.Take flutter/audit-dependencies 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.