Skip to content

Add comprehensive App Store Optimization (ASO) skill#237

Open
CGAngler wants to merge 2 commits intocoreyhaines31:mainfrom
CGAngler:claude/fix-terminal-skills-display-Jvr2T
Open

Add comprehensive App Store Optimization (ASO) skill#237
CGAngler wants to merge 2 commits intocoreyhaines31:mainfrom
CGAngler:claude/fix-terminal-skills-display-Jvr2T

Conversation

@CGAngler
Copy link
Copy Markdown

Summary

This PR introduces a complete App Store Optimization (ASO) skill with eight specialized modules for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store.

Key Changes

  • KeywordAnalyzer (keyword_analyzer.py): Analyzes keywords for ASO effectiveness with search volume categorization, competition level assessment, and potential scoring
  • MetadataOptimizer (metadata_optimizer.py): Optimizes app titles, descriptions, and keywords with platform-specific character limit validation for Apple and Google
  • CompetitorAnalyzer (competitor_analyzer.py): Analyzes competitor apps to identify ASO opportunities, keyword gaps, and best practices
  • ReviewAnalyzer (review_analyzer.py): Extracts sentiment analysis, common themes, and actionable insights from user reviews
  • ASOScorer (aso_scorer.py): Calculates comprehensive ASO health scores across metadata quality, ratings, keyword performance, and conversion metrics
  • ABTestPlanner (ab_test_planner.py): Plans and tracks A/B tests for app icons, screenshots, titles, and descriptions with statistical significance calculations
  • LocalizationHelper (localization_helper.py): Manages multi-language ASO optimization with market prioritization and character limit adjustments by language
  • LaunchChecklistGenerator (launch_checklist.py): Generates comprehensive pre-launch and update checklists with platform-specific requirements and timelines

Notable Implementation Details

  • Platform-specific handling for Apple App Store and Google Play Store with distinct character limits and metadata fields
  • Statistical analysis for A/B testing including sample size calculation and significance testing
  • Sentiment analysis and theme extraction from user reviews using keyword matching
  • Market prioritization framework with revenue share estimates for localization decisions
  • Comprehensive scoring system with weighted components and actionable recommendations
  • Includes skill documentation (SKILL.md), usage guide (HOW_TO_USE.md), and sample inputs/outputs

https://claude.ai/code/session_01Ee6xEddTnTEAa1WK57ZqMZ

claude added 2 commits April 12, 2026 13:21
Complete ASO toolkit sourced from sickn33/antigravity-awesome-skills.
Includes SKILL.md, 8 Python modules (keyword analysis, metadata
optimization, competitor analysis, ASO scoring, A/B testing,
localization, review analysis, launch checklist), sample data,
and reference documentation.

https://claude.ai/code/session_01LNAmgNCKW8FroyLSPGFd7i
The skill directory and SKILL.md existed but the skill was missing from
the skills array in .claude-plugin/marketplace.json, preventing it from
being discovered. Also updated skill count from 25 to 26.

https://claude.ai/code/session_01Ee6xEddTnTEAa1WK57ZqMZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants