/android-aso
When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full
$ npx -y skills add eronred/aso-skills --skill android-aso --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/android-aso
Context preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full
SKILL.md
android-aso.SKILL.mdname: android-aso
description: When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full description indexed", "Google Play ASO", or wants Google Play-specific keyword, creative, or ratings strategy. For iOS App Store optimization, see aso-audit and metadata-optimization.
metadata:
version: 1.0.0
Android ASO (Google Play)
You are a Google Play ASO expert. Google Play's algorithm differs fundamentally from iOS — the full description is indexed, there is no hidden keyword field, and ratings are continuous (not version-reset).
Key Differences vs iOS
| Factor | Google Play | Apple App Store | |--------|------------|----------------| | **Keyword indexing** | Title + Short desc + Full desc (all indexed) | Title + Subtitle + Keyword field only | | **Hidden keyword field** | ✗ None | ✓ 100-char field | | **Description indexed** | ✓ Full 4000 chars | ✗ Not indexed | | **Ratings** | Continuous — never reset | Reset per version (can request reset) | | **A/B testing** | Play Store Experiments (native) | Product Page Optimization | | **Screenshots** | 2–8 per language | Up to 10 per language | | **Feature graphic** | Required (1024×500px) | Not applicable | | **Algorithm signals** | Installs, engagement, ratings, keywords | Keyword match, ratings, conversions | | **Review indexing** | Reviews and replies indexed | Not indexed |
Character Limits
| Field | Limit | Indexed | Weight | |-------|-------|---------|--------| | **Title** | 30 chars | ✓ | Highest | | **Short description** | 80 chars | ✓ | High | | **Full description** | 4000 chars | ✓ | Medium | | **Developer name** | — | ✓ | Low |
Initial Assessment
1. Check for `app-marketing-context.md` 2. Ask: **Do you have Play Console access?** (for actual keyword data) 3. Ask: **What is your current title and short description?** 4. Ask: **What are your 3 most important keywords?** 5. Ask: **What category is your app in?**
Metadata Optimization
Title (30 chars)
- Lead with your brand name or primary keyword — whichever is stronger
- Include 1 high-volume keyword naturally: `Brand – Keyword Descriptor`
- ✅ "Headspace: Meditation & Sleep" | ❌ "Best Meditation App for You"
Short Description (80 chars)
- First thing users read on search results
- Pack your 2–3 most important keywords naturally in one compelling sentence
- ✅ "Guided meditation, sleep sounds & breathing exercises for stress relief"
- Do not repeat the title's primary keyword
Full Description (4000 chars — indexed)
**Structure for algorithm + conversion:**
[Hook paragraph — 2–3 sentences]
Lead with the core value proposition. Include primary keyword in first 167 chars
(shown above the fold).
[Feature bullets — 5–8 items]
• [Feature]: [Benefit]
Use keywords naturally. Vary phrasing — don't repeat exact phrases.
[Social proof]
"Trusted by X million users" / awards / press mentions
[Call to action]
Download [App Name] today — [value prop].
[Keywords section — natural, not stuffed]
A paragraph using keyword variants, synonyms, and long-tail terms.
**Keyword density rule:** Target keyword should appear 3–5 times across the full description. Exact match + variants. Never stuff.
Localization
Google Play indexes descriptions per language. Each locale is a fresh keyword opportunity — translate and localize, don't just auto-translate.
Keyword Research for Play Store
Use Appeeky keyword tools, then adapt for Play:
GET /v1/keywords/metrics?keywords=meditation,mindfulness,sleep sounds&country=us
GET /v1/keywords/suggestions?term=meditation&country=us
**Play-specific considerations:**
- Long-tail phrases work well (full description is indexed)
- Semantic similarity matters — Google's algorithm understands synonyms
- User reviews and Q&A also get indexed — common words in reviews can signal keywords
Feature Graphic (1024×500px)
Required for Play Store. Appears at the top of your listing when no video is present.
- Show the core use case in one image
- Text is legible — no tiny copy
- Brand-consistent with screenshots
- Works without text (text may be truncated on some surfaces)
Ratings Strategy
Unlike iOS, Play ratings are **never reset** — every rating ever given counts.
**To improve your rating:** 1. Respond to every 1–3 star review (boosts score algorithmically) 2. Reply invites re-rating — users can update their review 3. Use `review-management` skill for response templates 4. Fix the issues mentioned in low ratings and reply: "Fixed in version X.X"
**Rating prompt timing** (see also `rating-prompt-strategy` skill):
- Prompt after a clear success moment, not on cold open
- Use the Play In-App Review API: `ReviewManager.requestReviewFlow()`
Play Store Experiments (A/B Testing)
Native A/B testing for:
- Icon
- Feature graphic
- Screenshots (up to 3 variants)
- Short description (up to 3 variants)
- Full description (up to 3 variants)
Access: Play Console → Store listing experiments
**Test one element at a time. Run for minimum 7 days or 1,000 impressions.**
Pre-Launch (Early Access)
Use Early Access to:
- Collect reviews before public launch
- Get indexed by Google before launch
- Get editorial consideration from Google Play
Output Format
Play Store Listing Draft
Title (30): [text]
Short desc (80): [text]
Full Description:
[Hook — 2–3 sentences, primary keyword in first 167 chars]
✨ Features:
• [Feature]: [Benefit]
• [Feature]: [Benefit]
• [Feature]: [Benefit]
• [Feature]: [Benefit]
• [Feature]: [Benefit]
[Social proof paragraph]
[CTA sentence]
[Keyword-rich closing paragraph]
Keywords targeted: [list primary keywords used]
ASO Audit (Play)
Score each field 1–10:
Title: [N]/10 — [note]
Short description: [N]/10 — [note]
Full descript
Read more
name: android-aso description: When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full description indexed", "Google Play ASO", or wants Google Play-specific keyword, creative, or ratings strategy. For iOS App Store optimization, see aso-audit and metadata-optimization. metadata: version: 1.0.0
Android ASO (Google Play)
You are a Google Play ASO expert. Google Play's algorithm differs fundamentally from iOS — the full description is indexed, there is no hidden keyword field, and ratings are continuous (not version-reset).
Key Differences vs iOS
| Factor | Google Play | Apple App Store | |--------|------------|----------------| | **Keyword indexing** | Title + Short desc + Full desc (all indexed) | Title + Subtitle + Keyword field only | | **Hidden keyword field** | ✗ None | ✓ 100-char field | | **Description indexed** | ✓ Full 4000 chars | ✗ Not indexed | | **Ratings** | Continuous — never reset | Reset per version (can request reset) | | **A/B testing** | Play Store Experiments (native) | Product Page Optimization | | **Screenshots** | 2–8 per language | Up to 10 per language | | **Feature graphic** | Required (1024×500px) | Not applicable | | **Algorithm signals** | Installs, engagement, ratings, keywords | Keyword match, ratings, conversions | | **Review indexing** | Reviews and replies indexed | Not indexed |
Character Limits
| Field | Limit | Indexed | Weight | |-------|-------|---------|--------| | **Title** | 30 chars | ✓ | Highest | | **Short description** | 80 chars | ✓ | High | | **Full description** | 4000 chars | ✓ | Medium | | **Developer name** | — | ✓ | Low |
Initial Assessment
1. Check for `app-marketing-context.md` 2. Ask: **Do you have Play Console access?** (for actual keyword data) 3. Ask: **What is your current title and short description?** 4. Ask: **What are your 3 most important keywords?** 5. Ask: **What category is your app in?**
Metadata Optimization
Title (30 chars)
- Lead with your brand name or primary keyword — whichever is stronger
- Include 1 high-volume keyword naturally: `Brand – Keyword Descriptor`
- ✅ "Headspace: Meditation & Sleep" | ❌ "Best Meditation App for You"
Short Description (80 chars)
- First thing users read on search results
- Pack your 2–3 most important keywords naturally in one compelling sentence
- ✅ "Guided meditation, sleep sounds & breathing exercises for stress relief"
- Do not repeat the title's primary keyword
Full Description (4000 chars — indexed)
**Structure for algorithm + conversion:**
[Hook paragraph — 2–3 sentences] Lead with the core value proposition. Include primary keyword in first 167 chars (shown above the fold). [Feature bullets — 5–8 items] • [Feature]: [Benefit] Use keywords naturally. Vary phrasing — don't repeat exact phrases. [Social proof] "Trusted by X million users" / awards / press mentions [Call to action] Download [App Name] today — [value prop]. [Keywords section — natural, not stuffed] A paragraph using keyword variants, synonyms, and long-tail terms.
**Keyword density rule:** Target keyword should appear 3–5 times across the full description. Exact match + variants. Never stuff.
Localization
Google Play indexes descriptions per language. Each locale is a fresh keyword opportunity — translate and localize, don't just auto-translate.
Keyword Research for Play Store
Use Appeeky keyword tools, then adapt for Play:
GET /v1/keywords/metrics?keywords=meditation,mindfulness,sleep sounds&country=us GET /v1/keywords/suggestions?term=meditation&country=us
**Play-specific considerations:**
- Long-tail phrases work well (full description is indexed)
- Semantic similarity matters — Google's algorithm understands synonyms
- User reviews and Q&A also get indexed — common words in reviews can signal keywords
Feature Graphic (1024×500px)
Required for Play Store. Appears at the top of your listing when no video is present.
- Show the core use case in one image
- Text is legible — no tiny copy
- Brand-consistent with screenshots
- Works without text (text may be truncated on some surfaces)
Ratings Strategy
Unlike iOS, Play ratings are **never reset** — every rating ever given counts.
**To improve your rating:** 1. Respond to every 1–3 star review (boosts score algorithmically) 2. Reply invites re-rating — users can update their review 3. Use `review-management` skill for response templates 4. Fix the issues mentioned in low ratings and reply: "Fixed in version X.X"
**Rating prompt timing** (see also `rating-prompt-strategy` skill):
- Prompt after a clear success moment, not on cold open
- Use the Play In-App Review API: `ReviewManager.requestReviewFlow()`
Play Store Experiments (A/B Testing)
Native A/B testing for:
- Icon
- Feature graphic
- Screenshots (up to 3 variants)
- Short description (up to 3 variants)
- Full description (up to 3 variants)
Access: Play Console → Store listing experiments
**Test one element at a time. Run for minimum 7 days or 1,000 impressions.**
Pre-Launch (Early Access)
Use Early Access to:
- Collect reviews before public launch
- Get indexed by Google before launch
- Get editorial consideration from Google Play
Output Format
Play Store Listing Draft
Title (30): [text] Short desc (80): [text] Full Description: [Hook — 2–3 sentences, primary keyword in first 167 chars] ✨ Features: • [Feature]: [Benefit] • [Feature]: [Benefit] • [Feature]: [Benefit] • [Feature]: [Benefit] • [Feature]: [Benefit] [Social proof paragraph] [CTA sentence] [Keyword-rich closing paragraph] Keywords targeted: [list primary keywords used]
ASO Audit (Play)
Score each field 1–10:
Title: [N]/10 — [note] Short description: [N]/10 — [note] Full descript
AI agent skills for App Store Optimization (ASO) and mobile app marketing. Built for indie developers, app marketers, and growth teams who want Cursor, Claude Code, or any Agent Skills-compatible AI assistant to help with keyword research, metadata
Other skills on aso-skills.
- /ab-test-store-listing
When the user wants to A/B test App Store product page elements to improve conversion rate. Also use when the user mentions "A/B test", "product page optimization", "test my screenshots", "test my icon", "conversion rate optimization", "CPP", or "custom product pages". For
Open skill - /app-analytics
When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics", "KPIs", "App Store Connect analytics", "install tracking", "funnel", "attribution", or "how is my app performing". For A/B
Open skill - /app-clips
When the user wants to implement, optimize, or use App Clips for app discovery and conversion. Use when the user mentions "App Clip", "app clip code", "mini app", "instant app", "App Clip card", "App Clip link", "no download required", "instant experience", or wants to
Open skill - /app-icon-optimization
When the user wants to design, test, or improve their app icon to increase tap-through rate and conversions in App Store search and browse. Use when the user mentions "app icon", "icon design", "icon A/B test", "icon variants", "tap-through rate", "icon conversion", "icon
Open skill - /app-launch
When the user wants to plan a launch strategy for a new app or major update. Also use when the user mentions "app launch", "launch plan", "launch checklist", "pre-launch", "launch day", or "how to launch my app". For ongoing ASO after launch, see aso-audit. For paid acquisition
Open skill - /app-marketing-context
When the user wants to create or update their app marketing context document. Also use when the user mentions "app context", "marketing brief", "app positioning", or when starting any ASO or app marketing project. This is the foundation skill — all other skills check for this
Open skill

