claude-code-for-android
v3.1.1Android code review toolkit v3.1.1 - Refactored architecture with clear responsibility separation
By daishengda2018License: Apache-2.00 GitHub starsUpdated 6 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Mar 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install claude-code-for-android for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-code-for-android@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/daishengda2018/claude-code-for-androidClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/release-checklist/SKILL.md
Included Skills1
Claude Plugin 发布清单。在发布插件时,自动验证结构、兼容性、版本完整性、Git 同步等所有检查项。当用户提到"发布插件"、"准备发布"、"创建 release"、"打 tag"、"验证发布"或询问"是否可以发布"时使用此 skill。确保插件符合所有发布要求,避免发布失败。**此 skill 完全自动化执行所有检查和发布步骤,无需用户确认。**
Plugin manifests1
{
"name": "claude-code-for-android",
"version": "3.1.1",
"description": "Android code review toolkit v3.1.1 - Refactored architecture with clear responsibility separation",
"author": {
"name": "daishengda2018",
"url": "https://github.com/daishengda2018"
},
"homepage": "https://github.com/daishengda2018/claude-code-for-android",
"repository": "https://github.com/daishengda2018/claude-code-for-android",
"license": "Apache-2.0",
"keywords": [
"android",
"kotlin",
"java",
"code-review",
"security",
"performance",
"quality",
"lifecycle",
"coroutines",
"jetpack",
"v3.1.1"
],
"skills": [
"./skills/"
],
"agents": [
"./agents/android-code-reviewer.md"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[claude-code-for-android on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-code-for-android)