flutterflutterOfficialยท11 Agent Skills Included

flutter-intellij

Automate Flutter IntelliJ plugin maintenance, testing, and releases

Automates maintenance of the Flutter IntelliJ plugin, from code reviews and unit tests to dependency audits and releases. Eliminates manual verification runs, unused asset hunting, and tedious platform compatibility checks. Guides AI agents through safe, verified workflows so plugin updates ship faster with fewer regressions.
npx skills add flutter/flutter-intellij --all -g -y
Available:

Gives the AI agent coding rules for this plugin project (threading, logging, review severity tags) and routes maintenance requests to the executable skills in the .agents/skills directory.

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
flutterflutter

cleanup-unused-assets

Removes unreferenced icons and resources from the Flutter IntelliJ plugin to reduce plugin size.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

release-plugin

Prepares and builds a new release of the flutter-intellij plugin with updated dependencies and changelog.

Official
Advanced
๐Ÿ“ฆ In Repo
flutterflutter

audit-accessibility

Audits custom Swing UI components in the Flutter IntelliJ plugin for screen reader accessibility compliance.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

add-missing-unit-test

Adds unit tests for untested classes and verifies coverage improvement with Kover.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

migrate-intellij-util

Migrates Java and Kotlin code to IntelliJ com.intellij.util utility classes.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

audit-dependencies

Audits Gradle dependencies and plugin.xml declarations to remove unused libraries and update outdated versions.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

verify-eap-compatibility

Verifies IntelliJ plugin compatibility against latest EAP platform builds using Gradle tasks.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

remove-platform-version

Removes support for an older IntelliJ Platform version and cleans up obsolete code, baselines, and CI configurations.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

audit-ui-thread-safety

Audits IntelliJ plugin code for EDT blocking calls and migrates heavy work to background threads.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

resolve-verification-issues

Eliminate IntelliJ plugin verification warnings and errors reported by Gradle verifyPlugin.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

triage-helper

Identify unprioritized issues in the flutter/flutter-intellij repository.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How 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โ†’