ASO & App Marketing Skills

May 8, 2026 · View on GitHub

image

Follow on X Follow on LinkedIn

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 optimization, competitor analysis, market intelligence, and app growth.

Powered by real App Store data via the Appeeky API.

A web version is also available, powered by AI chats and our MCP: Appeeky Web.

Why This Exists

Most ASO knowledge lives in blog posts, courses, and expensive consultants. We packaged it into skills that any AI agent can use — so you get expert-level ASO guidance directly in your IDE.

Each skill contains battle-tested frameworks, scoring rubrics, and output templates. The agent reads the skill, pulls real data from the App Store (via Appeeky), and gives you actionable recommendations — not generic advice.

Quick Start

Cursor — Settings (Cmd+Shift+J) → Rules → Add Rule → Remote Rule (Github) → paste https://github.com/eronred/aso-skills

Claude Codenpx skills add eronred/aso-skills

Manualgit clone https://github.com/eronred/aso-skills.git && cp -r aso-skills/skills/* .cursor/skills/

Then ask your agent:

"Run an ASO audit for my app (id: 1617391485)"
"Find the best keywords for a meditation app"
"Optimize my App Store title and subtitle"
"How many downloads do I need to reach top 10 in Health & Fitness?"
"What apps are rising in the charts right now?"
"Give me a market briefing for the Games category"
"How are my downloads and revenue trending this month?"
"Help me plan a Christmas In-App Event"
"What seasonal keywords should I add in December?"
"Optimize my Google Play listing"
"My app rating dropped — how do I recover it?"
"Set up a weekly competitor monitoring routine for apps X, Y, Z"
"Help me pitch TechCrunch for my app launch"
"Build an Apple Search Ads campaign structure for my fitness app"
"My app has a crash affecting 2% of sessions — help me triage it"

Don't want to remember 30 skill names? Just use the router:

/aso-skill  →  routes your request to the right specialist skill automatically

Or invoke directly: /aso-audit, /keyword-research, /metadata-optimization, /market-movers, /market-pulse, /asc-metrics, /in-app-events, /seasonal-aso, /android-aso, /apple-search-ads, /competitor-tracking

Skills

ASO Core

SkillWhat it does
aso-auditScores your listing across 10 factors (0-100), flags problems, gives a prioritized fix list
keyword-researchFinds keywords by volume × difficulty × relevance, groups them into primary/secondary/long-tail
metadata-optimizationWrites title, subtitle, keyword field, description — with 3 variants and character counts
competitor-analysisKeyword gaps, creative teardown, positioning map, and specific opportunities to exploit
seasonal-asoSeasonal keyword calendar, metadata swap strategy, timing checklist, and trending-moment tactics
android-asoGoogle Play-specific ASO — indexed description strategy, short description, Play Experiments, rating recovery

Creative & International

SkillWhat it does
screenshot-optimization10-slot screenshot strategy with design briefs, text overlay copy, and competitor audit
app-preview-videoUp to 3 App Preview videos per locale — script template, beat-by-beat structure, Apple/Play specs, rejection avoidance
app-icon-optimizationIcon design principles, A/B testing via PPO/Play Experiments, category differentiation, and icon briefs
custom-product-pagesApple CPPs — variant strategy by audience/channel, ASA + CPP unlock, measurement floor, common mistakes
review-managementSentiment analysis, response templates (HEAR framework), rating improvement tactics
localizationMarket prioritization matrix, per-country keyword research, cultural adaptation checklist

Growth

SkillWhat it does
app-launch8-week launch timeline with daily checklists, channel strategy, and press outreach templates
ua-campaignApple Search Ads, Meta, Google UAC — campaign structure, bidding, creative specs, budget allocation
apple-search-adsDeep-dive ASA — campaign structure, match types, CPP routing, bid strategy, weekly optimization checklist
creator-ugc-marketingTikTok / IG / YouTube creator program — briefs, sourcing, hook angles, Spark Ads / Partnership Ads, measurement
referral-programIn-app referral / invite mechanics — reward sizing, K-factor math, fraud prevention, deep link flow
web-to-app-funnelWeb → app install funnels (incl. quiz + Stripe + deferred deep link) to bypass App Store fees on subs
app-store-featuredFeaturing readiness score, Apple tech checklist, pitch template, In-App Events calendar
in-app-eventsPlan and write App Store In-App Events — copy, image brief, keyword strategy, submission timeline
app-clipsApp Clip use cases, card design, URL scheme setup, SKOverlay handoff, and measurement
press-and-prMedia targeting tiers, pitch templates, press kit checklist, embargo strategy, Product Hunt launch

Revenue & Retention

