Skip to content

ASO.dev Agent Skills: AI Workflows for ASO and App Marketing

In Development  Coming Soon

ASO.dev Agent Skills are ready-made AI workflows for App Store Optimization and app marketing. They help AI agents work with ASO.dev more predictably: read the right context, draft only the requested fields, validate changes, and fill drafts only when you ask.

The skills live in the public GitHub repository:

Use Agent Skills when you want an AI assistant to help with recurring ASO work:

  • audit an app listing and prioritize fixes
  • improve titles, subtitles, keyword fields, descriptions, and release notes
  • research keywords and plan keyword coverage across locales
  • compare competitors and find gaps
  • prepare App Store featuring nominations or In-App Events
  • draft replies to reviews and analyze review sentiment
  • localize Figma screenshot JSON while preserving template tags
  • work with monetization, subscriptions, pricing, and availability drafts

Skills are most useful when the assistant can combine your product context, current ASO.dev data, and a clear workflow instead of answering from a generic prompt.

Each skill is a folder with a SKILL.md file. After installation, your AI tool can discover those skills and use the right workflow for the task.

The recommended operating pattern is:

  1. Ask the AI assistant for a specific ASO task.
  2. Let the relevant skill gather context from the active ASO.dev project or files.
  3. Review the proposed changes.
  4. Ask the assistant to fill ASO.dev drafts only when you are ready.
  5. Save or publish final changes from ASO.dev manually.

Clone the repository first:

Terminal window
git clone https://github.com/asodevapp/skills.git
cd skills

Install the skills globally:

Terminal window
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R skills/* "${CODEX_HOME:-$HOME/.codex}/skills/"

Restart Codex after copying the folders.

Use the Claude Code plugin marketplace flow:

/plugin marketplace add asodevapp/skills
/plugin install asodev-skills@asodev-skills

For a local copy instead:

Terminal window
mkdir -p "$HOME/.claude/skills"
cp -R skills/* "$HOME/.claude/skills/"

Restart Claude Code after installation.

Install skills into the current project:

Terminal window
mkdir -p .cursor/skills
cp -R skills/* .cursor/skills/

Reload the Cursor window after copying.

Use the common global skills directory:

Terminal window
mkdir -p "$HOME/.gemini/antigravity/skills"
cp -R skills/* "$HOME/.gemini/antigravity/skills/"

Restart Antigravity or reload the workspace.

The strongest workflow is Agent Skills plus the local AI Companion MCP in ASO.dev.

  1. Open ASO.dev Settings -> AI Companion.
  2. Start the local Companion server.
  3. Use the ready config from ASO.dev or connect your AI tool to http://localhost:42111.
  4. Ask the agent to read the current editor, review list, nomination draft, event draft, or project context.
  5. Ask it to fill draft fields only after you approve the direction.

The local Companion usually runs on:

http://localhost:42111
http://127.0.0.1:42111

The skill pack covers several groups:

  • Tools and integrations: local MCP workflow, public API integration notes
  • Core workflow: ASO audits, current metadata fetch, validation, app context, analytics interpretation
  • Metadata and localization: Apple and Google metadata, keyword coverage, cross-localization, release notes, seasonal campaigns
  • Growth: competitor analysis, Apple Ads intelligence, featuring, In-App Events, CPP/PPO, screenshot briefs
  • Reviews: review sentiment, replies, complaint drafts, and rating strategy
  • Monetization: in-app purchases, subscriptions, pricing, availability, lifecycle and paywall strategy

After installation, try prompts like:

Use ASO.dev skills to audit the current App Store metadata and give me the top 10 fixes.
Read the current ASO.dev editor through MCP and rewrite title, subtitle, and keywords for en-US.
Analyze unanswered low-star reviews and draft safe replies in the user's language.
Prepare an In-App Event for our next seasonal campaign and keep all metadata within App Store limits.
Localize this Figma screenshot JSON to all App Store Connect locales without changing template tags.

After installation, ask your AI tool:

What ASO.dev skills are available?

If the skills do not appear, restart the tool, reload the workspace, and check that each copied skill folder contains a SKILL.md file.