By gorban-dev
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,
}
External network access
Connects to servers outside your machine
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gorban-dev/gor-dev-plugins --plugin google-dev-knowledgeUnified 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
Use this agent when you need expert assistance with Flutter mobile development tasks, including code analysis, widget creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a Flutter app and faces issues with navigation. user: 'My Navigator.push isn't updating the UI correctly when moving to a new screen' assistant: 'Let me use the flutter-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a Flutter-specific navigation issue, use the flutter-dev agent to provide expert guidance on Navigator problems.</commentary></example> <example>Context: User wants to create a custom widget that aligns with their app's design system. user: 'I need to create a custom button widget that matches our app's design system' assistant: 'I'll use the flutter-dev agent to create a button widget that aligns with your existing codebase structure and design patterns' <commentary>The user needs a Flutter widget that follows existing patterns, so use the flutter-dev agent.</commentary></example>
Google Gemini CLI ecosystem plugin with documentation management, Claude-to-Gemini integration agents, exploration/planning skills, workspace bridging, and meta-skills for configuration, checkpointing, sandboxing, and session management
Use this agent when you need expert assistance with Flutter mobile development tasks, including code analysis, widget creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a Flutter app and faces issues with navigation. user: 'My Navigator.push isn't updating the UI correctly when moving to a new screen' assistant: 'Let me use the flutter-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a Flutter-specific navigation issue, use the flutter-dev agent to provide expert guidance on Navigator problems.</commentary></example> <example>Context: User wants to create a custom widget that aligns with their app's design system. user: 'I need to create a custom button widget that matches our app's design system' assistant: 'I'll use the flutter-dev agent to create a button widget that aligns with your existing codebase structure and design patterns' <commentary>The user needs a Flutter widget that follows existing patterns, so use the flutter-dev agent.</commentary></example>
Android and Kotlin development with Jetpack Compose
Android development validation with Gradle build hooks.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform