appstore-info-generator
17
总安装量
13
周安装量
#20438
全站排名
安装命令
npx skills add https://github.com/tddworks/claude-skills --skill appstore-info-generator
Agent 安装分布
claude-code
10
opencode
8
codex
6
gemini-cli
5
antigravity
5
github-copilot
5
Skill 文档
App Store Info Generator
Generate professional App Store listing documentation with multilingual support (EN, zh-Hans, zh-Hant).
Workflow
- Gather app information from user
- Generate English content
- Create Chinese translations
- Validate character limits
- Output markdown file
Required Information
Before generating, gather from user:
- App Name: The app’s name
- App Purpose: What the app does (1-2 sentences)
- Key Features: 3-6 main features or selling points
- Target Audience: Who the app is for
- Languages: Which locales (default: EN, zh-Hans, zh-Hant)
Output Format
Generate markdown with this structure:
# App Store Information
## English
**Title** (30 chars max)
[App Name]
**Subtitle** (30 chars max)
[Short tagline]
**Description**
[Opening hook – 1-2 sentences]
â [Feature Category 1]
⢠[Feature point] ⢠[Feature point]
â [Feature Category 2]
⢠[Feature point] ⢠[Feature point]
[Closing call-to-action]
**Keywords** (100 chars max)
[comma,separated,keywords]
---
## ç®ä½ä¸æ (Simplified Chinese)
[Same structure, professionally translated]
---
## ç¹é«ä¸æ (Traditional Chinese)
[Same structure, professionally translated]
Character Limits
| Field | Limit |
|---|---|
| Title | 30 chars |
| Subtitle | 30 chars |
| Keywords | 100 chars |
Writing Guidelines
Title
- Clear, memorable name
- Avoid generic words unless part of brand
Subtitle
- Complement title, don’t repeat it
- Describe primary function
Description
- Hook in first 1-2 lines (visible in search)
- Use â for section headers
- Use ⢠for bullet points
- 3-5 feature categories
- End with call-to-action
Keywords
- Comma-separated, no spaces after commas
- Include synonyms and related terms
- Don’t repeat words from title
Chinese Localization
- ç®ä½ä¸æ: Mainland China conventions
- ç¹é«ä¸æ: Taiwan conventions
- Translate meaning, not word-for-word
Optional Sections
Promotional Text
For special offers or launch promotions.
Release Notes
Format:
### v[X.X.X]
**English**
â [Headline]
⢠[Change 1] ⢠[Change 2]
**ç®ä½ä¸æ**
[Translation]
**ç¹é«ä¸æ**
[Translation]
Output Location
Save to: docs/appstore-info.md or user-specified path.