.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/marketingskills/aso
home/skills/coreyhaines31/marketingskills/aso
coreyhaines31 avatar

aso

bycoreyhaines31· 76 skills

Installs

37k

Stars

42k

Forks

6.6k

Category

Marketing & SEO

View on GitHub

TL;DR

When the user wants to audit or optimize an App Store or Google Play listing. Also use when the user mentions 'ASO audit,' 'app store optimization,' 'optimize my app listing,' 'improve app visibility,' 'app store ranking,' 'audit my listing,' 'why aren't people downloading my app,' 'improve my app conversion,' 'keyword optimization for app,' or 'compare my app to competitors.' Use when the user shares an App Store or Google Play URL and wants to improve it.

How to install aso?

coreyhaines31/marketingskills/aso
$npx -y skills add coreyhaines31/marketingskills --skill aso

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/coreyhaines31/marketingskills" --skill "coreyhaines31/marketingskills/aso"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/coreyhaines31/marketingskills" that are relevant to the current task. Run `npx skills add "https://github.com/coreyhaines31/marketingskills"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# ASO Audit
2 
3Analyze App Store and Google Play listings against ASO best practices. Fetches
4live listing data, scores metadata, visuals, and ratings, then produces a
5prioritized action plan.
6 
7## When to Use
8 
9- User shares an App Store or Google Play URL
10- User asks to audit or optimize an app listing
11- User wants to compare their app against competitors
12- User asks about app store ranking, visibility, or download conversion
13 
14## Before Auditing
15 
16**Check for product marketing context first:**
17If `.agents/product-marketing.md` exists (or `.claude/product-marketing.md`, or the legacy `product-marketing-context.md` filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
18 
19## Phase 1 — Identify Store & Fetch
20 
21### Detect store type from URL
22 
23```
24Apple: apps.apple.com/{country}/app/{name}/id{digits}
25Google: play.google.com/store/apps/details?id={package}
26```
27 
28If the user gives an app name instead of a URL, search the web for:
29`site:apps.apple.com "{app name}"` or `site:play.google.com "{app name}"`
30 
31### Fetch the listing
32 
33Use WebFetch to retrieve the listing page. Extract every available field:
34 
35**Apple App Store fields:**
36 
37- App name (title) — 30 char limit
38- Subtitle — 30 char limit
39- Description (long) — not indexed for search, but matters for conversion
40- Promotional text — 170 chars, updatable without new release
41- Category (primary + secondary)
42- Screenshots (count, order, caption text)
43- Preview video (presence, duration)
44- Rating (average + count)
45- Recent reviews (visible ones)
46- Price / in-app purchases
47- Developer name
48- Last updated date
49- Version history notes
50- Age rating
51- Size
52- Languages / localizations listed
53- In-app events (if any visible)
54 
55**Google Play fields:**
56 
57- App name (title) — 30 char limit
58- Short description — 80 char limit
59- Full description — 4,000 char limit, IS indexed for search
60- Category + tags
61- Feature graphic (presence)
62- Screenshots (count, order)
63- Preview video (presence)
64- Rating (average + count)
65- Recent reviews (visible ones)
66- Price / in-app purchases
67- Developer name
68- Last updated date
69- What's new text
70- Downloads range
71- Content rating
72- Data safety section
73- Languages listed
74 
75If WebFetch returns incomplete data (stores render client-side), note gaps and
76work with what's available. Ask the user to paste missing fields if critical.
77 
78### Visual asset assessment
79 
80WebFetch cannot extract screenshot images or caption text. **Take a screenshot
81of the listing page** to get visual data:
82 
831. Navigate to the listing URL and capture a full-page screenshot
842. Assess the screenshot for: icon quality, screenshot count, caption text,
85 messaging quality, preview video presence, feature graphic (Google Play)
863. If browser tools are unavailable, ask the user to share a screenshot of the
87 listing page
88 
89**Promotional text (Apple):** This 170-char field appears above the description
90but is often indistinguishable from it in scraped HTML. If you cannot confirm
91its presence, note this and recommend the user check App Store Connect.
92 
93---
94 
95## Phase 1.5 — Assess Brand Maturity
96 
97Before scoring, classify the app into one of three tiers. This determines how
98you interpret "textbook ASO" deviations — a deliberate brand choice by a
99household name is not the same as a missed opportunity by an unknown app.
100 
101### Tier definitions
102 
103| Tier | Signals | Examples |
104| --------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------- |
105| **Dominant** | Household name, 1M+ ratings, top-10 in category, near-universal brand recognition. Users search by brand name, not generic keywords. | Instagram, Uber, Spotify, WhatsApp, Netflix |
106| **Established** | Well-known in their category, 100K+ ratings, strong organic installs, recognized brand but not universally known. | Strava, Notion, Duolingo, Cash App, Calm |
107| **Challenger** | Building awareness, <100K ratings, needs discovery through keywords and ASO tactics. Most apps fall here. | Your app, most indie/startup apps |
108 
109### How tier affects scoring
110 
111**Dominant apps** get adjusted scoring in these areas:
112 
113- **Title:** Brand-only or brand-first titles are valid (score 8+ if brand is the keyword). These apps don't need generic keyword discovery.
114- **Description:** Score purely on conversion quality, not keyword presence. If the app is a household name, a well-crafted brand description beats a keyword-stuffed one.
115- **Visual Assets:** Lifestyle/brand photography instead of UI demos is a legitimate conversion strategy. No video is acceptable if the product is hard to demo in 30s or brand awareness is near-universal.
116- **What's New:** Generic release notes at weekly+ cadence are acceptable (score 8+). At scale, detailed changelogs have minimal ROI and risk backlash.
117- **In-app events:** Missing events for utility apps with massive install bases (Uber, WhatsApp) is not a penalty. These apps don't need discovery help.
118- **Localization:** Score relative to actual market, not absolute count. A US-only fintech with 2 languages (English + Spanish) is appropriately localized.
119 
120**Established apps** get partial adjustment:
121 
122- Brand-first titles are fine but should still include 1-2 keywords
123- Strategic description choices get benefit of the doubt
124- Other dimensions scored normally
125 
126**Challenger apps** are scored strictly against textbook ASO best practices — every character, screenshot, and keyword matters.
127 
128**Key principle:** Before docking points, ask: "Is this a mistake or a deliberate
129choice by a team that has data I don't?" If the app has 1M+ ratings and a
130dedicated ASO team, assume their choices are data-informed unless clearly wrong.
131 
132---
133 
134## Phase 2 — Score Each Dimension
135 
136Score each dimension 0-10 using the criteria in `references/scoring-criteria.md`.
137Apply the brand maturity tier adjustments from Phase 1.5.
138 
139Reference files for platform specs and benchmarks:
140 
141- `references/apple-specs.md` — Official Apple character limits, screenshot/video specs, CPP/PPO rules, rejection triggers
142- `references/google-play-specs.md` — Official Google Play limits, screenshot specs, Android Vitals thresholds, policies
143- `references/benchmarks.md` — Conversion data, rating impact, video lift, screenshot behavior, CPP/event benchmarks
144 
145### Dimensions and Weights
146 
147| # | Dimension | Weight | What It Covers |
148| --- | -------------------- | ------ | ------------------------------------------------------------------------- |
149| 1 | Title & Subtitle | 20% | Character usage, keyword presence, clarity, brand + keyword balance |
150| 2 | Description | 15% | First 3 lines, keyword density (Google), CTA, structure, promotional text |
151| 3 | Visual Assets | 25% | Screenshot count/quality/messaging, video, icon, feature graphic |
152| 4 | Ratings & Reviews | 20% | Average rating, volume, recency, developer responses |
153| 5 | Metadata & Freshness | 10% | Category choice, update recency, localization count, data safety |
154| 6 | Conversion Signals | 10% | Price positioning, IAP transparency, social proof, download range |
155 
156**Final score** = weighted sum, out of 100.
157 
158### Score interpretation
159 
160| Score | Grade | Meaning |
161| ------ | ----- | --------------------------------------------------------- |
162| 85-100 | A | Well-optimized; focus on A/B testing and iteration |
163| 70-84 | B | Good foundation; clear opportunities to improve |
164| 50-69 | C | Significant gaps; prioritized fixes will have high impact |
165| 30-49 | D | Major optimization needed across multiple dimensions |
166| 0-29 | F | Listing needs a complete overhaul |
167 
168---
169 
170## Phase 3 — Competitor Comparison (Optional)
171 
172If the user provides competitor URLs or asks for comparison:
173 
1741. Fetch 2-3 top competitors in the same category
1752. Run the same scoring on each
1763. Build a comparison table highlighting where the user's app is weaker/stronger
1774. Identify keyword gaps — terms competitors rank for that the user's app doesn't target
178 
179If no competitors are specified, suggest the user provide 2-3 or offer to search
180for top apps in their category.
181 
182---
183 
184## Phase 4 — Generate Report
185 
186Use the template in `references/report-template.md` to structure the output.
187 
188The report must include:
189 
1901. **Score card** — table with all 6 dimensions, scores, and grade
1912. **Top 3 quick wins** — changes that take <1 hour and have highest impact
1923. **Detailed findings** — per-dimension breakdown with specific issues and fixes
1934. **Keyword suggestions** — based on title/description analysis and competitor gaps
1945. **Visual asset recommendations** — specific screenshot/video improvements
1956. **Priority action plan** — ordered list of changes by impact vs effort
196 
197### Report rules
198 
199- Every recommendation must be **specific and actionable** ("Change subtitle from X to Y" not "Improve subtitle")
200- Include character counts for all text recommendations
201- Flag platform-specific differences (Apple vs Google) when relevant
202- Note what CANNOT be assessed without paid tools (search volume, exact rankings)
203- When suggesting keyword changes, explain WHY each keyword matters
204 
205---
206 
207## Platform-Specific Rules
208 
209### Apple App Store — Key Facts
210 
211- Title (30 chars) + Subtitle (30 chars) + Keyword field (100 **bytes**, hidden) = indexed text
212- Keywords field is bytes not chars — Arabic/CJK use 2-3 bytes per char
213- Long description is NOT indexed for search — optimize for conversion only
214- Promotional text (170 chars) does NOT affect search (Apple confirmed)
215- Never repeat words across title/subtitle/keyword field (Apple indexes each word once)
216- Keyword field: commas, no spaces ("photo,editor,filter" not "photo, editor, filter")
217- Screenshots: up to 10 per device. First 3 visible in search — 90% never scroll past 3rd
218- Screenshot captions indexed since June 2025 (AI extraction)
219- In-app events: max 10 published at once, max 31 days each. Indexed and appear in search
220- Custom Product Pages (up to 70) in organic search since July 2025. +5.9% avg conversion lift
221- App preview video: up to 3, 15-30s each. Autoplays muted — +20-40% conversion lift
222- SKStoreReviewController: max 3 prompts per 365 days
223- Apple has human editorial curation — quality and design matter more
224- See `references/apple-specs.md` for full specs, dimensions, and rejection triggers
225 
226### Google Play — Key Facts
227 
228- Title (30 chars) + Short description (80 chars) + Full description (4,000 chars) = indexed text
229- Full description IS indexed — target 2-3% keyword density naturally
230- No hidden keyword field — all keywords must be in visible text
231- Google NLP/semantic understanding — keyword stuffing detected and penalized
232- Prohibited in title: emojis, ALL CAPS, "best"/"#1"/"free", CTAs (enforced since 2021)
233- Screenshots: min 2, **max 8** per device (not 10 like Apple)
234- Feature graphic (1024x500, exact) required for featured placements
235- Video does NOT autoplay — only ~6% of users tap play (low ROI vs iOS)
236- Android Vitals directly affect ranking: crash >1.09% or ANR >0.47% = reduced visibility
237- Promotional Content: submit 14 days early for featuring. Apps see 2x explore acquisitions
238- Custom Store Listings: up to 50 (can target churned users, specific countries, ad campaigns)
239- Store Listing Experiments: test up to 3 variants, run 7+ days, 1 experiment at a time
240- See `references/google-play-specs.md` for full specs and policy details
241 
242### What Apple Indexes vs What Google Indexes
243 
244| Field | Apple Indexed? | Google Indexed? |
245| --------------------- | ---------------- | ---------------------- |
246| Title | Yes | Yes (strongest signal) |
247| Subtitle / Short desc | Yes | Yes |
248| Keyword field | Yes (hidden) | Does not exist |
249| Long description | No | Yes (heavily) |
250| Screenshot captions | Yes (since 2025) | No |
251| In-app events | Yes | N/A (LiveOps instead) |
252| Developer name | No | Partial |
253| IAP names | Yes | Yes |
254 
255---
256 
257## Common Issues Checklist
258 
259Flag these if found. Items marked _(tier-dependent)_ should be evaluated against
260the app's brand maturity tier — they may be deliberate choices for Dominant apps.
261 
262**Always flag (all tiers):**
263 
264- [ ] Rating below 4.0
265- [ ] Last update > 3 months ago
266- [ ] Google Play description has no keyword strategy (under 1% density)
267- [ ] Google Play missing feature graphic
268- [ ] Apple keyword field likely has repeated words (inferred from title+subtitle)
269- [ ] Category mismatch — app would face less competition in a different category
270- [ ] Fewer than 5 screenshots
271 
272**Flag for Challenger/Established only** _(not mistakes for Dominant apps):_
273 
274- [ ] Title wastes characters on brand name only (no keywords) _(Dominant: brand IS the keyword)_
275- [ ] Subtitle/short description duplicates title keywords
276- [ ] Description first 3 lines are generic _(Dominant: may be brand-voice choice)_
277- [ ] No preview video _(Dominant: may be rational if product is hard to demo)_
278- [ ] Screenshots are just UI dumps with no messaging/captions _(Dominant: lifestyle/brand shots may convert better)_
279- [ ] Only 1-2 localizations _(score relative to actual market, not absolute count)_
280- [ ] No in-app events or promotional content _(Dominant utility apps may not need discovery help)_
281 
282**Flag for all tiers but note context:**
283 
284- [ ] No developer responses to negative reviews _(note volume — responding at 10M+ reviews is a different challenge than at 1K)_
285- [ ] Generic "What's New" text _(acceptable at weekly+ release cadence for Established/Dominant)_
286 
287---
288 
289## Task-Specific Questions
290 
2911. What is the App Store or Google Play URL?
2922. Is this your app or a competitor's?
2933. What category does the app compete in?
2944. Do you have competitor URLs to compare against?
2955. Are you focused on search visibility, conversion rate, or both?
2966. Do you have access to App Store Connect or Google Play Console data?
297 
298---
299 
300## Related Skills
301 
302- **cro**: For optimizing the conversion of web-based landing pages that drive app installs
303- **ad-creative**: For creating App Store and Google Play ad creatives
304- **analytics**: For setting up install attribution and in-app event tracking
305- **customer-research**: For understanding user needs and language to inform listing copy

Security

Review

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykwarn

Preview

coreyhaines31/marketingskillscoreyhaines31/marketingskills

$ npx -y skills add coreyhaines31/marketingskills --skill aso

▸ installing to .claude/skills…

✓ aso ready

Repocoreyhaines31/marketingskills
TypeSkills
CategoryMarketing & SEO
ForMarketer
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. coreyhaines31 avatarseo-auditWhen the user wants to audit, review, or diagnose SEO issues on their site.SkillsJul 2026173k42k
  2. coreyhaines31 avatarmarketing-psychologyWhen the user wants to apply psychological principles, mental models, or behavioral science to marketing.SkillsJul 2026119k42k
  3. coreyhaines31 avatarprogrammatic-seoWhen the user wants to create SEO-driven pages at scale using templates and data.SkillsJul 2026110k42k
  4. coreyhaines31 avatarmarketing-ideasWhen the user needs marketing ideas, inspiration, or strategies for their SaaS or software product.SkillsJul 2026107k42k
  5. coreyhaines31 avatarai-seoWhen the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers.SkillsJul 202699k42k
  6. coreyhaines31 avatarad-creativeWhen the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising…SkillsJul 202689k42k