Android & KMM developer plugins: unified developer agent, Swagger model generation, Yandex Tracker, Google Developer Knowledge, KMM ↔ iOS migration
npx claudepluginhub gorban-dev/gor-dev-pluginsUnified Android developer: brainstorm → plan → implement → review → test → verify. One proactive agent for all Android development tasks.
Generate Android Kotlin data models from Swagger/OpenAPI specifications
Yandex Tracker integration: 30+ MCP tools for full API coverage, agent for interactive task execution, skills for workflow patterns
Google Developer Knowledge API: real-time access to official documentation from Android, Firebase, Cloud, Chrome, Flutter, TensorFlow, web.dev, Google AI and more
Claude Code plugin marketplace for Android development.
/plugin marketplace add gorban-dev/gor-dev-plugins
| Plugin | Description | Install |
|---|---|---|
| android-dev | Unified Android developer: one proactive agent for the full cycle — brainstorm → plan → implement → review → test → verify | /plugin install android-dev@gor-dev-plugins |
| swagger-android | Generate Android Kotlin data models from Swagger/OpenAPI specs | /plugin install swagger-android@gor-dev-plugins |
| yandex-tracker | Yandex Tracker MCP server for issue management, time tracking, comments, workflows, and sprint planning | /plugin install yandex-tracker@gor-dev-plugins |
| google-dev-knowledge | Real-time access to official Google developer docs (Android, Firebase, Cloud, Flutter, TensorFlow, Google AI, etc.) | /plugin install google-dev-knowledge@gor-dev-plugins |
One agent replaces 6 separate agents and 14 skills from the previous android-arch + dev-workflow plugins.
android-dev (model: opus) — senior Android developer. Automatically selects the right skill and proactively runs the full development cycle.
| Skill | Description |
|---|---|
brainstorm | Explore approaches and design solutions before coding. Proposes 2-3 options with trade-offs |
plan | Create granular implementation plans (2-5 min tasks) and execute them step by step |
implement | Build features from scratch, modify existing ones, or refactor to architecture standard |
debug | Systematic debugging: root cause → hypothesis → fix → verify |
tdd | Test-driven development: RED → GREEN → REFACTOR |
review | Two-pass review: architecture compliance (8 categories) + code quality (6 categories) |
test-ui | UI testing on device via claude-in-mobile CLI |
verify | Evidence-based completion check — no "should work" claims allowed |
implement → review (auto) → fix if FAIL (max 3) → test-ui (auto) → verify (auto) → report
For complex tasks:
brainstorm → plan → implement → review → test-ui → verify
Strict rules for Jetpack Compose + Clean Architecture:
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"gor-dev-plugins": {
"source": {
"source": "github",
"repo": "gorban-dev/gor-dev-plugins"
}
}
},
"enabledPlugins": {
"android-dev@gor-dev-plugins": true,
"swagger-android@gor-dev-plugins": true,
"yandex-tracker@gor-dev-plugins": true,
"google-dev-knowledge@gor-dev-plugins": true
}
}
If you were using android-arch and dev-workflow, replace them with android-dev:
"enabledPlugins": {
- "dev-workflow@gor-dev-plugins": true,
- "android-arch@gor-dev-plugins": true,
+ "android-dev@gor-dev-plugins": true,
}
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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