Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rshankras avatar

Marketing Strategy

  • 3 installs
  • 591 repo stars
  • Updated July 24, 2026
  • rshankras/claude-code-apple-skills

Analyzes an app's type, monetization, audience, and lifecycle to recommend App Store promotional features and orchestrate sub-skills for implementation.

About

Analyzes an app's model, audience, and lifecycle stage and recommends tailored App Store promotional features, calling sub-skills to generate implementation. A developer uses it to plan launch, growth, or re-engagement marketing strategy.

  • Recommends App Store features by app model and stage
  • Orchestrates implementation sub-skills like in-app events and offers

Marketing Strategy by the numbers

  • 3 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #1,624 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill marketing-strategy

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars591
Last updatedJuly 24, 2026
Repositoryrshankras/claude-code-apple-skills

What it does

Analyzes an app's type, monetization, audience, and lifecycle to recommend App Store promotional features and orchestrate sub-skills for implementation.

Files

SKILL.mdMarkdownGitHub ↗

App Store Marketing Strategy

Analyzes your app's type, monetization model, audience, and lifecycle stage, then builds a tailored promotional strategy using Apple's App Store features. Calls relevant sub-skills to generate implementation code and metadata.

When This Skill Activates

Use this skill when the user:

  • Asks "how should I market my app?" or "what App Store features should I use?"
  • Wants a promotional strategy for launch, growth, or re-engagement
  • Mentions "App Store promotion", "user acquisition", or "app marketing"
  • Wants to increase downloads or reduce churn
  • Asks about in-app events, custom product pages, or win-back offers
  • Is preparing for a major update or seasonal campaign
  • Wants to get featured on the App Store

Process

Phase 1: App Profile Collection

Gather information via AskUserQuestion:

1. App Identity

  • App name and one-line description
  • App Store category (primary + secondary)
  • Platform(s): iOS, macOS, iPadOS, watchOS, visionOS

2. Monetization Model

  • Free (ad-supported)
  • Freemium (free + IAP/subscription)
  • Paid upfront
  • Subscription only
  • Free (no monetization yet)

3. Target Audience

  • Primary demographic (age, role, context)
  • Secondary audience (if any)
  • Geographic focus

4. Lifecycle Stage

  • Pre-launch (building / TestFlight)
  • Launch (first 30 days)
  • Growth (active, adding users)
  • Mature (stable user base, seeking retention)
  • Re-engagement (declining, need to win back users)

5. Current State

  • Monthly active users (approximate)
  • Existing promotional features already configured
  • Upcoming updates or milestones
  • Marketing budget (none / small / moderate)

Phase 2: Strategy Analysis

Read decision-matrix.md to map the app profile to recommended features.

The decision matrix evaluates these dimensions:

  • Monetization model → Which offer types apply
  • Lifecycle stage → Which tactics are highest priority
  • App category → Which featuring angles work
  • Audience segments → Whether custom product pages help
  • Content/events → Whether in-app events fit
  • Minimum eligibility thresholds → Whether the app has sufficient scale for each feature

CRITICAL — Check Eligibility Before Recommending: Not every feature makes sense at every scale. The decision matrix (Dimension 6) defines minimum thresholds. Features that require traffic volume (PPO, CPPs) or user base size (win-back, promotional offers) should NOT be recommended for apps below those thresholds. Instead, recommend the alternatives specified in the matrix. Always be honest about what will and won't work at the app's current scale — recommending PPO to an app with 200 impressions/month wastes their time.

Phase 3: Strategy Generation

Based on the analysis, read the appropriate strategy template:

  • strategy-templates/subscription-app.md — For subscription-based apps
  • strategy-templates/paid-app.md — For paid upfront apps
  • strategy-templates/freemium-app.md — For freemium with IAP
  • strategy-templates/game-app.md — For games (any monetization)

Customize the template with the app's specific details.

Phase 4: Implementation Roadmap

For each recommended feature, provide: 1. Priority (High / Medium / Low) 2. Effort (Quick win / Moderate / Significant) 3. Expected impact on the primary goal (downloads, retention, revenue) 4. Implementation skill to call for code/metadata generation

Available Sub-Skills
FeatureGenerator SkillWhat It Produces
Introductory/promotional offersgenerators/subscription-offersStoreKit 2 offer code + eligibility
Win-back campaignsgenerators/win-back-offersWin-back flow + Message API handling
Promoted IAP on product pagegenerators/promoted-iapStoreKit 2 promoted purchase setup
In-App Eventsgenerators/in-app-eventsEvent metadata + image specs
Custom Product Pagesgenerators/custom-product-pagesPage metadata + screenshot strategy
Product Page Optimizationgenerators/product-page-optimizationA/B test plan + optimization checklist
App Store featuringgenerators/featuring-nominationNomination form + pitch template
Offer codes distributiongenerators/offer-codes-setupDistribution strategy + configuration
Pre-launch / pre-ordersgenerators/pre-ordersPre-order setup + launch timeline
Promotional assetsgenerators/app-store-assetsAsset specs + guidelines

