flutter-intellij
Automate Flutter IntelliJ plugin maintenance, testing, and releases
All Skills in This Repository (11)
Pure Emerald Level Indicatorscleanup-unused-assets
Removes unreferenced icons and resources from the Flutter IntelliJ plugin to reduce plugin size.
release-plugin
Prepares and builds a new release of the flutter-intellij plugin with updated dependencies and changelog.
audit-accessibility
Audits custom Swing UI components in the Flutter IntelliJ plugin for screen reader accessibility compliance.
add-missing-unit-test
Adds unit tests for untested classes and verifies coverage improvement with Kover.
migrate-intellij-util
Migrates Java and Kotlin code to IntelliJ com.intellij.util utility classes.
audit-dependencies
Audits Gradle dependencies and plugin.xml declarations to remove unused libraries and update outdated versions.
verify-eap-compatibility
Verifies IntelliJ plugin compatibility against latest EAP platform builds using Gradle tasks.
remove-platform-version
Removes support for an older IntelliJ Platform version and cleans up obsolete code, baselines, and CI configurations.
audit-ui-thread-safety
Audits IntelliJ plugin code for EDT blocking calls and migrates heavy work to background threads.
resolve-verification-issues
Eliminate IntelliJ plugin verification warnings and errors reported by Gradle verifyPlugin.
triage-helper
Identify unprioritized issues in the flutter/flutter-intellij repository.
Frequently Asked Questions
FAQPage SchemaHow to install flutter-intellij skills?โผ
Run `npx skills add flutter/flutter-intellij --all -g -y` in your terminal to install all skills in this suite globally.
What do the flutter-intellij agent skills do?โผ
They automate plugin maintenance tasks like code reviews, adding unit tests, auditing dependencies, cleaning unused assets, and preparing releases.
How to run a code review with these skills?โผ
Ask your AI agent to run the code-review skill on your uncommitted changes, and it will return categorized feedback using MUST-FIX, CONCERN, and NIT severity tags.
Do these skills work with Claude Code and Gemini?โผ
Yes. The skills follow the standard SKILL.md format and are automatically discovered by agents like Claude Code, Gemini Code Assist, and Antigravity.
Can the skills verify IntelliJ platform compatibility?โผ
Yes. Dedicated skills run Gradle verification against the latest IntelliJ and Android Studio EAP builds and help fix any compatibility errors found.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core