cli-tool/components/skills/business-marketing/app-store-optimization/SKILL.md
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
npx skillsauth add davila7/claude-code-templates app-store-optimizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store.
{
"app_name": "MyApp",
"category": "Productivity",
"target_keywords": ["task manager", "productivity", "todo list"],
"competitors": ["Todoist", "Any.do", "Microsoft To Do"],
"language": "en-US"
}
{
"platform": "apple" | "google",
"app_info": {
"name": "MyApp",
"category": "Productivity",
"target_audience": "Professionals aged 25-45",
"key_features": ["Task management", "Team collaboration", "AI assistance"],
"unique_value": "AI-powered task prioritization"
},
"current_metadata": {
"title": "Current Title",
"subtitle": "Current Subtitle",
"description": "Current description..."
},
"target_keywords": ["productivity", "task manager", "todo"]
}
{
"app_id": "com.myapp.app",
"platform": "apple" | "google",
"date_range": "last_30_days" | "last_90_days" | "all_time",
"rating_filter": [1, 2, 3, 4, 5],
"language": "en"
}
{
"metadata": {
"title_quality": 0.8,
"description_quality": 0.7,
"keyword_density": 0.6
},
"ratings": {
"average_rating": 4.5,
"total_ratings": 15000
},
"conversion": {
"impression_to_install": 0.05
},
"keyword_rankings": {
"top_10": 5,
"top_50": 12,
"top_100": 18
}
}
Hey Claude—I just added the "app-store-optimization" skill. Can you research the best keywords for a productivity app targeting professionals? Focus on keywords with good search volume but lower competition.
Hey Claude—I just added the "app-store-optimization" skill. Can you optimize my app's metadata for the Apple App Store? Here's my current listing: [provide current metadata]. I want to rank for "task management" and "productivity tools".
Hey Claude—I just added the "app-store-optimization" skill. Can you analyze the ASO strategies of Todoist, Any.do, and Microsoft To Do? I want to understand what they're doing well and where there are opportunities.
Hey Claude—I just added the "app-store-optimization" skill. Can you analyze recent reviews for my app (com.myapp.ios) and identify the most common user complaints and feature requests?
Hey Claude—I just added the "app-store-optimization" skill. Can you calculate my app's overall ASO health score and provide specific recommendations for improvement?
Hey Claude—I just added the "app-store-optimization" skill. I want to A/B test my app icon and first screenshot. Can you help me design the test and determine how long to run it?
Hey Claude—I just added the "app-store-optimization" skill. Can you generate a comprehensive pre-launch checklist for submitting my app to both Apple App Store and Google Play Store?
Analyzes keywords for search volume, competition, and relevance. Provides strategic recommendations for primary and secondary keywords.
Key Functions:
analyze_keyword(): Analyze single keyword metricscompare_keywords(): Compare multiple keywordsfind_long_tail(): Discover long-tail keyword opportunitiescalculate_keyword_difficulty(): Assess competition levelOptimizes titles, descriptions, and keyword fields with platform-specific character limit validation.
Key Functions:
optimize_title(): Create compelling, keyword-rich titlesoptimize_description(): Generate conversion-focused descriptionsoptimize_keyword_field(): Maximize Apple's 100-char keyword fieldvalidate_character_limits(): Ensure compliance with platform limitscalculate_keyword_density(): Analyze keyword usage in metadataAnalyzes top competitors' ASO strategies and identifies opportunities.
Key Functions:
get_top_competitors(): Identify category leadersanalyze_competitor_metadata(): Extract and analyze competitor keywordscompare_visual_assets(): Evaluate icons and screenshotsidentify_gaps(): Find competitive opportunitiesCalculates comprehensive ASO health score across multiple dimensions.
Key Functions:
calculate_overall_score(): Compute 0-100 ASO scorescore_metadata_quality(): Evaluate title, description, keywordsscore_ratings_reviews(): Assess rating quality and volumescore_keyword_performance(): Analyze ranking positionsscore_conversion_metrics(): Evaluate impression-to-install ratesgenerate_recommendations(): Provide prioritized action itemsPlans and tracks A/B tests for metadata and visual assets.
Key Functions:
design_test(): Create test hypothesis and variablescalculate_sample_size(): Determine required test durationcalculate_significance(): Assess statistical significancetrack_results(): Monitor test performancegenerate_report(): Summarize test outcomesManages multi-language ASO optimization strategies.
Key Functions:
identify_target_markets(): Recommend localization prioritiestranslate_metadata(): Generate localized metadataadapt_keywords(): Research locale-specific keywordsvalidate_translations(): Check character limits per languagecalculate_localization_roi(): Estimate impact of localizationAnalyzes user reviews for sentiment, issues, and feature requests.
Key Functions:
analyze_sentiment(): Calculate positive/negative/neutral ratiosextract_common_themes(): Identify frequently mentioned topicsidentify_issues(): Surface bugs and user complaintsfind_feature_requests(): Extract desired featurestrack_sentiment_trends(): Monitor sentiment over timegenerate_response_templates(): Create review response draftsGenerates comprehensive pre-launch and update checklists.
Key Functions:
generate_prelaunch_checklist(): Complete submission validationvalidate_app_store_compliance(): Check Apple guidelinesvalidate_play_store_compliance(): Check Google policiescreate_update_plan(): Plan update cadence and featuresoptimize_launch_timing(): Recommend release datesplan_seasonal_campaigns(): Identify seasonal opportunitiesThis skill works well with:
This skill is based on current Apple App Store and Google Play Store requirements as of November 2025. Store policies and best practices evolve—verify current requirements before major launches.
Key Updates to Monitor:
tools
No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate business processes without writing code. But no-code doesn't mean no-complexity - these platforms have their own patterns, pitfalls, and breaking points. This skill covers when to use which platform, how to build reliable automations, and when to graduate to code-based solutions. Key insight: Zapier optimizes for simplicity and integrations (7000+ apps), Make optimizes for power
tools
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
tools
Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry customers. With it, workflows resume exactly where they left off. This skill covers the platforms (n8n, Temporal, Inngest) and patterns (sequential, parallel, orchestrator-worker) that turn brittle scripts into production-grade automation. Key insight: The platforms make different tradeoffs. n8n optimizes for accessibility
development
Trigger.dev expert for background jobs, AI workflows, and reliable async execution with excellent developer experience and TypeScript-first design. Use when: trigger.dev, trigger dev, background task, ai background job, long running task.