
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
android-pro-max-cli
Advanced tools
Expert architectural intelligence for building robust, scalable, and modern Android applications.
Overview | Features | Installation | Usage | Supported Assistants
Android Pro Max là một lớp AI Intelligence chuyên sâu dành cho phát triển Android hiện đại, tập trung vào Kotlin, Jetpack Compose, Clean Architecture, MVI/MVVM, Coroutines, Flow, Room, WorkManager, Hilt, KSP, Gradle, và tiêu chuẩn Play Store.
Dù bạn đang xây dựng một ứng dụng Fintech phức tạp, một mạng xã hội quy mô lớn hay một SaaS Dashboard trên mobile, skill này đảm bảo AI partner của bạn sẽ đưa ra các khuyến nghị cấp độ chuyên gia dựa trên các tiêu chuẩn công nghiệp mới nhất và Google's Best Practices.
Android Pro Max tách biệt rõ ràng logic ra quyết định (Decision Logic) và công cụ thực thi (Execution Tools):
| Layer | Vai trò | Nội dung |
|---|---|---|
| 🧠 Rules (Brain) | System prompt, persona, constraints | 19 modular rule files — định nghĩa cách suy nghĩ, giới hạn an toàn, luồng quyết định |
| 🤲 Skill (Hands) | Tools, search, data access | Search commands, 18 domain data files, design system generator |
Hệ thống được thiết kế với 19 module rules chuyên biệt, bao quát toàn diện mọi khía cạnh từ Code Quality đến Product Release. Mỗi file tích hợp sẵn tính năng tự động kích hoạt thông qua format tương thích với hầu hết các AI Agent hiện đại.
Tier 1: Foundation Rules (Bắt buộc)
├── 01_skill_usage # Bắt buộc: Tự động filter & áp dụng skill
├── 02_code_quality # Tiêu chuẩn God files & logic leakage vào UI
├── 03_interaction_flow # Luồng Tương tác "ABCR" (Audit-Block-Refactor-Explain)
├── 04_app_consistency # Design tokens & UX consistency
└── 05_error_handling # Result pattern & Sealed classes for errors
Tier 2: Code Quality Rules
├── 06_testing # JUnit, Mocking, Compose UI testing
├── 07_performance # Recomposition, Memory, Coroutine dispatchers
├── 08_security # CryptoDataStore, Permissions, Data Protection
├── 09_state_management # MVI/MVVM, StateFlow/SharedFlow hierarchy
└── 10_naming_conventions # Kotlin/Compose conventions, package structure
Tier 3: UX & Resilience Rules
├── 11_accessibility # Semantics labels, Touch targets 48dp, Font scaling
├── 12_network_resiliency # Exponential Backoff, Offline caching
├── 13_offline_first # Room caching, WorkManager background sync
├── 14_ui_graceful_degradation # Shimmer effects, Error fallbacks
└── 15_state_lifecycle # ViewModel survival, Config changes, SaveStateHandle
Tier 4: Play Store & Product Rules
├── 16_google_play_aso # ASO: Keywords, Description optimization
├── 17_google_play_compliance # Privacy Policy, Data Safety, Content rating
├── 18_google_play_visuals # Screenshots story, Feature graphics, Adaptive icons
└── 19_architecture_decision_matrix # Greenfield vs Legacy migration strategies
📖 Reference: Android Developers
Hệ thống kiến thức được xây dựng trên dữ liệu có cấu trúc bao quát hơn 18 domains:
npx android-pro-max-cli
# Cài đặt global
npm install -g android-pro-max-cli
# Khởi tạo trong bất kỳ project nào
android-pro-max init
# Cài đặt cho AI assistant cụ thể
android-pro-max init --ai claude
android-pro-max init --ai cursor
android-pro-max init --ai copilot
# Xem các phiên bản có sẵn
android-pro-max versions
# Cập nhật lên phiên bản mới nhất
android-pro-max update
Triển khai Android Pro Max vào toàn diện workflow phát triển của bạn (16 platforms):
| Assistant | Install Type | Structure | Rules File |
|---|---|---|---|
| Claude Code | Full | .claude/skills/android-pro-max/ | CLAUDE.md (append) |
| Cursor | Reference | .cursor/commands/ + .shared/ | .cursor/rules/ |
| Windsurf | Reference | .windsurf/skills/ + .shared/ | .windsurf/rules/ |
| GitHub Copilot | Reference | .github/prompts/ + .shared/ | copilot-instructions.md |
| Gemini CLI | Full | .gemini/skills/android-pro-max/ | .gemini/rules/ |
| Continue | Full | .continue/skills/android-pro-max/ | .continue/rules/ |
| Trae | Full | .trae/skills/android-pro-max/ | .trae/rules/ |
| VS Code | Full | .vscode/skills/android-pro-max/ | .vscode/rules/ |
| Codex | Full | .codex/skills/android-pro-max/ | .codex/rules/ |
| OpenCode | Full | .opencode/skills/android-pro-max/ | .opencode/rules/ |
| CodeBuddy | Full | .codebuddy/skills/android-pro-max/ | .codebuddy/rules/ |
| Junie | Full | .junie/skills/android-pro-max/ | .junie/rules/ |
| Kiro | Reference | .kiro/steering/ + .shared/ | .kiro/rules/ |
| Qoder | Reference | .qoder/skills/ + .shared/ | .qoder/rules/ |
| Roo Code | Reference | .roo/commands/ + .shared/ | .roo/rules/ |
src/android-pro-max/
├── data/ # 18 domain-tagged CSV files
├── scripts/ # Search engine, BM25, Design System Generator
└── templates/
├── base/ # Rules, Skill Content, Quick Reference
└── platforms/ # 16 platform configuration JSONs
The search engine uses BM25 algorithm for keyword-heavy retrieval, ensuring matching is based on technical context rather than just exact string matches.
| Domain | Entries | Description |
|---|---|---|
view | 65 | Android UI components and Jetpack Compose guidance |
package | 68 | Kotlin/Android libraries and pairings |
pattern | 82 | Compose, MVVM, state, and UI patterns |
architect | 20+ | Clean Architecture and modular boundaries |
performance | 21 | Compose, coroutine, and runtime performance patterns |
accessibility | 18 | Semantics, touch targets, font scaling |
ui-reasoning | 19 | App category decisions and UI direction |
color | 51 | Color palette guidance |
typography | 47 | Font pairing guidance |
style | 51 | UI style recommendations |
ux | 51 | UX best practices |
icon | 50 | Material Icons and usage guidance |
landing | 29 | Onboarding and landing patterns |
naming | 18 | Kotlin and Android naming conventions |
product | 56 | Product-specific UI considerations |
prompt | 33 | Prompt templates for Android tasks |
play-store | 10 | ASO, listing, compliance, and visual guidance |
chart | 22 | Chart recommendations for mobile dashboards |
Skill tự động kích hoạt khi bạn yêu cầu các task liên quan đến Android. Just chat naturally:
Tạo màn hình Login với Kotlin, Clean Architecture, Hilt, ViewModel, StateFlow và Jetpack Compose
# Tìm kiếm widgets/components
python3 scripts/search.py "bottom navigation bar" --domain view
# Tìm kiếm patterns với code snippet
python3 scripts/search.py "mvi effect flow" --domain pattern
# Tìm kiếm thư viện
python3 scripts/search.py "room database" --domain package
# Generate Design System cho app cụ thể
python3 scripts/search.py "fintech banking app" --design-system -p "VietBank"
Tạo màn hình login với Kotlin, Clean Architecture, Hilt, ViewModel, StateFlow, và Jetpack Compose
python3 src/android-pro-max/scripts/search.py "compose lazy list" --top 5
python3 src/android-pro-max/scripts/search.py "navigation flow" --domain pattern --top 5
python3 src/android-pro-max/scripts/search.py "play store listing" --domain play-store --top 5
FAQs
CLI to install Android Pro Max skill for AI coding assistants
The npm package android-pro-max-cli receives a total of 18 weekly downloads. As such, android-pro-max-cli popularity was classified as not popular.
We found that android-pro-max-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.