aihip
- 6 skills
- 0 followers
- 5 hours ago last updated
- ▌ Template · aihip bundleTemplate 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.
- ▌ Apk Analyzer · aihip bundleAnalyze 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 Android app security, or perform APK 解析/安全审计.
- ▌ Figma To Android · aihip bundleUse 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, 还原设计稿.
- ▌ Android Change Review · aihip bundleReview 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 handling, index bounds, lifecycle problems, threading mistakes, memory leaks, ProGuard/R8 shrinking, process death, permission gating, and new crash paths. Trigger examples include code review after coding, 检查当前修改代码, 检查指定 commit-id, 边界条件检查, 崩溃风险检查, 内存泄漏检查, 回归检查, and review staged changes for Android crash risks.
- ▌ Android Project Analyzer · aihip bundleAnalyze 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 Android project, understand its architecture, audit dependencies, review project health, assess code quality, or produce a technical overview. Trigger phrases: analyze android project, project architecture review, dependency audit, 分析安卓项目, 项目架构分析, 依赖审计, 代码质量分析.
- ▌ Android Translation Sync · aihip bundleSynchronize 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 Excel, update strings.xml from a translation sheet, or perform Android 多语言翻译同步 tasks.