Skill Claude CodeCodex
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
Skill Claude CodeCodex
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
Skill Claude CodeCodex
Prevent UI freezes and ensure a responsive user experience by validating threading rules and migrating blocking calls off the Event Dispatch Thread (EDT).
Skill Claude CodeCodex
Reduce technical debt and improve code quality by systematically resolving static analysis warnings.
Skill Claude CodeCodex
Reduce plugin size by scanning resources/icons and removing unreferenced assets.
Skill Claude CodeCodex
Perform a pedantic, multi-perspective code review on the current diff or git changes against the styleguide and software engineering best practices.
Skill Claude CodeCodex
Optimize memory usage, consistency, and performance by migrating standard Java/Kotlin classes to IntelliJ's specialized com.intellij.util implementations.
Skill Claude CodeCodex
Prepare and execute a new release for the flutter-intellij plugin, including updating dependencies, compatibility bounds, changelogs, and verification.
Skill Claude CodeCodex
Remove support for an older IntelliJ Platform / Android Studio version from the project and clean up obsolete code, baselines, and CI configurations.
Skill Claude CodeCodex
Eliminate plugin verification warnings and errors (Internal API usage, Override-only API usage, etc.) identified by ./gradlew verifyPlugin.
Skill Claude CodeCodex
Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
Skill Claude CodeCodexGemini CLI
Assistance with triage of unprioritized issues. Use when the user asks for help with triage.
Instructions file
Instructions for flutter/flutter-intellij, covering flutter intellij plugin — claude code guide, additional rules and agent skills & workflows.
flutter/dart-intellij-third-party
Skill Claude CodeCodex
Perform a pedantic, multi-perspective code review on the current diff or git changes against the styleguide and software engineering best practices.
flutter/dart-intellij-third-party
Skill Claude CodeCodex
Guidelines for implementing and reviewing new Dart language features, parsing logic, and grammar modifications.
flutter/dart-intellij-third-party
Skill Claude CodeCodex
Guide for converting legacy Dart Analysis Server (DAS) feature implementations to JetBrains LSP in the Dart IntelliJ plugin.
flutter/dart-intellij-third-party
Skill Claude CodeCodex
Step-by-step guide for performing monthly releases of the Dart IntelliJ plugin.
flutter/dart-intellij-third-party
Skill Claude CodeCodex
Copy JetBrains LSP sources into the Dart plugin and patch them to prevent conflicts and ensure proper configuration.
flutter/dart-intellij-third-party
Skill Claude CodeCodex
Automates the triage of GitHub issues in the Dart and Flutter IntelliJ plugins. Helps the engineer by fetching untriaged issues, generating AI-suggested priorities, assignees, and responses, launching a local review dashboard, and bulk-applying approved decisions to GitHub.
flutter/dart-intellij-third-party
Skill Claude CodeCodex
Fetches a Pull Request from either the dart-intellij-third-party or flutter-intellij repository and conceptually ports its changes to the other repository.
flutter/dart-intellij-third-party
Skill Claude CodeCodex
Investigates a GitHub issue reporting a regression, analyzes recent commits, and identifies possible root cause culprits. Use this when the user asks to find the cause of a regression or bug from an issue.