Phase 5: Timeline & Calendar

Build a promotional calendar based on:

  • App launch date or next update
  • Seasonal opportunities (back to school, holidays, New Year)
  • Apple events (WWDC, iPhone launch, etc.)
  • Category-specific timing (tax season for finance, January for fitness)

Output Format

Present the strategy as:

# Marketing Strategy: [App Name]

## App Profile
| Attribute | Value |
|-----------|-------|
| Category | [Category] |
| Model | [Monetization model] |
| Stage | [Lifecycle stage] |
| Audience | [Primary audience] |
| Platform | [Platforms] |

## Strategic Goals
1. [Primary goal based on lifecycle stage]
2. [Secondary goal]
3. [Tertiary goal]

## Recommended Features (Eligible Now)

### 🔴 High Priority

#### [Feature Name]
- **Why**: [Rationale for this app]
- **Effort**: [Quick win / Moderate / Significant]
- **Impact**: [Expected outcome]
- **Skill**: `generators/[skill-name]`
- **Action**: [Specific next step]

### 🟠 Medium Priority
[Same format]

### 🟢 Nice to Have
[Same format]

## Not Yet Recommended (Scale Thresholds Not Met)

| Feature | Minimum Needed | Your Current Level | When to Revisit |
|---------|---------------|-------------------|-----------------|
| [Feature] | [Threshold] | [Current metric] | [Milestone to hit] |

> These features will become effective once you reach the indicated thresholds.
> Focus on the eligible features above to grow toward these milestones.

## Promotional Calendar

| Month | Action | Feature | Notes |
|-------|--------|---------|-------|
| [M1] | [Action] | [Feature] | [Context] |
| [M2] | [Action] | [Feature] | [Context] |

## Implementation Order

1. **Week 1-2**: [First actions — quick wins]
2. **Week 3-4**: [Second wave — moderate effort]
3. **Month 2**: [Bigger initiatives]
4. **Ongoing**: [Recurring activities]

## Revenue Impact Estimate

| Feature | Estimated Lift | Confidence |
|---------|---------------|------------|
| [Feature] | [+X% downloads / -X% churn] | [High/Medium/Low] |

## Next Steps
1. [Immediate action item]
2. [Call specific generator skill]
3. [Prepare specific asset or metadata]

Strategy Examples

Example: Speech Therapy App (Subscription, Growth Stage)

Profile: Blow Quest, freemium + subscription, targeting parents of kids in speech therapy Recommended:

  • 🔴 In-App Events → Weekly breath challenges to drive engagement
  • 🔴 Custom Product Pages → One for parents, one for SLPs (speech-language pathologists)
  • 🟠 Win-Back Offers → Re-engage churned subscribers with 50% off
  • 🟠 Featuring Nomination → Accessibility + Health angle
  • 🟢 Promoted IAP → Show subscription on product page
  • 🟢 Offer Codes → Partner with SLP clinics for distribution

Example: Watch Meditation App (Subscription, Launch Stage)

Profile: ChantFlow, Apple Watch, paid + subscription, meditation Recommended:

  • 🔴 Introductory Offer → 7-day free trial for subscription
  • 🔴 App Store Assets → watchOS screenshots + short-form video
  • 🟠 Product Page Optimization → A/B test meditation vs. mindfulness positioning
  • 🟠 Featuring Nomination → Mindfulness + Apple Watch angle
  • 🟢 Pre-Orders → Build anticipation before major update
  • 🟢 In-App Events → Monthly meditation challenges

Example: Productivity App (Freemium, Mature Stage)

Profile: TaskFlow, freemium with premium unlock, 50K MAU, stable Recommended:

  • 🔴 Win-Back Offers → Re-engage lapsed premium users
  • 🔴 Product Page Optimization → Test benefit-led vs. feature-led screenshots
  • 🟠 Custom Product Pages → Pages for students, freelancers, teams
  • 🟠 In-App Events → Productivity Week challenge (January)
  • 🟢 Offer Codes → Influencer/reviewer distribution
  • 🟢 Promotional Offers → Loyalty discount for long-term free users

References

  • decision-matrix.md — Feature recommendation logic by app attributes
  • strategy-templates/ — Monetization-specific strategy playbooks
  • Related: app-store/keyword-optimizer — ASO keyword strategy
  • Related: app-store/app-description-writer — Product page copy
  • Related: app-store/screenshot-planner — Screenshot sequences
  • Related: monetization — Pricing and tier strategy

Related skills

Marketing & SEOdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.