remove-platform-version Skill
Remove support for an older IntelliJ Platform / Android Studio version from the project and clean up obsolete code, baselines, and CI configurations. Published by flutter in flutter-intellij.
What is remove-platform-version Skill?
Remove support for an older IntelliJ Platform / Android Studio version from the project and clean up obsolete code, baselines, and CI configurations. Published by flutter in flutter-intellij. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use remove-platform-version Skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/flutter-intellij
- Skill file: .agents/skills/remove-platform-version/SKILL.md
What it does
Remove support for an older IntelliJ Platform / Android Studio version from the project and clean up obsolete code, baselines, and CI configurations.
Skill instructions
Skill: Remove Platform Version Support 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). Objective 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. --- Workflow Instructions 1. Establish Baseline & Identify Target Version - Identify the build number being removed (e.g., 251 for 2025.1) and the new lower bound (e.g., 252 for 2025.2). - Run ./gradlew testClasses to ensure the project compiles before making changes. 2. Update Compatibility Lower Bound (gradle.properties) - Open gradle.properties. - Update sinceBuild=<version to the new lower bound build number (e.g., change sinceBuild=251 to sinceBuild=252). 3. Update CI Verification Script (tool/github.sh) - Open tool/github.sh. - Locate the VER
Explore related resources
Frequently asked questions
What is remove-platform-version?
remove-platform-version is a open-source AI agent skill with Copy skill directory. Remove support for an older IntelliJ Platform / Android Studio version from the project and clean up obsolete code, baselines, and CI configurations.
Who is remove-platform-version best for?
remove-platform-version is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install remove-platform-version?
Install or run remove-platform-version using Copy skill directory. Check remove-platform-version for the latest setup command.
Is remove-platform-version actively maintained?
remove-platform-version may need a closer maintenance check before production use.
Auto-fetched from GitHub.