A comprehensive Claude Code skill for generating optimized Apple App Store metadata with ASO (App Store Optimization) best practices, competitive analysis, and automated validation.
Pairs well with:
- Astro MCP Server - Full-featured MCP server for comprehensive ASO analytics and keyword research
- App Store MCP
- Krankie - Lightweight, agent-first CLI for tracking App Store keyword rankings. No MCP setup requiredβjust install with
bun install -g krankieand run. Stores ranking history locally in SQLite, perfect for monitoring keyword positions over time and measuring the impact of your ASO changes. This skill includes instructions for using Krankie to establish baselines, track competitors, and measure optimization results.
This skill transforms Claude Code into an ASO expert that can:
- Analyze app concepts and generate optimized App Store metadata
- Validate character limits automatically against Apple's requirements
- Provide competitive analysis insights using proven ASO strategies
- Recommend screenshot storyboards with caption optimization
- Apply 2025 algorithm updates including screenshot caption OCR indexing
- App Name (30 chars) - Highest ranking weight
- Subtitle (30 chars) - Second strongest ranking factor
- Promotional Text (170 chars) - Conversion optimization
- Description (4,000 chars) - Not indexed, purely for conversion
- Keywords (100 chars) - Hidden but indexed field
- What's New (4,000 chars) - Update messaging
Python script validates all metadata against Apple's strict character limits with clear β /β indicators and remaining character counts.
47KB of ASO best practices including:
- June 2025 screenshot caption OCR algorithm update
- Metadata hierarchy and indexing rules
- Competitive analysis frameworks
- Rating optimization strategies
- Localization guidance
- A/B testing recommendations
- Caption optimization for new OCR indexing
- A.I.D.A. framework recommendations
- Visual content best practices
- Localization considerations
npx skills add timbroddin/app-store-aso-skillThis will install the skill and make it available to your agent automatically.
cd ~/.claude/skills/
git clone https://github.com/timbroddin/app-store-aso-skill.git app-store-aso- Download the latest release
.zipfile - Extract to your Claude Code skills directory:
unzip app-store-aso.zip -d ~/.claude/skills/ - Restart Claude Code (if currently running)
The skill structure should look like:
~/.claude/skills/app-store-aso/
βββ SKILL.md # Main skill instructions
βββ README.md # This file
βββ scripts/
β βββ validate_metadata.py # Validation script
βββ references/
βββ aso_learnings.md # Comprehensive ASO knowledge base
The skill activates automatically when you ask Claude Code about App Store optimization. Simply describe your app and request ASO help:
Basic optimization:
"I have an iOS meditation app called 'CalmSpace'.
Help me optimize the App Store metadata."
With context:
"This is a fitness tracking app for runners.
I've added a new social feature and marathon training plans.
Generate optimized metadata and screenshot recommendations."
Metadata review:
"Review my current App Store listing:
Title: FitTrack - Run & Workout
Subtitle: GPS Running & Fitness Log
Keywords: running,tracker,fitness,workout,gps
Optimize this for better rankings."
Claude will provide:
-
π± App Metadata Recommendations
- Optimized title, subtitle, promotional text
- Strategic keyword list
- Compelling description
-
β Validation Results
- Character count checks against limits
- Clear pass/fail indicators
- Remaining character counts
-
π― Competitive Analysis
- Positioning recommendations
- Keyword opportunities
- Market insights
-
πΈ Screenshot Storyboard Strategy
- Ordered screenshot recommendations
- Caption optimization for OCR indexing
- Visual messaging hierarchy
The included Python script can also be run manually:
python ~/.claude/skills/app-store-aso/scripts/validate_metadata.pypython ~/.claude/skills/app-store-aso/scripts/validate_metadata.py \
--app-name "My Amazing App" \
--subtitle "The Best App for Everything" \
--keywords "app,best,amazing,everything,awesome"| Field | Limit | Indexed? | Impact |
|---|---|---|---|
| App Name | 30 chars | β Yes | Highest ranking weight |
| Subtitle | 30 chars | β Yes | Second strongest |
| Promotional Text | 170 chars | β No | Conversion only |
| Description | 4,000 chars | β No | Conversion only |
| Keywords | 100 chars | β Yes | Significant ranking |
| What's New | 4,000 chars | β No | Update messaging |
| Screenshot Captions | Variable | β Yes | NEW in June 2025 |
Apple deployed OCR technology to extract and index screenshot captions for the first time since 2017. This skill includes:
- Caption optimization strategies for OCR readability
- High-contrast text recommendations
- Keyword reinforcement techniques
- Visual hierarchy best practices
- Elimination of new app boost
- Custom Product Pages for organic keywords
- Enhanced in-app event indexing
- 4-week update cycle optimization
- Metadata Hierarchy: Title > Subtitle > Screenshot Captions > Keywords
- No Duplication: Each keyword should appear only once across title/subtitle/keywords
- Update Frequency: Every 2-4 weeks minimum
- Rating Target: 4.5+ stars for optimal visibility
- Localization: 35% average impression increase
- A/B Testing: Product Page Optimization strategies
Contributions welcome! Areas for improvement:
- Additional ASO research and case studies
- More validation checks (keyword density, etc.)
- Screenshot template generators
- Competitor analysis automation
- Localization tools
MIT License - see LICENSE file for details
Built using the Claude Skill Creator.
ASO knowledge compiled from industry research, official Apple documentation, and analysis from leading ASO platforms.
- Issues: Report bugs or request features via GitHub Issues
- Discussions: Ask questions in GitHub Discussions
- Apple App Store Review Guidelines
- App Store Connect Help
- Product Page Optimization
- Claude Code Skills Documentation
Made with β€οΈ for the Claude Code community