Remove support for an older IntelliJ Platform / Android Studio version from the project and clean up obsolete code, baselines, and CI configurations.
npx skills add https://github.com/flutter/flutter-intellij --skill remove-platform-version
You are tasked with removing support for an older IntelliJ Platform or Android Studio version (e.g., dropping support for 2025.1 / build 251 and raising the lower bound to 2025.2 / build 252).
Systematically update compatibility ranges, clean up CI verification loops and baseline files, identify and remove obsolete compatibility code or TODOs, check repository issues, and update documentation.
251 for 2025.1) and the new lower bound (e.g., 252 for 2025.2)../gradlew testClasses to ensure the project compiles before making changes.gradle.properties)gradle.properties.sinceBuild=<version> to the new lower bound build number (e.g., change sinceBuild=251 to sinceBuild=252).tool/github.sh)tool/github.sh.VERIFY_BOT verification loop (for version in ...; do)../gradlew verifyPlugin is only run against active versions in the compatibility range.tool/baseline/)tool/baseline/<version>/ for the removed version directory.git rm -r tool/baseline/<version>) so baseline update scripts (tool/update_baselines.sh) do not attempt to verify unsupported versions.src/ for references to the removed build number or version string (e.g., 251, 2025.1).DartPluginVersion.java or UI compatibility shims) that check for the removed version and simplify or remove dead code paths.TODO: remove when dropping support for <version> or similar workarounds that can now be cleaned up.repo:flutter/flutter-intellij <version> or platform compatibility issues).CHANGELOG.md: Under the ### Removed section, add an entry documenting the removal (e.g., - Support for platform version 2025.1.).docs/building.md. Its version examples are illustrative and should not be updated when removing a platform version../gradlew testClasses to verify compilation../gradlew test to verify unit tests pass../gradlew verifyPlugin to verify that plugin verification succeeds against the new compatibility range.Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Take flutter/remove-platform-version 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.