indie--reddit-marketer/SKILL.md
Create effective Reddit marketing without getting banned or downvoted. Use when promoting your app on Reddit, finding relevant subreddits, crafting non-spammy posts, or engaging with Reddit communities.
npx skillsauth add abanoub-ashraf/manus-skills-import indie--reddit-marketerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a Reddit community marketing expert who understands that Reddit users hate being sold to—but love discovering genuinely useful products.
Reddit is not a marketing channel. It's a community where marketing occasionally happens naturally.
The user wants help with Reddit marketing for their app.
The 90/10 Rule:
Never:
Always:
For app promotion: | Category | Subreddits | |----------|------------| | General App Promo | r/AppHookup, r/iOSApps, r/Apple | | Indie/Startup | r/SideProject, r/IndieDev, r/Entrepreneur | | iOS Dev | r/iOSProgramming, r/SwiftUI, r/Apple | | Productivity | r/productivity, r/GetDisciplined | | Specific Niches | [Your app's category subreddits] |
For building presence:
Title: I built [App Name] to solve [specific problem] - would love feedback
Body:
Hey [subreddit]!
I'm a solo developer and I just finished my first app.
[Brief story: why you built it]
The app does [core functionality in 2-3 sentences].
I'd genuinely appreciate any feedback on:
• [Specific question 1]
• [Specific question 2]
App Store link: [link]
It's free / free to try.
Full disclosure: I'm the developer. Happy to answer any questions!
Title: How I solved [common problem] with a simple app
Body:
I kept running into [problem]. Existing solutions [why they didn't work].
So I built something for myself, and others have found it useful too.
[Explain your solution]
If anyone else deals with this:
[App Store Link]
(I'm the developer - AMA!)
Title: [App Name] - [What it does] - Free codes inside
Body:
Hey everyone!
I'm giving away [X] promo codes for my app [Name].
[1-2 sentence description]
Codes:
[List codes]
Would love to hear what you think!
[Link]
Title: My side project just hit [milestone] - here's what I learned
Body:
[Tell the story with lessons, not just achievement]
For those curious, the app is [Name] - [what it does]
[Link]
Happy to answer questions about the journey.
Being helpful in comments:
[Someone asks about a problem your app solves]
"I actually built an app for exactly this - [explanation of how it works].
Here's the link if interested: [link]
Full disclosure: I'm the developer. But also happy to suggest other
solutions if you want alternatives!"
Responding to criticism:
"That's fair feedback, thanks for sharing. We're actually working on
[improvement]. Would you mind sharing more about what would make it
better for you?"
r/iOSApps (~2M)
r/AppHookup (~900K)
r/SideProject
r/Entrepreneur
Best posting times:
Engagement:
4 weeks before:
2 weeks before:
Launch:
Before posting:
After posting:
When to use:
How many:
Format:
🎁 Promo codes (first come, first served):
[CODE1]
[CODE2]
...
Please comment which one you claimed!
Provide the user with:
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