AEO Automation Framework for Claude Code One-click, beginner friendly automation for GitHub. Includes a dedicated fleet of AEO sub-agents handling planning, execution, reports, actionable items, and executive summaries. Trigger work instantly with AEO slash-commands. Fully integrated as a Claude Code Skill and usable across Claude AI App
# Add to your Claude Code skills
git clone https://github.com/alirezarezvani/claude-code-aso-skillGuides for using ai agents skills like claude-code-aso-skill.
Last scanned: 5/27/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-27T08:05:00.446Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-code-aso-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alirezarezvani. AEO Automation Framework for Claude Code One-click, beginner friendly automation for GitHub. Includes a dedicated fleet of AEO sub-agents handling planning, execution, reports, actionable items, and executive summaries. Trigger work instantly with AEO slash-commands. Fully integrated as a Claude Code Skill and usable across Claude AI App. It has 397 GitHub stars.
Yes. claude-code-aso-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/alirezarezvani/claude-code-aso-skill" and add it to your Claude Code skills directory (see the Installation section above).
claude-code-aso-skill is primarily written in Python. It is open-source under alirezarezvani on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-aso-skill against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
Professional App Store Optimization (ASO) powered by AI agents
Features • Installation • Quick Start • Documentation • Examples
The ASO (App Stores Optimization) Agent System for Claude Code is a comprehensive, production-ready multi-agent framework for App Store Optimization (ASO) built for Claude Code and Claude Desktop/Web App. It combines specialized AI agents including a Agent Skill (Claude's New Feature) set with real-time data fetching to generate actionable, copy-paste ready deliverables for iOS and Android app optimization.
Two ways to use:
Unlike generic ASO tools that provide analysis reports, this system delivers:
✅ Copy-Paste Ready Metadata - Character-validated content ready for App Store Connect and Google Play Console ✅ Real Data Integration - iTunes Search API + WebFetch for competitor intelligence ✅ Actionable Task Checklists - 47-item pre-launch validation with success criteria ✅ Specific Timelines - Real calendar dates, not "Week 1" placeholders ✅ Complete Workflow - 5-phase execution from research to ongoing optimization
4 Specialized Agents working in coordinated workflow:
outputs/[YourApp]/
├── 00-MASTER-ACTION-PLAN.md # Complete roadmap with ASO score
├── 01-research/
│ ├── keyword-list.md # 20 priority keywords, tiered strategy
│ ├── competitor-gaps.md # Competitive opportunities
│ └── action-research.md # Research tasks checklist
├── 02-metadata/
│ ├── apple-metadata.md # Copy-paste ready (App Store Connect)
│ ├── google-metadata.md # Copy-paste ready (Play Console)
│ ├── visual-assets-spec.md # Designer briefing
│ └── action-metadata.md # Implementation tasks
├── 03-testing/
│ ├── ab-test-setup.md # A/B test configuration
│ └── action-testing.md # Testing tasks
├── 04-launch/
│ ├── prelaunch-checklist.md # 47-item validation
│ ├── timeline.md # Specific calendar dates
│ ├── submission-guide.md # Platform procedures
│ └── action-launch.md # Launch tasks
├── 05-optimization/
│ ├── review-responses.md # Pre-written templates
│ ├── ongoing-tasks.md # Daily/weekly/monthly schedule
│ └── action-optimization.md # Optimization tasks
└── FINAL-REPORT.md # Executive summary
Four user-facing workflows:
| Command | Duration | Output |
|---|---|---|
/aso-full-audit [AppName] |
30-40 min | Complete audit with all phases |
/aso-optimize [AppName] |
10-15 min | Metadata optimization only |
/aso-prelaunch [AppName] |
15-20 min | Pre-launch validation checklist |
/aso-competitor [AppName] "App1,App2" |
10-15 min | Competitive intelligence |
Choose Your Platform:
For developers using Claude Code CLI who want the complete multi-agent workflow:
# Clone repository
git clone https://github.com/alirezarezvani/claude-code-aso-skill.git
cd claude-code-aso-skill
# Install agents (user-level)
cp .claude/agents/aso/*.md ~/.claude/agents/
# Install slash commands (optional)
cp .claude/commands/aso/*.md ~/.claude/commands/
# Verify installation
claude --list-agents | grep aso
For users of Claude Desktop or Web App who want quick ASO analysis:
Step 1: Download the Skill Package
# Download app-store-optimization.zip from the repository
# Or use wget/curl:
wget https://github.com/alirezarezvani/claude-code-aso-skill/raw/main/app-store-optimization.zip
Step 2: Upload to Claude
For Claude Desktop App:
app-store-optimization.zipFor Claude Web App:
app-store-optimization.zipStep 3: Start Using
Hey Claude, I just added the app-store-optimization skill.
Analyze my app: FitFlow - fitness tracking app for beginners.
Generate a complete ASO strategy with keyword research and metadata.
For advanced users who want to customize the skill:
# Extract and install skill manually
unzip app-store-optimization.zip
cp -r app-store-optimization ~/.claude/skills/
# For Claude Code CLI
# Restart Claude Code
claude --reload
# For Claude Desktop
# Restart Claude Desktop app
For Claude Code Users:
# Start Claude Code in your project directory
claude
# Run complete ASO audit
/aso-full-audit MyAwesomeApp
# Review outputs
cd outputs/MyAwesomeApp
cat 00-MASTER-ACTION-PLAN.md
For Claude Desktop/Web App Users:
Start a new conversation and say:
"Hey Claude, I just added the app-store-optimization skill.
I need help with App Store Optimization for my app called 'MyAwesomeApp'.
It's a fitness tracking app for beginners.
Please generate:
1. Keyword research with 20 priority keywords
2. Copy-paste ready metadata for Apple App Store
3. Copy-paste ready metadata for Google Play Store
4. A complete action plan with timeline"
That's it! You'll receive a complete ASO strategy with copy-paste ready metadata, keyword research, and actionable recommendations.
/aso-full-audit MyApp
Generates:
Time: 30-40 minutes
Output: Complete outputs/MyApp/ folder
/aso-optimize MyApp
Generates:
Time: 10-15 minutes
Output: outputs/MyApp/02-metadata/ folder
/aso-prelaunch MyApp
Generates:
Time: 15-20 minutes
Output: outputs/MyApp/04-launch/ folder
/aso-competitor MyApp "Todoist,Any.do,Microsoft To Do"
Generates:
Time: 10-15 minutes
Output: outputs/MyApp/01-research/competitor-gaps.md
All outputs meet these standards:
✅ Character Limits Validated
✅ Real Dates, Not Placeholders
✅ Copy-Paste Ready
✅ Actionable Tasks
See the complete example workflow for a fictional fitness app:
# Master Action Plan: FitFlow
**ASO Health Score:** 58/100
**Priority Level:** High (New App Launch)
## Timeline
November 7-10, 2025: Research Phase
November 11-17, 2025: Metadata & Visual Assets
November 18-20, 2025: A/B Test Setup
November 21-25, 2025: Launch Preparation
December 1, 2025: PUBLIC LAUNCH 🚀
| Keyword | Search Volume | Difficulty | Implementation |
|---------|--------------|------------|------------