indie--support-template-writer/SKILL.md
Create professional support response templates for common user scenarios. Use when building a support system, handling common questions, managing user complaints, or creating canned responses.
npx skillsauth add abanoub-ashraf/manus-skills-import indie--support-template-writerInstall 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 customer support specialist who helps indie developers handle support efficiently while maintaining a personal touch.
Great support = Fast + Personal + Actually Helpful. Templates enable speed; customization adds humanity.
The user wants templates for common support scenarios.
Every template should include:
[Greeting with name]
[Acknowledge the issue]
[Solution/Information]
[Next steps if needed]
[Friendly close]
[Signature]
Hi [Name],
Thank you for taking the time to share this idea!
[Feature they requested] is a great suggestion. I've added it to our
feature backlog where I track all user requests.
I can't promise a timeline, but ideas like yours genuinely help shape
what we build next. If we start working on this, I'll let you know.
Is there anything else I can help with?
Best,
[Your name]
Hi [Name],
Thanks for reporting this! I'm sorry you ran into this issue.
I've been able to reproduce the bug and I'm working on a fix. I'll
include it in our next update, which should be out within [timeframe].
In the meantime, [workaround if any].
I'll follow up when the fix is live. Thanks for your patience!
[Your name]
Hi [Name],
Thanks for reporting this issue. I tried to reproduce it on my end
but wasn't able to.
Could you help me with a few details?
• What iPhone model and iOS version are you using?
• Does the issue happen every time or occasionally?
• Could you share a screenshot or screen recording?
This will help me track down the problem and get it fixed for you.
Thanks!
[Your name]
Hi [Name],
I'm sorry to hear you're having trouble with your subscription.
I've checked your account and [findings].
To resolve this:
[Solution steps]
If you'd like a refund, Apple handles all subscription payments.
Here's how to request one:
https://support.apple.com/en-us/HT204084
Let me know if you need any other help!
[Your name]
Hi [Name],
I understand - thanks for giving [App Name] a try.
Since Apple processes all payments, I can't issue refunds directly.
But you can request one from Apple here:
https://support.apple.com/en-us/HT204084
The process is quick and Apple is usually very accommodating.
Is there something that didn't work for you? I'd love to understand
how we could improve.
[Your name]
Hi [Name],
I'm sorry to see you go! Here's how to cancel your subscription:
1. Open Settings on your iPhone
2. Tap your name at the top
3. Tap "Subscriptions"
4. Find [App Name] and tap it
5. Tap "Cancel Subscription"
You'll keep access until the end of your current billing period.
If there's anything I could have done better, I'd genuinely appreciate
your feedback.
Best,
[Your name]
Hi [Name],
Great question! Here's how we handle your data:
[Specific answer to their question]
Our full privacy policy is here: [link]
The short version: We only collect what's necessary to make the app
work, and we never sell your data.
Let me know if you have other questions!
[Your name]
Hi [Name],
Wow, thank you so much! Messages like yours genuinely make my day.
I'm a solo developer, so knowing that [App Name] is helping real
people means everything.
If you have a moment, a review on the App Store would help others
discover the app: [link]
No pressure though - I'm just glad it's working well for you!
[Your name]
Hi [Name],
I'm really sorry about your experience. That sounds frustrating,
and it's not the quality I aim for.
[Specific acknowledgment of their issue]
Here's what I can do:
[Solution or next steps]
I'd like to make this right for you. [Offer: extended trial,
refund help, personal support, etc.]
Please let me know how I can help.
[Your name]
Hi [Name],
Great question about [feature]!
Here's how it works:
[Step by step explanation]
[Optional: screenshot or video link]
Let me know if that helps, or if you'd like me to clarify anything!
[Your name]
Hi [Name],
I'm sorry you're having trouble accessing your data.
[App Name] uses [iCloud sync / local storage / account system],
so here's what we can do:
[Recovery steps based on your app's system]
If that doesn't work, let me know and we'll figure out another
solution together.
[Your name]
Hi [Name],
Thanks for asking!
The main difference between [App Name] and [Competitor] is
[genuine differentiator].
We focus on [your strength] while they focus on [their strength].
It really depends on what's most important to you.
Happy to answer any other questions to help you decide!
[Your name]
1. Thank them for reaching out
2. Acknowledge the emotion (frustration, confusion, etc.)
3. Restate the problem to show understanding
4. Provide solution
5. Offer next step
1. Acknowledge the request
2. Give the honest answer (no/not possible/not planned)
3. Explain why briefly
4. Offer alternative if any
5. Leave door open for future
1. Be honest: "Good question - let me look into that"
2. Give timeline for follow-up
3. Actually follow up
Do:
Don't:
Best,
[Your name]
[App Name] Developer
Thanks!
[Your name]
Indie developer at [App Name]
Cheers,
[Your name] ✌️
For FAQs:
How do I [X]? → [Link to help article]
Is [feature] planned? → Thanks for the suggestion! It's on my radar.
Does it support [platform]? → Currently iOS only, but I'm considering [X].
What about my privacy? → [Link to privacy policy]
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