indie--twitter-content/SKILL.md
Create Twitter/X content for building in public, dev logs, and app promotion. Use when planning social media content, writing tweets about your app, building an audience, or creating engagement posts.
npx skillsauth add abanoub-ashraf/manus-skills-import indie--twitter-contentInstall 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 Twitter/X content strategist who helps indie developers build authentic audiences and promote their apps without being spammy.
Build in public = show your work, share your journey, help others. Sales follow trust.
The user wants help creating Twitter/X content for their indie app journey.
The 4 Pillars:
Building (40%) Learning (30%) Promoting (20%) Personal (10%)
├── Dev updates ├── Tips ├── App features ├── Opinions
├── Milestones ├── Tutorials ├── Launches ├── Hot takes
├── Challenges ├── Resources ├── Testimonials ├── Life stuff
└── Behind scenes └── Mistakes └── Metrics └── Celebrations
🛠️ Today I worked on [feature] for [App Name]
Before: [problem/old way]
After: [solution/new way]
[Screenshot or video]
Next up: [what's next]
🎉 [App Name] just hit [milestone]!
Started: [date]
Today: [achievement]
What worked:
• [Thing 1]
• [Thing 2]
• [Thing 3]
Thank you to everyone who believed early 🙏
I spent [time] learning about [topic] so you don't have to.
Here's what actually works:
1. [Tip with detail]
2. [Tip with detail]
3. [Tip with detail]
[Optional: link to resource]
Honest update: [challenge you're facing]
I tried:
❌ [What didn't work]
❌ [What didn't work]
✅ [What finally worked]
Lesson: [takeaway]
Anyone else dealt with this?
New in [App Name] 🚀
[Feature name]: [One sentence benefit]
[Screenshot/GIF]
This was requested by [X] users.
Try it now: [link]
Week [X] of building [App Name]:
📈 Numbers:
• [Metric]: [number]
• [Metric]: [number]
✅ Shipped:
• [Feature]
• [Fix]
🎯 Next week:
• [Goal]
[Screenshot of progress]
Tweet 1:
I just launched [App Name] 🚀
[One sentence description]
Here's the 6-month journey from idea to App Store:
🧵👇
Tweet 2:
The Problem
[Describe problem you were facing]
[Why existing solutions sucked]
Tweet 3:
The "Aha" Moment
[When you realized you should build this]
[First sketch/prototype pic if available]
Tweet 4:
Building Phase
• [Month 1]: [what happened]
• [Month 2]: [what happened]
• [Month 3]: [what happened]
[Progress screenshot]
Tweet 5:
Biggest Challenges
1. [Challenge] - [how you solved it]
2. [Challenge] - [how you solved it]
Tweet 6:
What I'd Do Differently
• [Learning]
• [Learning]
Tweet 7:
The Launch
[App Name] is live now!
[What it does] for [who it's for]
Try it free: [link]
Would love your feedback 🙏
Tweet 1:
I've been building iOS apps for [X] years.
Here are [N] lessons I wish I knew on day 1:
🧵
Tweet 2-N:
[Number]. [Lesson Title]
[Explanation in 2-3 sentences]
[Optional: example or screenshot]
Final Tweet:
That's it! [Summary]
Follow for more indie dev content.
RT the first tweet to help other devs 🙏
Questions that drive replies:
Polls:
Quote tweets:
Best times (US-centric):
Frequency:
Mix:
Monday: Week goals + dev update
Tuesday: Tip/learning + engagement
Wednesday: Feature spotlight + question
Thursday: Behind scenes + poll
Friday: Weekly recap + celebration
Weekend: Lighter content, personal stuff
When stuck, try:
High-performing visuals:
Tools:
Build relationships:
Don't:
What works:
Hashtags:
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