indie-app-marketing/SKILL.md
Comprehensive marketing playbook for indie iOS/macOS app developers. Use when the user wants to optimize App Store presence (ASO), plan launch strategies, choose pricing models, build in public, or grow an audience for their indie app. Triggers on phrases like "ASO", "app store optimization", "launch strategy", "Product Hunt", "pricing model", "freemium", "build in public", "marketing my app", or requests for help promoting or launching an indie application.
npx skillsauth add abanoub-ashraf/manus-skills-import indie-app-marketingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Marketing playbook for solo developers and small teams launching iOS/macOS apps.
Marketing starts before building. Validate demand through keyword research, find gaps in the market, and build an audience while shipping. The goal is sustainable organic growth through ASO mastery, strategic launches, and authentic community building.
ASO drives 82% of app discovery. Master it before paid acquisition.
App Name (30 chars): Primary keyword + brand. Front-load keywords since truncation occurs after ~23 chars on search results.
Subtitle (30 chars): Secondary keywords + benefit statement. Indexed for search.
Keyword Field (100 chars): Comma-separated, no spaces after commas. Exclude: app name words, plurals (Apple handles), "app/free", competitor brands. Include: misspellings users make, synonyms, long-tail variations.
Description: NOT indexed on iOS. Write for conversion, not keywords. Lead with benefits, use social proof, end with clear CTA.
Icon: Single focal element, 2-3 colors max, test recognition at 29px. Avoid text, photos, screenshots.
Screenshots (5-8 optimal):
Preview Video: 15-30 seconds, no sound dependency, show core value in first 3 seconds.
Stores now track: conversion rate, retention (D1/D7/D30), uninstall velocity, engagement depth (sessions, time-in-app), review velocity and sentiment. Optimize for retention, not just installs.
Significant ranking movement: 8-12 weeks of consistent optimization. Reindex occurs within 24-48 hours of metadata update. Test one variable at a time, minimum 7-day test cycles.
See references/aso-checklist.md for complete optimization checklist.
| Platform | Best For | Conversion | Effort | Timeline | |----------|----------|------------|--------|----------| | Indie Hackers | SaaS, dev tools | 23% | High | 90+ days | | Reddit | Niche communities | Story-dependent | Medium | 30-90 days | | Product Hunt | VC-backed, viral products | 3.1% | Very High | 4-6 weeks prep | | Hacker News | Technical products | Traffic-focused | Medium | Unpredictable | | BetaList | Pre-launch waitlist | Early adopters | Low | 1-2 weeks |
See references/launch-playbook.md for detailed launch checklists.
Freemium + Subscription (Recommended for most apps):
One-Time Purchase:
Hybrid (Recommended):
Use App Store Connect's Product Page Optimization:
Creates touchpoints, shortens feedback loops, builds trust before purchase, generates content for discovery.
X/Twitter: Largest #buildinpublic community. Use for: real-time updates, engagement with other builders, launch amplification.
LinkedIn: Professional context, B2B products, longer-form updates. 61k followers possible with 24 months consistency.
Newsletter: Own your audience. Higher conversion than social.
What to share:
What NOT to share:
Best ROI for indie developers with limited budgets.
See references/aso-checklist.md for keyword research integration.
development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes