android-store-listing

Generate Android Play Store feature graphics and metadata under fastlane directories.

3|1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/hitoshura25/claude-devtools --skill android-store-listing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-store-listing
Source: https://github.com/hitoshura25/claude-devtools/tree/main/skills/android-store-listing
Command: npx skills add https://github.com/hitoshura25/claude-devtools --skill android-store-listing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Android app teams spend significant time assembling Play Store assets and metadata. This skill streamlines that process by generating a complete store listing package from inputs.

Core Features & Use Cases

  • Feature graphic generation: Create a 1024 x 500 pixel feature graphic using app name, tagline, and primary color.
  • Metadata templates: Produce title, short_description, and full_description files under fastlane/metadata/android/en-US.
  • Guided workflow: Output includes docs/STORE_LISTING_GUIDE.md with full instructions; supports locale expansion via additional folders.
  • Use Case: For a new app release, rebranding, or localization updates, generate consistent Play Store content in one pass.

Quick Start

Provide the required inputs (app_name, tagline, primary_color optional, description optional) and run the skill to generate assets. Then review generated files at fastlane/metadata/android/en-US and docs/STORE_LISTING_GUIDE.md. Validate the feature graphic meets the 1024x500 requirement and the character limits per metadata files.

Frequently Asked Questions about android-store-listing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a complete Android Play Store listing with fastlane metadata?

Generate a complete Play Store listing by providing app_name, tagline, and optional colors or descriptions. The skill outputs title, short_description, and full_description files directly into the fastlane/metadata/android/en-US directory.

What are the required dimensions for an Android Play Store feature graphic?

The required dimension for an Android Play Store feature graphic is 1024 x 500 pixels. The skill validates this asset size automatically while generating the branding image from your app name and primary color inputs.

How do I localize Android app store metadata for different languages?

Localize Android app store metadata by expanding into additional locale folders under fastlane/metadata/android. The skill generates the initial en-US content and provides guidance through a STORE_LISTING_GUIDE.md file.

Does this metadata generation skill validate character limits for the Play Store?

Yes, the skill validates character limits for Play Store metadata files during the workflow. It ensures your generated title, short_description, and full_description meet the strict Android Store listing requirements.

Can I automate feature graphic creation for an Android app rebranding?

Automate feature graphic creation for rebranding by providing the new app name, tagline, and primary color. The skill automatically generates the compliant 1024 x 500 pixel graphic and updates the fastlane metadata files.