aihip/android-claude-code-skills
Skill Claude CodeCodex
Review Android code changes after implementation to catch crash risks, boundary-condition bugs, and behavioral regressions before commit or merge. Use when asked to inspect staged changes after git add ., review current modified code, review a branch diff, or review a specific commit-id for issues such as null/empty…
aihip/android-claude-code-skills
Skill Claude CodeCodex
Analyze an Android project codebase to produce a comprehensive report covering: project structure and modules, feature inventory, architecture pattern (MVVM/MVI/MVP/Clean Architecture), dependency list with versions, build configuration, code quality indicators, and potential issues. Use when asked to analyze an…
aihip/android-claude-code-skills
Skill Claude CodeCodex
Synchronize Android multilingual strings.xml resources from an Excel spreadsheet, generate or preserve translation keys in the first column, write generated keys back to Excel, and update app/src/main/res/values strings.xml files with precise value-only replacements. Use when asked to sync Android translations from…
aihip/android-claude-code-skills
Skill Claude CodeCodex
Analyze Android APK files: extract metadata, parse AndroidManifest.xml, audit permissions, verify signatures/certificates, inspect DEX files, detect native libraries and third-party SDKs, and perform security auditing. Use when asked to analyze APK, inspect permissions, check APK signature, review manifest, audit…
aihip/android-claude-code-skills
Skill Claude CodeCodex
Use when converting Figma design data (node JSON, layer descriptions, annotation data, or screenshot descriptions) into production-ready Android native View XML and Kotlin code. Trigger phrases: figma to android, figma 转 android, figma 生成代码, 设计稿转代码, design to android code, figma node json, convert figma, 还原设计稿.
aihip/android-claude-code-skills
Skill Claude CodeCodex
Template skill for creating new Android development skills with Codex-compatible SKILL.md frontmatter and optional agents/openai.yaml metadata. Use when starting a new skill in this repository.