app-store

App 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.

149 stars

Best use case

app-store is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

App 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.

Teams using app-store should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/app-store/SKILL.md --create-dirs "https://raw.githubusercontent.com/rshankras/claude-code-apple-skills/main/skills/app-store/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/app-store/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How app-store Compares

Feature / Agentapp-storeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

App 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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# App Store Optimization & Marketing Skills

Skills for optimizing your app's App Store presence and building promotional strategies — from descriptions to comprehensive marketing campaigns.

## When This Skill Activates

Use this skill when the user:
- Needs to write App Store description or promotional text
- Wants to plan screenshot sequence and captions
- Asks about ASO (App Store Optimization) or keywords
- Needs help responding to App Store reviews
- Wants to improve app discoverability
- Asks about marketing strategy, promotion, or user acquisition
- Wants to use App Store features (events, custom pages, offers, featuring)
- Asks about paid acquisition or Apple Search Ads
- App was rejected or wants to avoid rejection

## Available Skills

### marketing-strategy/ ⭐ NEW
Comprehensive marketing strategy advisor — describe your app and get a tailored promotional plan.
- Analyzes app type, monetization model, audience, and lifecycle stage
- Recommends the right App Store features for your situation
- Builds promotional calendar with implementation roadmap
- Orchestrates generator sub-skills for implementation
- Strategy templates for subscription, paid, freemium, and game apps

### app-description-writer/
Generate compelling App Store descriptions that convert.
- Promotional text (170 chars)
- Full description (4000 chars)
- What's New text for updates
- Localization guidance

### screenshot-planner/
Plan App Store screenshot sequences with captions.
- 5-10 screenshot storyboard
- Caption writing
- Device frame recommendations
- Localization considerations

### keyword-optimizer/
Optimize app title, subtitle, and keywords for search.
- Keyword research methodology
- Character limit optimization (100 chars)
- Competitor analysis
- Localization keyword strategy
- **NEW:** Advanced tactics (cross-localization, screenshot indexing)
- **NEW:** Keyword criteria (Pop/Diff sweet spots, opportunity scoring)
- **NEW:** Existing app strategy (safe optimization)

### review-response-writer/
Professional responses to App Store reviews.
- Templates for common scenarios
- Tone and brand voice guidelines
- Turning negative reviews into opportunities
- When to respond vs. when not to

### apple-search-ads/
Apple Search Ads campaign strategy for indie developers.
- Readiness assessment (minimum thresholds before spending)
- Campaign types and keyword strategy
- Budget planning by app stage (launch, growth, scale)
- Bid optimization with CPT benchmarks by category
- Campaign structure templates and measurement KPIs
- Custom Product Pages integration for ad groups

### rejection-handler/
Handle App Store rejections and prepare submissions to avoid them.
- Pre-submission audit checklist by guideline section
- Rejection analysis and response strategy
- Resolution Center response templates
- Appeal escalation path (Resolution Center → phone → App Review Board)
- Top 20 common rejections with fixes (common-rejections.md)

## Related Generator Skills

These generator skills produce code, metadata, and configuration for App Store features:

| Skill | Purpose |
|-------|---------|
| `generators/subscription-offers` | StoreKit 2 code for all subscription offer types |
| `generators/win-back-offers` | Win-back flow for churned subscribers |
| `generators/promoted-iap` | Promoted In-App Purchase setup |
| `generators/in-app-events` | In-App Event metadata templates |
| `generators/custom-product-pages` | Custom Product Page strategy and metadata |
| `generators/product-page-optimization` | A/B test plans for product page |
| `generators/featuring-nomination` | App Store featuring pitch templates |
| `generators/offer-codes-setup` | Offer code distribution strategies |
| `generators/pre-orders` | Pre-order setup and launch timelines |
| `generators/app-store-assets` | Asset specs for all App Store media |

## How to Use

1. User requests App Store help
2. For strategy questions → Read `marketing-strategy/SKILL.md`
3. For paid acquisition → Read `apple-search-ads/SKILL.md`
4. For rejections or submission prep → Read `rejection-handler/SKILL.md`
5. For specific content → Read the relevant sub-skill's SKILL.md
6. For code/implementation → Read the relevant generator skill
7. Ask clarifying questions about the app
8. Generate optimized content
9. Provide alternatives and explain choices

## Key Principles

### 1. User-Focused Copy
- Lead with benefits, not features
- Speak to user pain points
- Use clear, simple language
- Include social proof where possible

### 2. Platform Guidelines
- Stay within character limits
- Follow Apple's content guidelines
- Avoid prohibited terms (free, best, #1)
- Don't mention competing platforms

### 3. Search Optimization
- Use high-value keywords naturally
- Don't stuff keywords
- Consider localized search terms
- Update for seasonal relevance

Related Skills

app-store-assets

149
from rshankras/claude-code-apple-skills

Comprehensive App Store asset specifications and guidelines for all promotional artwork — app icons, screenshots, app previews, event cards, subscription images, and featuring artwork. Use when preparing assets for App Store Connect upload.

watchOS

149
from rshankras/claude-code-apple-skills

watchOS development guidance including SwiftUI for Watch, Watch Connectivity, complications, and watch-specific UI patterns. Use for watchOS code review, best practices, or Watch app development.

visionos-widgets

149
from rshankras/claude-code-apple-skills

visionOS widget patterns including mounting styles, glass/paper textures, proximity-aware layouts, and spatial widget families. Use when creating or adapting widgets for visionOS.

test-data-factory

149
from rshankras/claude-code-apple-skills

Generate test fixture factories for your models. Builder pattern and static factories for zero-boilerplate test data. Use when tests need sample data setup.

test-contract

149
from rshankras/claude-code-apple-skills

Generate protocol/interface test suites that any implementation must pass. Define the contract once, test every implementation. Use when designing protocols or swapping implementations.

tdd-refactor-guard

149
from rshankras/claude-code-apple-skills

Pre-refactor safety checklist. Verifies test coverage exists before AI modifies existing code. Use before asking AI to refactor anything.

tdd-feature

149
from rshankras/claude-code-apple-skills

Red-green-refactor scaffold for building new features with TDD. Write failing tests first, then implement to pass. Use when building new features test-first.

tdd-bug-fix

149
from rshankras/claude-code-apple-skills

Fix bugs using red-green-refactor — reproduce the bug as a failing test first, then fix it. Use when fixing bugs to ensure they never regress.

snapshot-test-setup

149
from rshankras/claude-code-apple-skills

Set up SwiftUI visual regression testing with swift-snapshot-testing. Generates snapshot test boilerplate and CI configuration. Use for UI regression prevention.

integration-test-scaffold

149
from rshankras/claude-code-apple-skills

Generate cross-module test harness with mock servers, in-memory stores, and test configuration. Use when testing networking + persistence + business logic together.

characterization-test-generator

149
from rshankras/claude-code-apple-skills

Generates tests that capture current behavior of existing code before refactoring. Use when you need a safety net before AI-assisted refactoring or modifying legacy code.

testing

149
from rshankras/claude-code-apple-skills

TDD and testing skills for iOS/macOS apps. Covers characterization tests, TDD workflows, test contracts, snapshot tests, and test infrastructure. Use for test-driven development, adding tests to existing code, or building test infrastructure.