$git clone https://github.com/Eronred/aso-skillsAI 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, metada
| 1 | # ASO & App Marketing Skills |
| 2 | |
| 3 | |
| 4 | <a href="https://www.appeeky.com"> |
| 5 | <img width="1536" height="1024" alt="image" src="https://github.com/user-attachments/assets/b5872442-99f9-4e66-8667-96eb03e55f98" /> |
| 6 | </a> |
| 7 | <div align="center"> |
| 8 | <p align="center"> |
| 9 | <a href="https://x.com/appeeky"> |
| 10 | <img src="https://img.shields.io/badge/Follow on X-000000?style=for-the-badge&logo=x&logoColor=white" alt="Follow on X" /> |
| 11 | </a> |
| 12 | <a href="https://www.linkedin.com/in/erencanarica/"> |
| 13 | <img src="https://img.shields.io/badge/Follow on LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="Follow on LinkedIn" /> |
| 14 | </a> |
| 15 | </p> |
| 16 | </div> |
| 17 | |
| 18 | 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](https://agentskills.io)-compatible AI assistant to help with keyword research, metadata optimization, competitor analysis, market intelligence, and app growth. |
| 19 | |
| 20 | Powered by real App Store data via the [Appeeky API](https://docs.appeeky.com). |
| 21 | |
| 22 | Web, desktop, and mobile app platforms are also available, powered by AI chats and our MCP: [Appeeky Web](https://appeeky.com). |
| 23 | |
| 24 | <a href="https://www.appeeky.com/desktop"> |
| 25 | <img width="1706" height="1204" alt="image" src="https://github.com/user-attachments/assets/6ce60216-fd3a-4e97-ab56-00d150f7947a" /> |
| 26 | </a> |
| 27 | |
| 28 | ## Why This Exists |
| 29 | |
| 30 | 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. |
| 31 | |
| 32 | 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. |
| 33 | |
| 34 | ## Quick Start |
| 35 | |
| 36 | **Cursor** — Settings (Cmd+Shift+J) → Rules → Add Rule → Remote Rule (Github) → paste `https://github.com/eronred/aso-skills` |
| 37 | |
| 38 | **Claude Code** — `npx skills add eronred/aso-skills` |
| 39 | |
| 40 | **Manual** — `git clone https://github.com/eronred/aso-skills.git && cp -r aso-skills/skills/* .cursor/skills/` |
| 41 | |
| 42 | Then ask your agent: |
| 43 | |
| 44 | ``` |
| 45 | "Run an ASO audit for my app (id: 1617391485)" |
| 46 | "Find the best keywords for a meditation app" |
| 47 | "Optimize my App Store title and subtitle" |
| 48 | "How many downloads do I need to reach top 10 in Health & Fitness?" |
| 49 | "What apps are rising in the charts right now?" |
| 50 | "Give me a market briefing for the Games category" |
| 51 | "How are my downloads and revenue trending this month?" |
| 52 | "Help me plan a Christmas In-App Event" |
| 53 | "What seasonal keywords should I add in December?" |
| 54 | "Optimize my Google Play listing" |
| 55 | "My app rating dropped — how do I recover it?" |
| 56 | "Set up a weekly competitor monitoring routine for apps X, Y, Z" |
| 57 | "Help me pitch TechCrunch for my app launch" |
| 58 | "Build an Apple Search Ads campaign structure for my fitness app" |
| 59 | "My app has a crash affecting 2% of sessions — help me triage it" |
| 60 | ``` |
| 61 | |
| 62 | **Don't want to remember 30 skill names?** Just use the router: |
| 63 | |
| 64 | ``` |
| 65 | /aso-skill → routes your request to the right specialist skill automatically |
| 66 | ``` |
| 67 | |
| 68 | 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` |
| 69 | |
| 70 | ## Skills |
| 71 | |
| 72 | ### ASO Core |
| 73 | |
| 74 | | Skill | What it does | |
| 75 | |-------|-------------| |
| 76 | | [`aso-audit`](skills/aso-audit) | Scores your listing across 10 factors (0-100), flags problems, gives a prioritized fix list | |
| 77 | | [`keyword-research`](skills/keyword-research) | Finds keywords by volume × difficulty × relevance, groups them into primary/secondary/long-tail | |
| 78 | | [`metadata-optimization`](skills/metadata-optimization) | Writes title, subtitle, keyword field, description — with 3 variants and character counts | |
| 79 | | [`competitor-analysis`](skills/competitor-analysis) | Keyword gaps, creative teardown, positioning map, and specific opportunities to exploit | |
| 80 | | [`seasonal-aso`](skills/ |