/ 디렉터리 / 플레이그라운드 / claude-code-aso-skill
● 커뮤니티 alirezarezvani ⚡ 바로 사용

claude-code-aso-skill

제작: alirezarezvani · alirezarezvani/claude-code-aso-skill

App Store Optimization automation with 4 sub-agents — real iTunes API data, character-validated metadata for Apple and Google, 47-item launch checklist.

A Claude Code skill (also deployable to Claude Desktop) that automates App Store Optimization for iOS and Android. Four agents — Master, Research, Optimizer, Strategist — coordinate via slash commands to deliver copy-paste-ready titles, subtitles, descriptions, and keyword strategies validated against platform character limits.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

claude-code-aso-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-code-aso-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-code-aso-skill",
        "~/.claude/skills/claude-code-aso-skill"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-code-aso-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-code-aso-skill",
        "~/.claude/skills/claude-code-aso-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-code-aso-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-code-aso-skill",
        "~/.claude/skills/claude-code-aso-skill"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-code-aso-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-code-aso-skill",
        "~/.claude/skills/claude-code-aso-skill"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-code-aso-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-code-aso-skill",
        "~/.claude/skills/claude-code-aso-skill"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-code-aso-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/alirezarezvani/claude-code-aso-skill",
          "~/.claude/skills/claude-code-aso-skill"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add claude-code-aso-skill -- git clone https://github.com/alirezarezvani/claude-code-aso-skill ~/.claude/skills/claude-code-aso-skill

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: claude-code-aso-skill

Generate a complete ASO asset pack before app store submission

👤 Indie developers and small studios launching a new app ⏱ ~60 min intermediate

언제 쓸까: You're 2 weeks from submission and need titles, keywords, descriptions, and screenshots captions.

사전 조건
  • App concept and category — A 1-paragraph description and the App Store category
흐름
  1. Run the pre-launch command
    /aso pre-launch — my app is a focus timer for developers, category Productivity.✓ 복사됨
    → aso-research scans similar apps via iTunes API; aso-optimizer drafts metadata
  2. Review and iterate
    Title feels too generic — give me 5 alternatives that include 'Pomodoro' without keyword stuffing.✓ 복사됨
    → Variants within char limits
  3. Walk the 47-item checklist
    Run the launch checklist.✓ 복사됨
    → Pass/fail per item with fixes

결과: A submission-ready ASO asset pack plus a checked-off launch list.

함정
  • Keyword stuffing triggers store rejection — aso-optimizer flags this; trust the warnings
함께 쓰기: claude-ads-skill

Analyze the top 10 competitors in your category

👤 PMs and founders positioning against incumbents ⏱ ~30 min intermediate

언제 쓸까: You want to understand how competitors describe themselves before writing your own copy.

흐름
  1. Run competitive analysis
    /aso competitive in category 'Productivity' — top 10.✓ 복사됨
    → Real iTunes data on title, subtitle, keywords, rating patterns
  2. Find the positioning gap
    Where are all 10 saying the same thing? What's the whitespace?✓ 복사됨
    → Concrete positioning angle

결과: A differentiated positioning statement backed by live data.

함정
  • Top 10 may be dominated by one big player — skewed signal — Filter by category refinement or include mid-tail apps

Optimize metadata for an existing app that's underperforming

👤 App owners with a live app and stagnant downloads ⏱ ~30 min intermediate

언제 쓸까: Your app has been live 6+ months and ranking has plateaued.

흐름
  1. Run optimization
    /aso optimize — my app is MyApp, current metadata [paste].✓ 복사됨
    → Suggestions grounded in current top-ranking apps for the keyword set
  2. A/B plan
    Which changes should I A/B test first, and in what order?✓ 복사됨
    → Prioritized test roadmap

결과: A testing roadmap to improve rank.

함정
  • Too many concurrent changes make attribution impossible — Skill recommends one variable at a time

조합

다른 MCP와 조합해 10배 효율

claude-code-aso-skill + claude-ads-skill

Align ASO keywords with paid-ads keyword strategy

Take the ASO keyword list and have claude-ads plan a UA campaign around the same terms.✓ 복사됨

Generate App Store screenshot-caption image prompts

For each screenshot caption the ASO skill suggests, recommend a visual prompt via nano-banana.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
/aso full-audit app concept or URL New app or comprehensive review Tokens + iTunes API (free)
/aso optimize current metadata Refreshing an existing app Tokens
/aso pre-launch concept + category Before submission Tokens
/aso competitive category or competitor list Positioning work Tokens + iTunes API

비용 및 제한

운영 비용

API 쿼터
iTunes Search API is free, generous limits
호출당 토큰
5-15k per command
금액
Free — skill is local
Run full-audit once, then use optimize + competitive periodically.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials — iTunes Search API is unauthenticated
데이터 외부 송신: iTunes Search API only

문제 해결

자주 발생하는 오류와 해결

iTunes API returns empty for a known app

Check the bundleID or the country code; country defaults to US.

Suggested title exceeds 30 chars

The optimizer should catch this; if not, re-run with explicit '30 char max' reminder.

Slash commands not recognized

Ensure the skill is cloned into ~/.claude/skills/ and Claude Code is restarted.

확인: ls ~/.claude/skills/claude-code-aso-skill/commands/

대안

claude-code-aso-skill 다른 것과 비교

대안언제 쓰나단점/장점
AppTweak / Sensor Tower (paid)You need deeper keyword volume data and can payBetter data, real cost
claude-ads-skillYou're focused on paid UA rather than organic ASODifferent funnel stage

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기