Loading...
Loading...
Create comprehensive Shopify App Store listing content following official best practices. Use when users need to write or improve their app listing for the Shopify App Store, including app introduction, app details, features, app card subtitle, search terms, SEO content (title tag, meta description), and testing instructions. Also applicable when preparing an app submission for Shopify review.
npx skill4agent add toilahuongg/shopify-agents-kit app-listing| # | Section | Limit |
|---|---|---|
| 1 | App Introduction | 100 chars |
| 2 | App Details | 500 chars |
| 3 | Features | 80 chars each, up to 8 |
| 4 | App Card Subtitle | ~80 chars |
| 5 | App Store Search Terms | 5 terms, one idea per term |
| 6 | Web Search Content (SEO) | Title <60 chars, Meta <155 chars |
| 7 | Testing Instructions | Step-by-step, bullet points |
# Count characters for a specific section
./count-characters.sh introduction "Your app introduction text"
./count-characters.sh details "Your app details description"
./count-characters.sh feature "Real-time sales analytics"
./count-characters.sh subtitle "Better order management tools"
./count-characters.sh seo_title "My App - Order Management"
./count-characters.sh seo_meta "Description for search results"
# Show help for all options
./count-characters.sh --help