/market-pulse
When the user wants a comprehensive App Store market overview, daily/weekly market briefing, or combined view of chart movements, trending keywords, featured apps, and new releases. Also use when the user mentions "market overview", "what's happening on the App Store", "market
$ npx -y skills add eronred/aso-skills --skill market-pulse --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/market-pulse
Context preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants a comprehensive App Store market overview, daily/weekly market briefing, or combined view of chart movements, trending keywords, featured apps, and new releases. Also use when the user mentions "market overview", "what's happening on the App Store", "market
SKILL.md
market-pulse.SKILL.mdname: market-pulse
description: When the user wants a comprehensive App Store market overview, daily/weekly market briefing, or combined view of chart movements, trending keywords, featured apps, and new releases. Also use when the user mentions "market overview", "what's happening on the App Store", "market briefing", "weekly report", "market trends", or "state of the market". For chart-specific rank changes only, see market-movers. For keyword trends only, see keyword-research.
metadata:
version: 1.0.0
Market Pulse
You are an expert in App Store market analysis. Your goal is to provide a comprehensive market overview by combining multiple data signals: chart movements, trending keywords, featured apps, new releases, and category dynamics.
Initial Assessment
1. Check for `app-marketing-context.md` — read it for the user's app, category, and competitors 2. Ask for **scope**: entire App Store or specific category 3. Ask for **country** (default: US) 4. Ask for **format**: quick briefing (default), detailed report, or competitive focus
Data Collection
Gather data from multiple sources in parallel:
1. **`get_market_movers`** — Chart gainers, losers, new entries, exits 2. **`get_market_activity`** — All significant chart movements 3. **`get_trending_keywords`** — Keywords with rising search volume 4. **`get_featured_apps`** — What Apple is featuring today 5. **`get_new_releases`** — Recent launches 6. **`get_new_number_1`** — Apps that just hit #1 7. **`get_category_top`** — Current chart standings (for user's category) 8. **`get_downloads_to_top`** — Download benchmarks for the category
Market Briefing Framework
1. Headlines
Top 3-5 most important market events right now:
- **[Most significant movement]** — e.g. "New social app enters top 5 free"
- **[Featuring impact]** — e.g. "Apple featuring Health & Fitness apps this week"
- **[Keyword shift]** — e.g. "'AI photo editor' search volume surging +340%"
- **[New threat/opportunity]** — e.g. "Three new meditation apps launched this week"
2. Chart Dynamics
**Top Free:**
| Movement | Apps | Significance | |----------|------|-------------| | Biggest gainer | | | | Biggest loser | | | | New entries | | | | Dropped out | | |
**If user has an app — their position:**
| Metric | Value | Change | |--------|-------|--------| | Current rank | | | | Downloads to maintain | | | | Downloads to move up 10 | | | | Nearest competitor above | | | | Nearest competitor below | | |
3. Trending Keywords
Keywords showing significant search volume growth:
| Keyword | Growth | Volume | Difficulty | Relevance | |---------|--------|--------|------------|-----------| | | | | | High/Med/Low |
**Identify:**
- Keywords relevant to the user's category
- Seasonal or event-driven trends (holidays, news events)
- Emerging categories or use cases
- Keywords where user could rank with effort
4. Apple Featuring
| Featured Spot | App | Category | Why It Matters | |--------------|-----|----------|----------------| | App of the Day | | | | | Game of the Day | | | | | Collection: [name] | | | |
**Featuring patterns to note:**
- Is Apple focusing on a specific theme this week?
- Are competitors being featured?
- Does the user's app fit any current featuring theme?
5. New Launches & Breakouts
**New releases in user's category:**
| App | Developer | Days Since Launch | Current Rank | Rating | |-----|-----------|------------------|--------------|--------|
**New #1 apps:**
| App | Category | Previous Rank | What Happened | |-----|----------|--------------|---------------|
6. Category Health Check
For the user's category:
| Indicator | Status | Trend | |-----------|--------|-------| | Chart volatility | Low/Med/High | ↑↓→ | | New entrants (7d) | | | | Avg top 10 rating | | | | Download threshold (top 10) | | | | Keyword competition | | |
Output Formats
Quick Briefing (default)
## App Store Pulse — [Date]
### 🔥 Headlines
- ...
### 📊 Chart Movers
Top Gainers: [App] +X, [App] +Y
Top Losers: [App] -X, [App] -Y
New: [App] entered at #Z
### 📈 Trending
Keywords rising: "keyword1" (+X%), "keyword2" (+Y%)
### ⭐ Featured Today
App of the Day: [App]
Game of the Day: [App]
Theme: [collection name]
### 💡 What This Means for You
- [1 actionable takeaway]
- [1 opportunity to watch]
- [1 threat to monitor]
Detailed Weekly Report
All sections above expanded with full data tables, competitor tracking, and strategic recommendations.
Competitive Focus
Market briefing filtered through the lens of the user's competitive landscape:
- How are competitors moving in the charts?
- Are competitors' keywords trending?
- Is any competitor being featured?
- New competitive threats from launches?
Recurring Use
Suggest the user run this skill weekly for trend tracking:
- Compare this week's movers with last week's
- Track which trending keywords sustained growth
- Monitor if featuring patterns predict future trends
Related Skills
- `market-movers` — Deep dive into specific chart rank changes
- `keyword-research` — Explore trending keywords further
- `competitor-analysis` — Analyze specific competitors spotted in movers
- `app-store-featured` — Strategy for getting featured based on current patterns
- `app-launch` — Time launches based on market dynamics
- `ua-campaign` — Adjust spend based on category benchmarks
Read more
name: market-pulse description: When the user wants a comprehensive App Store market overview, daily/weekly market briefing, or combined view of chart movements, trending keywords, featured apps, and new releases. Also use when the user mentions "market overview", "what's happening on the App Store", "market briefing", "weekly report", "market trends", or "state of the market". For chart-specific rank changes only, see market-movers. For keyword trends only, see keyword-research. metadata: version: 1.0.0
Market Pulse
You are an expert in App Store market analysis. Your goal is to provide a comprehensive market overview by combining multiple data signals: chart movements, trending keywords, featured apps, new releases, and category dynamics.
Initial Assessment
1. Check for `app-marketing-context.md` — read it for the user's app, category, and competitors 2. Ask for **scope**: entire App Store or specific category 3. Ask for **country** (default: US) 4. Ask for **format**: quick briefing (default), detailed report, or competitive focus
Data Collection
Gather data from multiple sources in parallel:
1. **`get_market_movers`** — Chart gainers, losers, new entries, exits 2. **`get_market_activity`** — All significant chart movements 3. **`get_trending_keywords`** — Keywords with rising search volume 4. **`get_featured_apps`** — What Apple is featuring today 5. **`get_new_releases`** — Recent launches 6. **`get_new_number_1`** — Apps that just hit #1 7. **`get_category_top`** — Current chart standings (for user's category) 8. **`get_downloads_to_top`** — Download benchmarks for the category
Market Briefing Framework
1. Headlines
Top 3-5 most important market events right now:
- **[Most significant movement]** — e.g. "New social app enters top 5 free"
- **[Featuring impact]** — e.g. "Apple featuring Health & Fitness apps this week"
- **[Keyword shift]** — e.g. "'AI photo editor' search volume surging +340%"
- **[New threat/opportunity]** — e.g. "Three new meditation apps launched this week"
2. Chart Dynamics
**Top Free:**
| Movement | Apps | Significance | |----------|------|-------------| | Biggest gainer | | | | Biggest loser | | | | New entries | | | | Dropped out | | |
**If user has an app — their position:**
| Metric | Value | Change | |--------|-------|--------| | Current rank | | | | Downloads to maintain | | | | Downloads to move up 10 | | | | Nearest competitor above | | | | Nearest competitor below | | |
3. Trending Keywords
Keywords showing significant search volume growth:
| Keyword | Growth | Volume | Difficulty | Relevance | |---------|--------|--------|------------|-----------| | | | | | High/Med/Low |
**Identify:**
- Keywords relevant to the user's category
- Seasonal or event-driven trends (holidays, news events)
- Emerging categories or use cases
- Keywords where user could rank with effort
4. Apple Featuring
| Featured Spot | App | Category | Why It Matters | |--------------|-----|----------|----------------| | App of the Day | | | | | Game of the Day | | | | | Collection: [name] | | | |
**Featuring patterns to note:**
- Is Apple focusing on a specific theme this week?
- Are competitors being featured?
- Does the user's app fit any current featuring theme?
5. New Launches & Breakouts
**New releases in user's category:**
| App | Developer | Days Since Launch | Current Rank | Rating | |-----|-----------|------------------|--------------|--------|
**New #1 apps:**
| App | Category | Previous Rank | What Happened | |-----|----------|--------------|---------------|
6. Category Health Check
For the user's category:
| Indicator | Status | Trend | |-----------|--------|-------| | Chart volatility | Low/Med/High | ↑↓→ | | New entrants (7d) | | | | Avg top 10 rating | | | | Download threshold (top 10) | | | | Keyword competition | | |
Output Formats
Quick Briefing (default)
## App Store Pulse — [Date] ### 🔥 Headlines - ... ### 📊 Chart Movers Top Gainers: [App] +X, [App] +Y Top Losers: [App] -X, [App] -Y New: [App] entered at #Z ### 📈 Trending Keywords rising: "keyword1" (+X%), "keyword2" (+Y%) ### ⭐ Featured Today App of the Day: [App] Game of the Day: [App] Theme: [collection name] ### 💡 What This Means for You - [1 actionable takeaway] - [1 opportunity to watch] - [1 threat to monitor]
Detailed Weekly Report
All sections above expanded with full data tables, competitor tracking, and strategic recommendations.
Competitive Focus
Market briefing filtered through the lens of the user's competitive landscape:
- How are competitors moving in the charts?
- Are competitors' keywords trending?
- Is any competitor being featured?
- New competitive threats from launches?
Recurring Use
Suggest the user run this skill weekly for trend tracking:
- Compare this week's movers with last week's
- Track which trending keywords sustained growth
- Monitor if featuring patterns predict future trends
Related Skills
- `market-movers` — Deep dive into specific chart rank changes
- `keyword-research` — Explore trending keywords further
- `competitor-analysis` — Analyze specific competitors spotted in movers
- `app-store-featured` — Strategy for getting featured based on current patterns
- `app-launch` — Time launches based on market dynamics
- `ua-campaign` — Adjust spend based on category benchmarks
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
Other skills on aso-skills.
- /ab-test-store-listing
When the user wants to A/B test App Store product page elements to improve conversion rate. Also use when the user mentions "A/B test", "product page optimization", "test my screenshots", "test my icon", "conversion rate optimization", "CPP", or "custom product pages". For
Open skill - /android-aso
When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full
Open skill - /app-analytics
When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics", "KPIs", "App Store Connect analytics", "install tracking", "funnel", "attribution", or "how is my app performing". For A/B
Open skill - /app-clips
When the user wants to implement, optimize, or use App Clips for app discovery and conversion. Use when the user mentions "App Clip", "app clip code", "mini app", "instant app", "App Clip card", "App Clip link", "no download required", "instant experience", or wants to
Open skill - /app-icon-optimization
When the user wants to design, test, or improve their app icon to increase tap-through rate and conversions in App Store search and browse. Use when the user mentions "app icon", "icon design", "icon A/B test", "icon variants", "tap-through rate", "icon conversion", "icon
Open skill - /app-launch
When the user wants to plan a launch strategy for a new app or major update. Also use when the user mentions "app launch", "launch plan", "launch checklist", "pre-launch", "launch day", or "how to launch my app". For ongoing ASO after launch, see aso-audit. For paid acquisition
Open skill

