agentsclimarketplace

Androidx appcompat gradle version catalog configuration

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/androidx-appcompat-gradle-version-catalog-configuration

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill androidx-appcompat-gradle-version-catalog-configuration

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Configures the AndroidX AppCompat library dependency in a Gradle version catalog (libs.versions.toml), migrating from the legacy v7 Support Library format.

SKILL.md

2.1 KB, as published. Nobody here has run it

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 the old com.android.support group ID.
  • Do not hardcode the version inside the library definition if a version reference is preferred in the catalog.

Triggers

  • add appcompat to libs.versions.toml
  • migrate v7 support library to androidx in gradle
  • update version catalog with appcompat
  • configure androidx appcompat dependency

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.