By adzcsx2
All-in-one Android development toolkit. Includes: init-android (claude.md generator with checklist support), gradle-build-performance (build optimization), update-docs (documentation generation), android-i18n (internationalization), android-fold-adapter (foldable screen support), code-note (Chinese code comments), auto-ui-test (Midscene + ADB UI automation testing with doc-driven mode), push (auto-add, pull, per-file commit, push with conflict handling), and update-remote-plugins (marketplace management with per-skill README generation).
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Diagnose and fix Android foldable screen adaptation issues — Activity recreation, state loss, fragment reference invalidation, and layout breakage on fold/unfold.
Audit Android project for hardcoded Chinese strings, generate i18n resources for 4 languages (en/ru/zh/zh-rTW), and update code to use string resources.
Android UI自动化测试 - Midscene视觉驱动 + ADB快速执行,支持文档驱动测试
Add Chinese comments to Kotlin/Java source files. Supports classes, methods, member variables, and key logic blocks. Comments are concise but comprehensive.
Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.
一站式 Android 开发工具集。安装一次,拥有全部功能。
npx skills add adzcsx2/android-claude-skills
或通过 Claude Code 插件系统安装:
# 1. 添加 marketplace
/plugin marketplace add github.com/adzcsx2/claude_skill
# 2. 安装(包含所有 skills)
/plugin install android-dev-tools@android-dev-tools
claude_skill/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── android-dev-tools/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ ├── init-android/
│ │ ├── SKILL.md
│ │ └── README.md
│ ├── gradle-build-performance/
│ │ ├── SKILL.md
│ │ └── README.md
│ ├── update-docs/
│ │ ├── SKILL.md
│ │ └── README.md
│ ├── android-i18n/
│ │ ├── SKILL.md
│ │ └── README.md
│ ├── android-fold-adapter/
│ │ ├── SKILL.md
│ │ └── README.md
│ ├── code-note/
│ │ ├── SKILL.md
│ │ └── README.md
│ ├── auto-ui-test/
│ │ ├── SKILL.md
│ │ ├── README.md
│ │ └── references/
│ │ ├── doc-parser-guide.md
│ │ └── midscene-reference.md
│ ├── push/
│ │ ├── SKILL.md
│ │ └── README.md
│ └── update-remote-plugins/
│ ├── SKILL.md
│ └── README.md
├── README.md # 中文
├── README_EN.md # 英文
└── .gitignore
update-docs 需要:标准结构的 Android 项目| Skill | 描述 |
|---|---|
init-android | 初始化或优化 Android 项目的 claude.md 文件 |
gradle-build-performance | 调试和优化 Gradle 构建性能 |
update-docs | 生成中文技术文档 |
android-i18n | 审计并生成 4 种语言的国际化资源 |
android-fold-adapter | 诊断和修复折叠屏适配问题 |
code-note | 为 Kotlin/Java 源文件添加中文注释 |
auto-ui-test | Android UI自动化测试 - Midscene视觉驱动 + ADB快速执行,支持文档驱动测试 |
push | 一键发布:自动暂存、拉取最新、逐文件提交、生成文档、推送到远程 |
update-remote-plugins | 审计生成 Skill README,同步 marketplace 并更新本地插件 |
初始化或优化 Android 项目的 claude.md 文件。从 Gradle 配置和源码目录检测真实项目结构,合并已有规则,生成简洁的 AI 指导文件。
功能:
用法: /android-dev-tools:init-android
调试和优化 Android/Gradle 构建性能。
功能:
用法: /android-dev-tools:gradle-build-performance
为 Android 项目自动生成中文技术文档。
功能:
docs/update-list/,记录实际内容变更用法:
/android-dev-tools:update-docs [--force] [--dry-run] [interfaces|navigation|components|notifications|api]
为 Kotlin/Java 源文件添加中文注释。
功能:
用法:
/android-dev-tools:code-note 文件名
示例:
/android-dev-tools:code-note AlbumActivity/android-dev-tools:code-note LoginActivity.kt同步 marketplace.json 与插件目录,审计生成每个 skill 的 README.md,并更新 README 文件。
功能:
用法: /android-dev-tools:update-remote-plugins
审计 Android 项目中的硬编码中文字符串并生成国际化资源。
功能:
strings.xml 中生成字符串资源用法:
/android-dev-tools:android-i18n [项目路径]
诊断和修复 Android 折叠屏适配问题。
功能:
用法:
/android-dev-tools:android-fold-adapter "搜索页折叠后内容消失"
Android UI 自动化测试,智能选择执行模式,支持文档驱动测试。
功能:
docs/test/report/用法:
# 直接执行测试任务
/android-dev-tools:auto-ui-test 点击Toast按钮,等待3秒后截图
# 文档驱动测试(解析文档并执行测试)
/android-dev-tools:auto-ui-test docs/test/UI_TEST_REPORT.md
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub adzcsx2/android-claude-skills --plugin android-dev-toolsAll-in-one development toolkit: universal project init (dt:init), project hook installer (dt:install-project-hooks), study assistant (dt:study), git push (dt:push), serial command execution loop (dt:execute-loop), plugin management (dt:update-remote-plugins), Codex config sync (dt:codex-sync-push/pull), code annotation (dt:code-note), Cloudflare tunnel (dt:to-public-cloudflare), work report generator (dt:work-report), local worktree isolation (dt:local-worktree), Android tools (adt:*), and Flutter tools (fdt:*).
All-in-one Flutter development toolkit. Includes: init-flutter (claude.md generator), update-docs (documentation generation), code-note (Chinese code comments), push (auto-add, pull, per-file commit, push with conflict handling), and update-remote-plugins (marketplace management with per-skill README generation).
Android development validation with Gradle build hooks.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform
Android and Kotlin development with Jetpack Compose
Use this agent when developing native iOS or Android applications, implementing React Native features, or optimizing mobile performance. This agent specializes in creating smooth, native-feeling mobile experiences. Examples:\n\n<example>\nContext: Building a new mobile app\nuser: "Create a TikTok-style video feed for our app"\nassistant: "I'll build a performant video feed with smooth scrolling. Let me use the mobile-app-builder agent to implement native performance optimizations."\n<commentary>\nVideo feeds require careful mobile optimization for smooth scrolling and memory management.\n</commentary>\n</example>\n\n<example>\nContext: Implementing mobile-specific features\nuser: "Add push notifications and biometric authentication"\nassistant: "I'll implement native push notifications and Face ID/fingerprint auth. Let me use the mobile-app-builder agent to ensure proper platform integration."\n<commentary>\nNative features require platform-specific implementation and proper permissions handling.\n</commentary>\n</example>\n\n<example>\nContext: Cross-platform development\nuser: "We need this feature on both iOS and Android"\nassistant: "I'll implement it using React Native for code reuse. Let me use the mobile-app-builder agent to ensure native performance on both platforms."\n<commentary>\nCross-platform development requires balancing code reuse with platform-specific optimizations.\n</commentary>\n</example>
Developer workflow skills — full task implementation cycle, View→Compose UI migration, safe code migration, test plan generation, exploratory QA testing, feature verification, PR preparation, PR creation (draft or ready), and full PR lifecycle through CI/CD and code review
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.