aihip/android-claude-code-skills
Cursor rule
Review Android code changes after implementation to catch crash risks, boundary-condition bugs, and behavioral regressions before commit or merge. Apply when the user asks to review staged changes after git add, review current modified code, review a branch diff, review a specific commit-id, 检查当前修改代码, 边界条件检查, 崩溃风险检查…
aihip/android-claude-code-skills
Cursor rule
Analyze an Android project codebase to produce a comprehensive technical report covering project structure, features, architecture pattern, all dependencies with versions, code quality indicators, and potential issues. Activate when asked to analyze an Android project, review its architecture, audit dependencies…
aihip/android-claude-code-skills
Cursor rule
Synchronize Android multilingual strings.xml resources from an Excel spreadsheet. Generates or preserves translation keys in the first column, writes generated keys back to Excel, and updates all app/src/main/res/values- strings.xml files with precise value-only replacements. Apply when the user asks to sync Android…
aihip/android-claude-code-skills
Cursor rule
Analyze Android APK files to extract metadata, classify permissions by risk level, verify signatures, inspect exported components, detect native libraries and third-party SDKs, and produce a security audit report. Apply when the user asks to analyze APK, inspect permissions, check APK signature, parse AndroidManifest…
aihip/android-claude-code-skills
Cursor rule
Convert Figma design data (node JSON, layer descriptions, annotations, screenshots) into production-ready Android native XML + Kotlin code with 1:1 visual fidelity. Apply when the user asks to convert Figma to Android, generate Android code from design, figma 转 android, figma 生成代码, 设计稿转代码, 还原设计稿, or design to android…