Android development toolkit for Claude Code - build performance, remote signing, documentation, i18n, foldable screen support, code comments, UI automation, and marketplace management
npx claudepluginhub adzcsx2/android-claude-skillsAll-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).
一站式 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
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
No description available.