SkillWhat it does
monetization-strategyPricing tiers, paywall timing, trial structure, category benchmarks
paywall-optimizationPaywall conversion funnel diagnostic, 7-element audit, A/B test playbook (Superwall, RevenueCat, Adapty)
subscription-lifecycleTrial nurture sequences, voluntary/involuntary churn reduction, dunning, and win-back campaigns
retention-optimizationActivation → habit → engagement framework, push notification sequences, churn prevention
onboarding-optimizationFirst-run flow audit, activation event definition, permission prompt timing, sign-up friction reduction
rating-prompt-strategySKStoreReviewRequest / Play In-App Review timing, pre-prompt survey, version-gating, and rating recovery

Analytics & Testing

SkillWhat it does
app-analyticsEvent tracking plan, dashboard setup, KPI framework with category benchmarks
attribution-setupSKAdNetwork 4 / AdAttributionKit / MMP setup — conversion-value schema design, deep link debug playbook
ab-test-store-listingHypothesis → variant design → sample size → interpretation for App Store A/B tests
asc-metricsAnalyze your exact App Store Connect data (downloads, revenue, subscriptions, countries) via Appeeky Connect
crash-analyticsCrashlytics setup, crash triage framework (P0–P3), symbolication, phased release strategy, rating recovery

Market Intelligence

SkillWhat it does
market-moversIdentifies top chart gainers/losers, new entries, and dropped apps — explains what's driving changes
market-pulseFull market briefing: chart movements + trending keywords + featured apps + new launches in one view
competitor-trackingWeekly competitor surveillance — metadata changes, keyword shifts, rating trends, chart movement deltas

Strategy & Recovery

SkillWhat it does
category-positioningPick / switch primary + secondary App Store / Play categories — competitive density, featuring odds, switch-cost analysis
app-rejection-recoveryDiagnose Apple / Google rejections by guideline, draft Resolution Center responses, decide fix vs appeal

Foundation

SkillWhat it does
aso-routerSingle entry point — reads any natural-language ASO request and routes to the right specialist skill. Use when you don't want to remember every skill name
app-marketing-contextCreates a context doc (app, audience, competitors, goals) that all other skills reference

How It Works

You: "Run an ASO audit for Headspace"

Agent:
  1. Reads aso-audit/SKILL.md (framework, scoring rubric, output template)
  2. Calls Appeeky API → fetches metadata, keywords, ratings, competitors
  3. Scores each factor (title: 8/10, subtitle: 6/10, keywords: 4/10...)
  4. Returns: ASO Score Card + Quick Wins + High-Impact Changes + Strategic Recs

Skills reference each other — aso-audit might suggest running keyword-research for deeper analysis, which then feeds into metadata-optimization for implementation.

Installation

Cursor

MethodCommand
GitHub ImportSettings → Rules → Add Rule → Remote Rule → https://github.com/eronred/aso-skills
Project-levelcp -r aso-skills/skills/* .cursor/skills/
Globalcp -r aso-skills/skills/* ~/.cursor/skills/

Claude Code

MethodCommand
CLInpx skills add eronred/aso-skills
Specific skillsnpx skills add eronred/aso-skills --skill aso-audit keyword-research
Manualcp -r aso-skills/skills/* .claude/skills/

Any Agent

git submodule add https://github.com/eronred/aso-skills.git .agents/aso-skills

Works with any tool that supports the Agent Skills standard (.agents/skills/, .cursor/skills/, .claude/skills/, .codex/skills/).

Appeeky Integration

Skills work standalone with general ASO knowledge. Connect Appeeky for real-time App Store data:

{
  "mcpServers": {
    "appeeky": {
      "url": "https://mcp.appeeky.com/mcp",
      "headers": { "Authorization": "Bearer apk_your_key_here" }
    }
  }
}

With Appeeky connected, skills can pull live keyword rankings, competitor metadata, download estimates, trending keywords, and featured apps.

Appeeky Connect — First-Party ASC Data

The asc-metrics skill uses Appeeky Connect, a new integration that syncs your exact App Store Connect data (downloads, revenue, subscriptions, trials, IAP, and country breakdowns) into Appeeky nightly.

Connect once at appeeky.com → Settings → Integrations and then ask:

"How are my downloads trending this month?"
"What are my top 5 markets by revenue?"
"Compare this month's subscriptions to last month"

Requires Indie plan( coffee price: $8/month) or higher. See tools/integrations/appeeky-connect.md for the full API reference.

See tools/REGISTRY.md for the full capability matrix.

Contributing

PRs welcome — fix an inaccuracy, improve a framework, or add a new skill. See CONTRIBUTING.md.

License

MIT