app-store-optimization
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-skills/app-store-optimizationskilz install alirezarezvani/claude-skills/app-store-optimization --agent opencodeskilz install alirezarezvani/claude-skills/app-store-optimization --agent codexskilz install alirezarezvani/claude-skills/app-store-optimization --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skillscp -r claude-skills/marketing-skill/app-store-optimization ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Stars
- 579
- Forks
- 112
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
D Score: 65/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Description needs trigger phrases
- No Reference Files
- Marketing Language
Recommendations
- Focus on improving Pda (currently 12/30)
- Address 2 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-24
Developer Feedback
I noticed your skill focuses on the app marketplace challenge—that's a solid niche where a lot of developers struggle with visibility. At a 65/100, you're hitting the core value proposition, but there's some structural inefficiency we should dig into that might be limiting its reach and adoption.
Links:
The TL;DR
You're at 65/100, which puts you in the D grade territory. This is based on Anthropic's skill evaluation framework. Your strongest area is Spec Compliance (11/15)—the frontmatter is clean and the name conventions are right. But Progressive Disclosure Architecture is pulling you down hard at 12/30. That's your biggest opportunity for improvement.
What's Working Well
- Solid spec compliance — YAML frontmatter is valid, naming follows conventions, and you've got the required fields in place
- Covers real ASO gaps — Keyword research, metadata optimization, competitor analysis, and platform-specific requirements actually address what devs need
- Structured input format — Your JSON input schemas in the 137-186 line range provide clear, parseable structure for what the skill expects
- Navigation is logical — Headers are well-organized and readers can follow the flow from capabilities through to examples
The Big One: You've Got Everything in One File (Kill Your Darlings)
Your biggest issue? You're jamming 404 lines into a single SKILL.md. The scripts section (lines 226-307), best practices (lines 308-352), and platform specs (lines 56-68) should each live in separate reference files. Right now, every user loads everything regardless of what they need.
Here's the fix:
- Create
references/scripts.mdfor your ASO analysis scripts and implementation de...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.