$npx -y skills add rshankras/claude-code-apple-skills --skill app-storeApp Store optimization and marketing skills for descriptions, screenshots, keywords, review responses, and comprehensive promotional strategy. Use when user needs help with App Store presence, ASO, marketing, or customer communication.
| 1 | # App Store Optimization & Marketing Skills |
| 2 | |
| 3 | Skills for optimizing your app's App Store presence and building promotional strategies — from descriptions to comprehensive marketing campaigns. |
| 4 | |
| 5 | ## When This Skill Activates |
| 6 | |
| 7 | Use this skill when the user: |
| 8 | - Needs to write App Store description or promotional text |
| 9 | - Wants to plan screenshot sequence and captions |
| 10 | - Asks about ASO (App Store Optimization) or keywords |
| 11 | - Needs help responding to App Store reviews |
| 12 | - Wants to improve app discoverability |
| 13 | - Asks about marketing strategy, promotion, or user acquisition |
| 14 | - Wants to use App Store features (events, custom pages, offers, featuring) |
| 15 | - Asks about paid acquisition or Apple Search Ads |
| 16 | - App was rejected or wants to avoid rejection |
| 17 | |
| 18 | ## Available Skills |
| 19 | |
| 20 | ### marketing-strategy/ ⭐ NEW |
| 21 | Comprehensive marketing strategy advisor — describe your app and get a tailored promotional plan. |
| 22 | - Analyzes app type, monetization model, audience, and lifecycle stage |
| 23 | - Recommends the right App Store features for your situation |
| 24 | - Builds promotional calendar with implementation roadmap |
| 25 | - Orchestrates generator sub-skills for implementation |
| 26 | - Strategy templates for subscription, paid, freemium, and game apps |
| 27 | |
| 28 | ### app-description-writer/ |
| 29 | Generate compelling App Store descriptions that convert. |
| 30 | - Promotional text (170 chars) |
| 31 | - Full description (4000 chars) |
| 32 | - What's New text for updates |
| 33 | - Localization guidance |
| 34 | |
| 35 | ### screenshot-planner/ |
| 36 | Plan App Store screenshot sequences with captions. |
| 37 | - 5-10 screenshot storyboard |
| 38 | - Caption writing |
| 39 | - Device frame recommendations |
| 40 | - Localization considerations |
| 41 | |
| 42 | ### keyword-optimizer/ |
| 43 | Optimize app title, subtitle, and keywords for search. |
| 44 | - Keyword research methodology |
| 45 | - Character limit optimization (100 chars) |
| 46 | - Competitor analysis |
| 47 | - Localization keyword strategy |
| 48 | - **NEW:** Advanced tactics (cross-localization, screenshot indexing) |
| 49 | - **NEW:** Keyword criteria (Pop/Diff sweet spots, opportunity scoring) |
| 50 | - **NEW:** Existing app strategy (safe optimization) |
| 51 | |
| 52 | ### review-response-writer/ |
| 53 | Professional responses to App Store reviews. |
| 54 | - Templates for common scenarios |
| 55 | - Tone and brand voice guidelines |
| 56 | - Turning negative reviews into opportunities |
| 57 | - When to respond vs. when not to |
| 58 | |
| 59 | ### apple-search-ads/ |
| 60 | Apple Search Ads campaign strategy for indie developers. |
| 61 | - Readiness assessment (minimum thresholds before spending) |
| 62 | - Campaign types and keyword strategy |
| 63 | - Budget planning by app stage (launch, growth, scale) |
| 64 | - Bid optimization with CPT benchmarks by category |
| 65 | - Campaign structure templates and measurement KPIs |
| 66 | - Custom Product Pages integration for ad groups |
| 67 | |
| 68 | ### ad-attribution/ |
| 69 | Privacy-preserving paid-traffic measurement with AdAttributionKit (SKAdNetwork's successor) — install + re-engagement attribution, conversion-value design under crowd anonymity, postback testing. (Apple Ads itself attributes via AdServices — see apple-search-ads.) |
| 70 | |
| 71 | ### rejection-handler/ |
| 72 | Handle App Store rejections and prepare submissions to avoid them. |
| 73 | - Pre-submission audit checklist by guideline section |
| 74 | - Rejection analysis and response strategy |
| 75 | - Resolution Center response templates |
| 76 | - Appeal escalation path (Resolution Center → phone → App Review Board) |
| 77 | - Top 20 common rejections with fixes (common-rejections.md) |
| 78 | |
| 79 | ### originality-check/ |
| 80 | Guideline 4.3 anti-spam / originality gate — verify an app (and each portfolio addition) is meaningfully distinct in function, content, and metadata before you invest or submit. |
| 81 | |
| 82 | ### iap-finalizer/ |
| 83 | Take a one-time In-App Purchase from MISSING_METADATA to READY_TO_SUBMIT via the App Store Connect API — price tier plus localized name/description. |
| 84 | |
| 85 | ### ratings-mechanics/ |
| 86 | How ratings actually behave — per-storefront isolation (your US stars show nowhere else), the never-reset rule, and phased release + manual release as rating protection. |
| 87 | |
| 88 | ### web-presence/ |
| 89 | Discovery outside the store app — the apps.apple.com page as a Google citizen, an owned landing page with Smart App Banner, and the deal-site ecosystem that auto-amplifies price drops. |
| 90 | |
| 91 | ## Related Generator Skills |
| 92 | |
| 93 | These generator skills produce code, metadata, and configuration for App Store features: |
| 94 | |
| 95 | | Skill | Purpose | |
| 96 | |-------|---------| |
| 97 | | `generators/subscription-offers` | StoreKit 2 code for all subscription offer types | |
| 98 | | `generators/win-back-offers` | Win-back flow for churned subscribers | |
| 99 | | `generators/promoted-iap` | Promoted In-App Purchase setup | |
| 100 | | `generators/in-app-events` | In-App Event metadata templates | |
| 101 | | `generators/custom-product-pages` | Custom Product Page strategy and metadata | |
| 102 | | `generators/product-page-optimization` | A/B test plans for p |