Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Automate every Google Play Store publishing task — store listings, ASO, release notes, policy declarations, and screenshot copy. Built by an Android developer who has shipped 20+ apps.
npx claudepluginhub sudarshanchaudhari/playcraft --plugin playcraftRun a full ASO audit — scores your title, short desc, and full description out of 30, with keyword recommendations and rewrite offers.
Generate all required Play Console policy declarations — data safety, financial features, AI content, families, and identity verification checklist.
Write Play Store release notes (what's new) for an app update. Under 500 characters, user-friendly language, with optional localization.
Write captions (~30 chars), alt text, and slot recommendations for up to 8 Play Store screenshots. Optionally describes the feature graphic.
Show your current PlayCraft developer config and how to update it.
Keyword research and density analysis agent for Google Play ASO
Specialist agent for writing Play Store titles, short descriptions, and full descriptions
Localization agent for Play Store listings — translates and adapts content per locale
Google Play Developer Policy compliance agent
How to declare AI-generated content on Google Play (2025–2026 requirement)
Google Play closed testing requirements for new developer accounts (2024–2026)
Developer identity verification for Thailand-based Google Play developers
How to complete financial features declarations on Google Play
Google Play Developer Policy key rules for 2025–2026 submissions
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
emailContact email for Play Console and privacy policy (e.g. you@example.com)
${user_config.email}companyCompany / developer label shown on Play Store (e.g. YourCompany)
${user_config.company}countryCountry where you are based (e.g. United States)
${user_config.country}default_localeDefault locale for store listings (e.g. en-US)
${user_config.default_locale}developer_nameYour full name or developer display name (e.g. Your Name)
${user_config.developer_name}target_localesComma-separated additional locales to support (e.g. fr-FR, de-DE — leave blank to skip)
${user_config.target_locales}github_usernameYour GitHub username (e.g. your-github-username)
${user_config.github_username}4つの専門エージェント(ASO戦略・キーワード調査・コピーライティング・ローカライゼーション)がチームでApp Store/Google Playのメタデータを最適化する
Use this agent when preparing app store listings, researching keywords, optimizing app metadata, improving conversion rates, or analyzing app store performance. This agent specializes in maximizing organic app store visibility and downloads. Examples:\n\n<example>\nContext: Preparing for app launch
Use this agent when preparing app store listings, researching keywords, optimizing app metadata, improving conversion rates, or analyzing app store performance. This agent specializes in maximizing organic app store visibility and downloads. Examples:\n\n<example>\nContext: Preparing for app launch
App Store Connect operations toolkit for indie developers: sales reporting, ASO optimization, ASO daily monitoring, feature ideation, and growth strategy.
App launch preparation toolkit with SEO analysis, automated screenshots across viewports, buyer persona creation, social media ad generation, technical article writing, and landing page proposals. Orchestrates all marketing deliverables.
Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines.
Kotlin language server for Claude Code. Automatic type-error diagnostics, missing import detection, and code navigation for Android and Kotlin projects.
Automate every Google Play Store publishing task — store listings, ASO, release notes, policy declarations, and screenshot copy — all from Claude Code.
Play Store compliance had no repeatable structure. Each submission was manually reconstructed — listing copy format, release notes character limits, Data Safety section declarations. At fleet scale across 22+ apps, this was producing compliance gaps and inconsistent listing quality.
PlayCraft encodes the full Play Store submission workflow into structured commands. Every listing goes through the same format, the same character limit enforcement, the same ASO scoring pass. The compliance declarations checklist runs before every release. No manual reconstruction, no missed fields.
Step 1 — Add the marketplace
/plugin marketplace add SUDARSHANCHAUDHARI/PlayCraft
Step 2 — Install the plugin
/plugin install playcraft
When you install, Claude Code prompts you for your developer details once (name, company, email, GitHub username, country, default locale). These are stored globally and used automatically in every project.
| Command | Description |
|---|---|
/playcraft:setup | Show your current config and how to update it |
/playcraft:store-listing | Generate title, short description, and full description |
/playcraft:release-notes | Write what's new copy for an app update |
/playcraft:aso-audit | Score and fix your ASO with keyword recommendations |
/playcraft:declarations | Generate all required policy declarations checklist |
/playcraft:screenshots | Write captions and alt text for Play Store screenshots |
1. Generate your store listing
/playcraft:store-listing
Provide your app name, category, features, and target audience. Output includes title, short description, and full description with live character counts.
2. Audit your ASO
/playcraft:aso-audit
Paste your current listing. Get a score out of 30, keyword recommendations, and offers to rewrite any section that scores below 7.
3. Write release notes
/playcraft:release-notes
Paste your git log or describe your changes. Get polished, user-friendly release notes under 500 characters.
/playcraft:store-listing ──► listing-writer ──► title / short desc / full desc
└──► policy-checker ──► compliance review
/playcraft:aso-audit ─────► aso-agent ────────► keyword report + scored listing
/playcraft:declarations ──► policy-checker ───► declarations checklist
/playcraft:release-notes ─► locale-agent ─────► localized versions (if requested)
PlayCraft/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest + userConfig
│ └── marketplace.json # Marketplace manifest
├── commands/ # /playcraft:setup|store-listing|release-notes|aso-audit|declarations|screenshots
├── agents/ # aso-agent, listing-writer, policy-checker, locale-agent
├── skills/ # play-policy-2026, closed-testing, financial-declarations,
│ # ai-content-declarations, developer-identity-th
├── hooks/
│ └── pre-release-check.md # Pre-release checklist reminder
├── README.md
├── CHANGELOG.md
├── DOCUMENTATION.md
└── LICENSE
Commands say config is missing — Go to Claude Code Settings → Plugins → PlayCraft → Configure and fill in your developer details.
Character count exceeds limit — The listing-writer agent will catch this. If it doesn't, ask: "Rewrite the title to be under 30 characters."
Release notes over 500 characters — Ask: "Trim the release notes to under 500 characters, keep the most user-visible changes."