/ Directorio / Playground / claude-code-aso-skill
● Comunidad alirezarezvani ⚡ Instantáneo

claude-code-aso-skill

por 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.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

claude-code-aso-skill.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/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
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.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 usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "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
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.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 usa un array de objetos de servidor en lugar de un mapa.

~/.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"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: 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

Cuándo usarlo: You're 2 weeks from submission and need titles, keywords, descriptions, and screenshots captions.

Requisitos previos
  • App concept and category — A 1-paragraph description and the App Store category
Flujo
  1. Run the pre-launch command
    /aso pre-launch — my app is a focus timer for developers, category Productivity.✓ Copiado
    → 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.✓ Copiado
    → Variants within char limits
  3. Walk the 47-item checklist
    Run the launch checklist.✓ Copiado
    → Pass/fail per item with fixes

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

Errores comunes
  • Keyword stuffing triggers store rejection — aso-optimizer flags this; trust the warnings
Combinar con: claude-ads-skill

Analyze the top 10 competitors in your category

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

Cuándo usarlo: You want to understand how competitors describe themselves before writing your own copy.

Flujo
  1. Run competitive analysis
    /aso competitive in category 'Productivity' — top 10.✓ Copiado
    → 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?✓ Copiado
    → Concrete positioning angle

Resultado: A differentiated positioning statement backed by live data.

Errores comunes
  • 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

Cuándo usarlo: Your app has been live 6+ months and ranking has plateaued.

Flujo
  1. Run optimization
    /aso optimize — my app is MyApp, current metadata [paste].✓ Copiado
    → 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?✓ Copiado
    → Prioritized test roadmap

Resultado: A testing roadmap to improve rank.

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

Combinaciones

Combínalo con otros MCPs para multiplicar por 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.✓ Copiado

Generate App Store screenshot-caption image prompts

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

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
/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

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
iTunes Search API is free, generous limits
Tokens por llamada
5-15k per command
Monetario
Free — skill is local
Consejo
Run full-audit once, then use optimize + competitive periodically.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: No credentials — iTunes Search API is unauthenticated
Salida de datos: iTunes Search API only

Resolución de problemas

Errores comunes y soluciones

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.

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

Alternativas

claude-code-aso-skill vs otros

AlternativaCuándo usarlaContrapartida
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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills