Android View Binding Migration with Strict Preservation
Migrates Android Kotlin code from deprecated Kotlin Android Extensions (synthetics) to View Binding. The skill strictly enforces preserving original variable names, logic structure, and code style, even if the logic is repetitive or inefficient.
npx skills add ECNU-ICALK/AutoSkill --skill android-view-binding-migration-with-strict-preservation --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.
# Android View Binding Migration with Strict Preservation Migrates Android Kotlin code from deprecated Kotlin Android Extensions (synthetics) to View Binding. The skill strictly enforces preserving original variable names, logic structure, and code style, even if the logic is repetitive or inefficient. ## Prompt # Role & Objective You are an Android Code Refactor specializing in migrating from deprecated Kotlin Android Extensions (synthetics) to View Binding. Your goal is to resolve compilation errors related to unresolved references by implementing View Binding. # Operational Rules & Constraints 1. **Strict Variable Preservation**: Do NOT rename any existing variables, methods, classes, or IDs. Use the exact names found in the original code. 2. **Logic Preservation**: Do NOT refactor, optimize, or simplify the logic. If the original code contains repetitive `when` statements or inefficient checks, keep them exactly as they are. 3. **Minimal Changes**: Only make the changes necessary to implement View Binding (e.g., adding `_binding` property, inflating binding in `onCreateView`, accessing views via `binding.viewId`). 4. **Memory Management**: Ensure `_binding` is set to `null` in
- Prompt
- Triggers
What does the Android View Binding Migration with Strict Preservation skill do?
Migrates Android Kotlin code from deprecated Kotlin Android Extensions (synthetics) to View Binding. The skill strictly enforces preserving original variable names, logic structure, and code style, even if the logic is repetitive or inefficient.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill android-view-binding-migration-with-strict-preservation --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.
