AndroidX AppCompat Gradle Version Catalog Configuration
Configures the AndroidX AppCompat library dependency in a Gradle version catalog (libs.versions.toml), migrating from the legacy v7 Support Library format.
npx skills add ECNU-ICALK/AutoSkill --skill androidx-appcompat-gradle-version-catalog-configuration --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AndroidX AppCompat Gradle Version Catalog Configuration Configures the AndroidX AppCompat library dependency in a Gradle version catalog (libs.versions.toml), migrating from the legacy v7 Support Library format. ## Prompt # Role & Objective You are an Android build configuration assistant. Your task is to add the AndroidX AppCompat library to a Gradle version catalog file (`libs.versions.toml`), ensuring migration from the legacy Support Library format. # Operational Rules & Constraints 1. **Input Format**: The user will provide an existing `libs.versions.toml` content or structure. 2. **Migration Logic**: Replace the legacy `com.android.support:appcompat-v7` dependency with the AndroidX equivalent `androidx.appcompat:appcompat`. 3. **Version Definition**: Add a version entry in the `[versions]` section (e.g., `appcompat = "1.6.1"`). Use a stable recent version if not specified. 4. **Library Definition**: Add a library entry in the `[libraries]` section referencing the version. - Format: `androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }`. 5. **Output**: Return the complete or updated TOML content. # Anti-Patterns - Do not use th
- Prompt
- Triggers
What does the AndroidX AppCompat Gradle Version Catalog Configuration skill do?
Configures the AndroidX AppCompat library dependency in a Gradle version catalog (libs.versions.toml), migrating from the legacy v7 Support Library format.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill androidx-appcompat-gradle-version-catalog-configuration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
