原始内容
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
What is this?
Android Assistant is a Claude Code plugin with 7 agents and 7 skills for android development.
📑 Table of Contents
Click to expand
🚀 Quick Start
Prerequisites
- Claude Code CLI v2.0.27+
- Active Claude subscription
Installation (Choose One)
Option 1: From Marketplace (Recommended)
# Step 1️⃣ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-android
# Step 2️⃣ Install the plugin
/plugin install android-development-assistant@pluginagentmarketplace-android
# Step 3️⃣ Restart Claude Code
# Close and reopen your terminal/IDE
Option 2: Local Installation
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-android.git
cd custom-plugin-android
# Load locally
/plugin load .
# Restart Claude Code
✅ Verify Installation
After restart, you should see these agents:
android-development-assistant:01-kotlin-essentials
android-development-assistant:04-architecture-solid
android-development-assistant:01-fundamentals
android-development-assistant:02-android-core
android-development-assistant:05-networking
... and 7 more
✨ Features
| Feature | Description |
|---|---|
| 🤖 7 Agents | Specialized AI agents for android tasks |
| 🛠️ 7 Skills | Reusable capabilities with Golden Format |
| ⌨️ 6 Commands | Quick slash commands |
| 🔄 SASMP v1.3.0 | Full protocol compliance |
🤖 Agents
7 Specialized Agents
| # | Agent | Purpose |
|---|---|---|
| 1 | 01-kotlin-essentials | Master Kotlin language fundamentals, syntax, coroutines, and |
| 2 | 04-architecture-solid | MVVM, Clean Architecture, SOLID principles, design patterns, |
| 3 | 01-fundamentals | Kotlin & Java programming fundamentals, OOP, SOLID principle |
| 4 | 02-android-core | Android platform fundamentals - Activities, Fragments, lifec |
| 5 | 05-networking | API Integration & Networking - Retrofit, OkHttp, REST APIs, |
| 6 | 03-jetpack-modern | Modern Android development with Jetpack libraries - ViewMode |
| 7 | 06-architecture | Architecture & Design Patterns - MVVM, Clean Architecture, R |
| 8 | 04-data-management | Data Persistence & Storage - Room ORM, SQLite, DataStore, en |
| 9 | data-management-storage | Android'de veri depolama ve yönetimi için kapsamlı bir rehbe |
| 10 | 02-platform | Android core components - Activities, Fragments, Services, L |
| ... | +2 more | See agents/ directory |
🛠️ Skills
Available Skills
| Skill | Description | Invoke |
|---|---|---|
ui |
XML layouts, ConstraintLayout, Jetpack Compose, Material Des | Skill("android-development-assistant:ui") |
fundamentals |
Master Kotlin syntax, OOP principles, SOLID practices, funct | Skill("android-development-assistant:fundamentals") |
networking |
Retrofit, OkHttp, REST APIs, JSON serialization, network sec | Skill("android-development-assistant:networking") |
platform |
Android core components lifecycle, Activities, Fragments, Se | Skill("android-development-assistant:platform") |
03-architecture-patterns |
MVVM, Repository pattern, Dependency injection, SOLID princi | Skill("android-development-assistant:03-architecture-patterns") |
architecture |
MVVM pattern, Clean Architecture, Repository pattern, depend | Skill("android-development-assistant:architecture") |
02-jetpack-essential |
ViewModel, LiveData, Room database, Navigation Component, Hi | Skill("android-development-assistant:02-jetpack-essential") |
04-android-production |
Testing, performance optimization, security, and Play Store | Skill("android-development-assistant:04-android-production") |
production |
Unit testing, performance optimization, security implementat | Skill("android-development-assistant:production") |
01-kotlin-core |
Kotlin syntax, coroutines, scope functions, and functional p | Skill("android-development-assistant:01-kotlin-core") |
| ... | +1 more | See skills/ directory |
⌨️ Commands
| Command | Description |
|---|---|
/code-examples |
examples - Real-World Code Examples |
/dev-guide |
guide - Android Development Guide |
/quick-start |
start - Quick Start Guide |
/quick-help |
help - Quick Help for Common Tasks |
/agent-guide |
guide - Complete Agent Guide |
/roadmap |
Android Development Roadmap |
📚 Documentation
| Document | Description |
|---|---|
| CHANGELOG.md | Version history |
| CONTRIBUTING.md | How to contribute |
| LICENSE | License information |
📁 Project Structure
Click to expand
custom-plugin-android/
├── 📁 .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── 📁 agents/ # 7 agents
├── 📁 skills/ # 7 skills (Golden Format)
├── 📁 commands/ # 6 commands
├── 📁 hooks/
├── 📄 README.md
├── 📄 CHANGELOG.md
└── 📄 LICENSE
📅 Metadata
| Field | Value |
|---|---|
| Version | 2.0.0 |
| Last Updated | 2025-12-29 |
| Status | Production Ready |
| SASMP | v1.3.0 |
| Agents | 7 |
| Skills | 7 |
| Commands | 6 |
🤝 Contributing
Contributions are welcome! Please read our Contributing Guide.
- Fork the repository
- Create your feature branch
- Follow the Golden Format for new skills
- Submit a pull request
⚠️ Security
Important: This repository contains third-party code and dependencies.
- ✅ Always review code before using in production
- ✅ Check dependencies for known vulnerabilities
- ✅ Follow security best practices
- ✅ Report security issues privately via Issues
📝 License
Copyright © 2025 Dr. Umit Kacar & Muhsin Elcicek
Custom License - See LICENSE for details.
👥 Contributors
|
Dr. Umit Kacar Senior AI Researcher & Engineer |
Muhsin Elcicek Senior Software Architect |