/support
Use this skill when the user needs to create help docs, build a knowledge base, set up self-serve support, or reduce support tickets. Covers documentation strategy, help center structure, support tone, and scaling support without hiring.
$ npx -y skills add whawkinsiv/claude-code-superpowers --skill support --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/support
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use this skill when the user needs to create help docs, build a knowledge base, set up self-serve support, or reduce support tickets. Covers documentation strategy, help center structure, support tone, and scaling support without hiring.
SKILL.md
support.SKILL.mdname: support
description: "Use this skill when the user needs to create help docs, build a knowledge base, set up self-serve support, or reduce support tickets. Covers documentation strategy, help center structure, support tone, and scaling support without hiring."
Customer Support & Documentation
The best support interaction is the one that never happens. This skill helps you build self-serve documentation that eliminates tickets, set up efficient support workflows, and scale from 10 to 10,000 customers without a support team.
Core Principles
- The best support interaction is the one that never happens. Invest in self-serve before staffing.
- Documentation is not a chore — it's the highest-leverage support tool you have. One good help article prevents thousands of tickets.
- Support is research. Every ticket reveals a product flaw, a UX failure, or a documentation gap. Track and fix the root cause, not just the symptom.
- Tone matters more than speed. A warm, helpful reply in 4 hours beats a robotic auto-response in 4 seconds.
- A solo founder can support 500+ customers if the product, docs, and onboarding are good. If support is crushing you at 50 customers, the product has problems.
Minimal Support Setup
What You Need at Launch
**Tier 1: Absolute minimum (launch day)**
- Contact email (support@yourdomain.com) routed to your inbox
- 5-10 FAQ entries on a /help or /faq page
- In-app "need help?" link that opens email compose
**Tier 2: First 100 users**
- Help center with 15-25 articles covering common questions
- Canned responses for the 5 most common questions
- Simple ticket tracking (even a spreadsheet or Notion board works)
**Tier 3: 100-500 users**
- Dedicated help center tool (Intercom, Crisp, HelpScout, or Plain)
- In-app chat widget (live during business hours, async otherwise)
- Knowledge base with search
- Response time target: <4 hours during business hours
**Tier 4: 500+ users**
- All of above + automated responses for common issues
- Status page for incidents
- Community forum or Discord for peer-to-peer support
- Consider first support hire (or contractor)
Tool Recommendations by Stage
$0/mo: Email + Notion/Google Docs help page
$0-50/mo: Crisp (free tier) or Tawk.to (free)
$50-100/mo: HelpScout Starter or Intercom Starter
$100-300/mo: Intercom or Plain (for developer tools)
Help Center Architecture
Information Structure
Organize by user journey, not by feature:
Getting Started
├── Creating your account
├── Setting up your first [core object]
├── Inviting team members
└── Connecting your data source
Core Features
├── [Feature 1]: How to [outcome]
├── [Feature 2]: How to [outcome]
├── [Feature 3]: How to [outcome]
└── Working with [key concept]
Account & Billing
├── Changing your plan
├── Updating payment method
├── Understanding your invoice
├── Canceling your account
└── Exporting your data
Integrations
├── Connecting [Integration 1]
├── Connecting [Integration 2]
└── API documentation
Troubleshooting
├── [Common error 1]: How to fix it
├── [Common error 2]: How to fix it
└── Something else not working?
Writing Help Articles
**Structure for every help article:**
# [Task the user is trying to accomplish]
[One sentence: what this article helps you do.]
## Before you start
[Prerequisites — what the user needs before following these steps.]
## Steps
1. [Action verb] [specific instruction].
- [Sub-detail if needed.]
- [Screenshot or note if helpful.]
2. [Next action verb] [specific instruction].
3. [Continue until task is complete.]
## What to expect
[What happens after they complete the steps. What they should see.]
## Common issues
**[Issue 1]**
[Cause and fix in 1-2 sentences.]
**[Issue 2]**
[Cause and fix in 1-2 sentences.]
## Related articles
- [Link to related topic 1]
- [Link to related topic 2]
**Writing rules:**
- Title = the task, not the feature. "How to invite team members" not "Team Management."
- One article per task. Don't combine "setting up billing AND inviting users."
- Use screenshots only when the UI is non-obvious. Don't screenshot every click.
- Write for the user who is mildly frustrated and in a hurry.
- Test every article by following the steps yourself on a fresh account.
- Keep articles under 500 words. If longer, split into multiple articles.
FAQ Page
Write FAQ entries for these universal SaaS questions:
Getting Started:
- How do I sign up?
- Is there a free plan / trial?
- How long does setup take?
Product:
- What does [Product] do?
- Who is [Product] for?
- What integrations do you support?
- Can I import my data from [competitor]?
Pricing & Billing:
- How much does it cost?
- Can I change plans?
- Can I cancel anytime?
- Do you offer refunds?
- Is there a discount for annual billing?
Security & Data:
- Is my data secure?
- Where is my data stored?
- Can I export my data?
- What happens to my data if I cancel?
Support:
- How do I get help?
- What are your support hours?
- How fast do you respond?
Support Response Templates
Canned Responses (customize, don't copy-paste robotically)
**Acknowledgment (use when you need time to investigate):**
Hi [Name],
Thanks for reaching out — I can see the issue and I'm looking into
it now. I'll get back to you within [timeframe] with an update.
[Your name]
**Bug confirmed:**
Hi [Name],
You're right — this is a bug on our end. I've identified the cause
and I'm working on a fix. I expect to have it resolved by [timeframe].
I'll email you as soon as it's deployed. Sorry for the trouble,
and thank you for catching this.
[Your name]
**Feature request (saying no):**
Hi [Name],
Thanks for the suggestion — I can see how [feature] would help
with [their specific use case].
Right now I'm focused on [what you're prioritizing and why], but
I've logged this and I'll revisit it wh
Read more
name: support description: "Use this skill when the user needs to create help docs, build a knowledge base, set up self-serve support, or reduce support tickets. Covers documentation strategy, help center structure, support tone, and scaling support without hiring."
Customer Support & Documentation
The best support interaction is the one that never happens. This skill helps you build self-serve documentation that eliminates tickets, set up efficient support workflows, and scale from 10 to 10,000 customers without a support team.
Core Principles
- The best support interaction is the one that never happens. Invest in self-serve before staffing.
- Documentation is not a chore — it's the highest-leverage support tool you have. One good help article prevents thousands of tickets.
- Support is research. Every ticket reveals a product flaw, a UX failure, or a documentation gap. Track and fix the root cause, not just the symptom.
- Tone matters more than speed. A warm, helpful reply in 4 hours beats a robotic auto-response in 4 seconds.
- A solo founder can support 500+ customers if the product, docs, and onboarding are good. If support is crushing you at 50 customers, the product has problems.
Minimal Support Setup
What You Need at Launch
**Tier 1: Absolute minimum (launch day)**
- Contact email (support@yourdomain.com) routed to your inbox
- 5-10 FAQ entries on a /help or /faq page
- In-app "need help?" link that opens email compose
**Tier 2: First 100 users**
- Help center with 15-25 articles covering common questions
- Canned responses for the 5 most common questions
- Simple ticket tracking (even a spreadsheet or Notion board works)
**Tier 3: 100-500 users**
- Dedicated help center tool (Intercom, Crisp, HelpScout, or Plain)
- In-app chat widget (live during business hours, async otherwise)
- Knowledge base with search
- Response time target: <4 hours during business hours
**Tier 4: 500+ users**
- All of above + automated responses for common issues
- Status page for incidents
- Community forum or Discord for peer-to-peer support
- Consider first support hire (or contractor)
Tool Recommendations by Stage
$0/mo: Email + Notion/Google Docs help page $0-50/mo: Crisp (free tier) or Tawk.to (free) $50-100/mo: HelpScout Starter or Intercom Starter $100-300/mo: Intercom or Plain (for developer tools)
Help Center Architecture
Information Structure
Organize by user journey, not by feature:
Getting Started ├── Creating your account ├── Setting up your first [core object] ├── Inviting team members └── Connecting your data source Core Features ├── [Feature 1]: How to [outcome] ├── [Feature 2]: How to [outcome] ├── [Feature 3]: How to [outcome] └── Working with [key concept] Account & Billing ├── Changing your plan ├── Updating payment method ├── Understanding your invoice ├── Canceling your account └── Exporting your data Integrations ├── Connecting [Integration 1] ├── Connecting [Integration 2] └── API documentation Troubleshooting ├── [Common error 1]: How to fix it ├── [Common error 2]: How to fix it └── Something else not working?
Writing Help Articles
**Structure for every help article:**
# [Task the user is trying to accomplish] [One sentence: what this article helps you do.] ## Before you start [Prerequisites — what the user needs before following these steps.] ## Steps 1. [Action verb] [specific instruction]. - [Sub-detail if needed.] - [Screenshot or note if helpful.] 2. [Next action verb] [specific instruction]. 3. [Continue until task is complete.] ## What to expect [What happens after they complete the steps. What they should see.] ## Common issues **[Issue 1]** [Cause and fix in 1-2 sentences.] **[Issue 2]** [Cause and fix in 1-2 sentences.] ## Related articles - [Link to related topic 1] - [Link to related topic 2]
**Writing rules:**
- Title = the task, not the feature. "How to invite team members" not "Team Management."
- One article per task. Don't combine "setting up billing AND inviting users."
- Use screenshots only when the UI is non-obvious. Don't screenshot every click.
- Write for the user who is mildly frustrated and in a hurry.
- Test every article by following the steps yourself on a fresh account.
- Keep articles under 500 words. If longer, split into multiple articles.
FAQ Page
Write FAQ entries for these universal SaaS questions:
Getting Started: - How do I sign up? - Is there a free plan / trial? - How long does setup take? Product: - What does [Product] do? - Who is [Product] for? - What integrations do you support? - Can I import my data from [competitor]? Pricing & Billing: - How much does it cost? - Can I change plans? - Can I cancel anytime? - Do you offer refunds? - Is there a discount for annual billing? Security & Data: - Is my data secure? - Where is my data stored? - Can I export my data? - What happens to my data if I cancel? Support: - How do I get help? - What are your support hours? - How fast do you respond?
Support Response Templates
Canned Responses (customize, don't copy-paste robotically)
**Acknowledgment (use when you need time to investigate):**
Hi [Name], Thanks for reaching out — I can see the issue and I'm looking into it now. I'll get back to you within [timeframe] with an update. [Your name]
**Bug confirmed:**
Hi [Name], You're right — this is a bug on our end. I've identified the cause and I'm working on a fix. I expect to have it resolved by [timeframe]. I'll email you as soon as it's deployed. Sorry for the trouble, and thank you for catching this. [Your name]
**Feature request (saying no):**
Hi [Name], Thanks for the suggestion — I can see how [feature] would help with [their specific use case]. Right now I'm focused on [what you're prioritizing and why], but I've logged this and I'll revisit it wh
43 expert skills for non-technical founders building SaaS with AI tools (Claude Code, Lovable, Replit, Cursor). Covers the full lifecycle of planning, building, launching, and growing a software business — actionable guides, checklists, and copy-paste prompts.
Other skills on solo-founder-superpowers.
- /about-me
Use this skill when the user wants to create a founder profile, establish their personal voice for content, or set up context so other skills produce personalized output instead of generic AI copy. Also use when the user says 'set up my voice,' 'create my profile,' 'who am I,'
Open skill - /accounting
Use this skill when the user needs to set up bookkeeping, track revenue and expenses, prepare for taxes, choose accounting software, understand SaaS revenue recognition, or manage the financial operations of their bootstrapped business. Covers bookkeeping setup, tax preparation,
Open skill - /ads
Use this skill when the user needs to run Google Ads, write ad copy, select keywords, optimize CAC/LTV, or manage a small paid acquisition budget. Covers Google Ads strategy, keyword selection, ad copywriting, and conversion tracking for bootstrapped SaaS.
Open skill - /ai-features
Use this skill when the user needs to add AI-powered features to their SaaS product, integrate LLM APIs, build AI assistants, implement RAG, or use AI to differentiate their product. Covers API selection, prompt engineering for product features, cost management, and building AI
Open skill - /analytics
Use this skill when the user needs to set up analytics, design event tracking, define key metrics, build funnels, or instrument their SaaS product for data-driven decisions. Covers event naming conventions, tracking strategy, funnel analytics, and data quality.
Open skill - /beautify
Use this skill when the user wants to make their app look better, says it looks like a template, asks how to achieve Stripe/Linear quality, or says something looks off. Covers visual hierarchy, whitespace, composition, color application, and typography in practice.
Open skill

