By asodevapp
ASO.dev skills for App Store Optimization, App Store Connect workflows, Google Play ASO, metadata, localization, reviews, monetization, subscriptions, pricing, In-App Events, featuring nominations, local AI Companion MCP workflows, and ASO.dev public API workflows.
Use when the user wants Google Play Store or Android ASO: Play listing title, short description, full description, keyword strategy, feature graphic, screenshots, ratings/reviews, Play Store Experiments, localization, or Google Play-specific metadata via ASO.dev.
Use when the user wants to interpret ASO.dev Measurements or App Store Connect metrics: downloads, impressions, product page views, conversion, revenue, retention, sessions, active devices, ratings, reviews, release markers, experiment impact, or before/after ASO performance.
Use to read, create, or update ASO.dev per-app project context before metadata, localization, keywords, screenshots, IAP, subscriptions, pricing, In-App Events, nominations, or review work.
Use whenever an ASO.dev skill needs the local localhost AI Companion MCP: reading/filling Apple or Google metadata, nominations, In-App Events, reviews, review replies/complaints, project context, or validation.
Use when the user wants Apple Search Ads or ASO.dev Ads Intelligence analysis: app ads, keyword ads, competitor ad creatives, custom product pages in ads, share of voice, auction insights, SAP as paid-intent signal, or paid/organic keyword alignment.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent Skills for App Store Optimization workflows at ASO.dev, compatible with Codex and other tools that consume SKILL.md folders.
Each skill is a folder with a single SKILL.md file:
skills/<skill-name>/SKILL.md
Skill names match folder names and use lowercase letters, digits, and hyphens.
The root marketplace.json describes the full ASO.dev skill pack for tools that consume plugin/marketplace manifests. .claude-plugin/marketplace.json and .claude-plugin/plugin.json make the same pack installable as a Claude Code plugin marketplace. Claude Code discovers skill folders automatically from the default skills/ directory.
The current live integration is the ASO.dev local AI Companion MCP:
http://localhost:42111http://127.0.0.1:42111The local MCP/Companion surface is not the ASO.dev product API. Do not assume the future API repeats MCP tool names, endpoints, payloads, or auth.
Technical references for tool surfaces live in tools/:
tools/aso-dev-local-mcp.md - current localhost MCP tools, endpoints, payloads, and safety rules.tools/asodev-public-api.md - ASO.dev Developer API and Partners API OpenAPI sources, auth/header notes, and MCP separation rules.tools/asodev-product-surface-map.md - public ASO.dev product surfaces mapped to skills.These skills use the common SKILL.md Agent Skills format. Install by copying the folders from skills/* into the target agent's skills directory.
tools/ contains repository-level technical references, not Agent Skill folders. If an agent is installed outside this repository and needs detailed MCP endpoint/payload docs or public API OpenAPI notes, keep this repository in the workspace or copy tools/ into the project root as reference documentation.
User/global install:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R skills/* "${CODEX_HOME:-$HOME/.codex}/skills/"
Restart Codex after copying if the session is already running.
Recommended GitHub marketplace install after this repository is published:
claude
> /plugin marketplace add asodevapp/skills
> /plugin install asodev-skills@asodev-skills
For local development, from this repository:
claude
> /plugin marketplace add .
> /plugin install asodev-skills@asodev-skills
Claude Code uses slash commands inside a claude session for marketplace installs; claude install-skill github.com/... is not the documented install command.
For official Anthropic marketplace submission, use the Claude.ai or Console submission forms and the prepared fields in OFFICIAL_MARKETPLACE_SUBMISSION.md.
Personal skills, available across projects:
mkdir -p "$HOME/.claude/skills"
cp -R skills/* "$HOME/.claude/skills/"
Project skills, checked into a repository:
mkdir -p .claude/skills
cp -R skills/* .claude/skills/
Restart Claude Code, then ask "What Skills are available?" or invoke a skill with /skill-name.
For Claude.ai, upload skills through the Claude Skills UI instead of copying to a local directory.
Project skills:
mkdir -p .cursor/skills
cp -R skills/* .cursor/skills/
User/global skills, when supported by your Cursor build:
mkdir -p "$HOME/.cursor/skills"
cp -R skills/* "$HOME/.cursor/skills/"
Reload the Cursor window or restart Cursor. If a global install is not discovered, use the project-level .cursor/skills/ path.
Current community convention for global Antigravity skills:
mkdir -p "$HOME/.gemini/antigravity/skills"
cp -R skills/* "$HOME/.gemini/antigravity/skills/"
Then restart Antigravity or reload the workspace. If your Antigravity build exposes a different skills directory in settings, use that directory instead.
After installing in any tool, ask the agent:
What ASO.dev skills are available?
Then try task-specific prompts such as:
More scenario prompts are in EXAMPLES.md.
Run:
./validate-skills.sh
For the Claude Code plugin marketplace manifest, you can also run:
claude plugin validate .
The validator checks:
SKILL.mdname and description existname matches the folder namemarketplace.json parses and points to a plugin source.claude-plugin/marketplace.json and .claude-plugin/plugin.json parse using Claude Code's default skills/ discoverytools/ exist and are non-emptyExpected output:
All skills look valid.
npx claudepluginhub asodevapp/skills --plugin asodev-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.