Leaderboard/Agent Orchestration/claude-code-aso-skill
Last commit on May 19, 2026·Created on November 7, 2025

alirezarezvani/claude-code-aso-skill

Helps an app get found, opened, and kept on users’ phones.
Combined rank
#541
across all skills
In Agent Orchestration
#31
category rank
Stars
436
+0.9% in last 7d
Forks
48
+2.1% in last 7d
Watchers
5
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill assembles a complete App Store Optimization toolkit for researching keywords, optimizing titles and descriptions, running A/B tests on icons and screenshots, and tracking ratings and reviews. It helps mobile app marketers, ASO specialists, and indie developers improve visibility and conversion across both Apple and Google stores, turning metadata into a discoverability asset.

WHO IT'S FOR
Mobile App Product Managers
optimize app store listings for growth
Growth Marketing Managers
research keywords and run A/B tests
App Developers and Indie Makers
optimize app metadata and manage reviews
ASO Specialists and Consultants
diagnose store performance and recommend fixes
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Compatibility not documented

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code full multi-agent system

Installs: User-level agents and optional slash commands, with the repository-local .claude/skills/aso toolkit retained in the project · Claude Code, aso-master, aso-optimizer, aso-research, aso-strategist

Before you start
  • Claude Code CLI installed and configured
  • Python 3.8+
  • Git
  • Apple Developer Account for App Store Connect access
  • Google Play Developer Account for Play Console access

Platform: macOS, Linux, or Windows

Run from: claude-code-aso-skill repository root after cloning

  1. In a terminal, clone the repository.

    git clone https://github.com/alirezarezvani/claude-code-aso-skill.git
  2. In the terminal, enter the cloned repository.

    cd claude-code-aso-skill
  3. In the terminal, install the ASO agents at user level.

    cp .claude/agents/aso/*.md ~/.claude/agents/
  4. Optionally, in the terminal, install the ASO slash commands.

    cp .claude/commands/aso/*.md ~/.claude/commands/
  5. In the terminal, verify that the ASO agents are listed.

    claude --list-agents | grep aso
  6. Keep the repository's .claude/skills/aso folder in place because the agents reference it.

README.md · Checked Sep 18, 2026.claude/INSTALL.md · Checked Sep 18, 2026

Give it something to do.

No starter task is available for this installation option.