Add comprehensive App Store Optimization (ASO) skill#237
Open
CGAngler wants to merge 2 commits intocoreyhaines31:mainfrom
Open
Add comprehensive App Store Optimization (ASO) skill#237CGAngler wants to merge 2 commits intocoreyhaines31:mainfrom
CGAngler wants to merge 2 commits intocoreyhaines31:mainfrom
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
keyword_analyzer.py): Analyzes keywords for ASO effectiveness with search volume categorization, competition level assessment, and potential scoringmetadata_optimizer.py): Optimizes app titles, descriptions, and keywords with platform-specific character limit validation for Apple and Googlecompetitor_analyzer.py): Analyzes competitor apps to identify ASO opportunities, keyword gaps, and best practicesreview_analyzer.py): Extracts sentiment analysis, common themes, and actionable insights from user reviewsaso_scorer.py): Calculates comprehensive ASO health scores across metadata quality, ratings, keyword performance, and conversion metricsab_test_planner.py): Plans and tracks A/B tests for app icons, screenshots, titles, and descriptions with statistical significance calculationslocalization_helper.py): Manages multi-language ASO optimization with market prioritization and character limit adjustments by languagelaunch_checklist.py): Generates comprehensive pre-launch and update checklists with platform-specific requirements and timelinesNotable Implementation Details
https://claude.ai/code/session_01Ee6xEddTnTEAa1WK57ZqMZ