user-guide-writing

Create clear, user-focused documentation with step-by-step guides, screenshots, and FAQ sections. Generates four documentation types: quick-start guides, task-focused how-to articles, FAQ pages, and learning-focused tutorials Emphasizes visual clarity with embedded screenshots, GIFs, and structured numbered instructions designed for non-technical users Includes troubleshooting sections, related links, and multiple support contact methods to reduce user friction Follows plain-language principles, avoiding technical jargon and keeping explanations concise and scannable

INSTALLATION
npx skills add https://github.com/supercent-io/skills-template --skill user-guide-writing
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

User Guide Writing

When to use this skill

  • New Features: Introduce new features to users
  • Onboarding: Train new users
  • FAQ: Organize frequently asked questions

Instructions

Step 1: Quick Start Guide

# Getting Started with MyApp

Welcome to MyApp! This guide will help you get up and running in 5 minutes.

Step 1: Create an Account

  • Enter your email and create a password
  • Password must be at least 8 characters
  • Include uppercase, lowercase, and numbers
  • Click "Sign Up"
  • Check your email for verification link
  • Click the link to verify your account

Step 2: Complete Your Profile

  • Click on your avatar in the top-right corner
  • Select "Profile Settings"
  • Add your name and profile picture
  • Click "Save Changes"

Step 3: Create Your First Project

  • Click the "+ New Project" button
  • Enter a project name
  • Choose a template (or start from scratch)
  • Click "Create"

๐ŸŽ‰ Congratulations! You're ready to start using MyApp.

Next Steps

Need Help?

  • ๐Ÿ’ฌ Live chat: Available 9 AM - 5 PM EST
### Step 2: How-To Guide (Task-Focused)

How to Export Your Data

This guide shows you how to export all your data from MyApp.

Before You Start

  • Exporting data may take 5-10 minutes depending on size
  • You'll receive an email when the export is ready
  • Exported data is in JSON format

Step-by-Step Instructions

1. Navigate to Settings

Click on your profile picture in the top-right corner and select Settings.

![Settings Menu](images/settings-menu.png)

2. Go to Data Export

In the left sidebar, click on Privacy & Data.

Then scroll down to the Export Data section.

![Privacy & Data Page](images/privacy-data.png)

3. Request Export

Click the Request Export button.

A confirmation dialog will appear:

Export Your Data

>

We'll send you an email with a download link when your export is ready.
This usually takes 5-10 minutes.

>

[Cancel] [Confirm]

Click Confirm to proceed.

4. Check Your Email

You'll receive an email at your registered address with subject:

"Your Data Export is Ready"

The email contains a secure download link that expires in 7 days.

5. Download Your Data

Click the download link in the email.

A ZIP file will be downloaded containing:

  • profile.json - Your profile information
  • projects.json - All your projects
  • files/ - Uploaded files

Troubleshooting

Problem: I didn't receive the email

  • Check your spam folder
  • Make sure your email is correct in Settings
  • Try requesting again (you can request once per day)

Problem: Download link expired

  • Request a new export from Settings

Problem: Export file is corrupted

  • Try downloading again
  • If issue persists, contact support@myapp.com

Related Guides

  • [How to Delete Your Account](delete-account.md)
  • [Privacy Policy](privacy-policy.md)
  • [Data Security](data-security.md)
  • 
    ### Step 3: FAQ (Frequently Asked Questions)
    

Frequently Asked Questions (FAQ)

Account & Billing

How do I change my email address?

  1. Go to Settings > Account
  1. Click Change Email
  1. Enter your new email and password
  1. Click Update
  1. Verify your new email

Can I use MyApp for free?

Yes! MyApp has a free tier that includes:

  • Up to 3 projects
  • 1 GB storage
  • Basic features

Compare plans

How do I cancel my subscription?

  1. Go to Settings > Billing
  1. Click Cancel Subscription
  1. Follow the prompts

Your subscription will remain active until the end of the billing period.

Features

How do I collaborate with team members?

  1. Open your project
  1. Click the Share button
  1. Enter team member's email
  1. Choose their permission level (View, Edit, Admin)
  1. Click Send Invite

They'll receive an email invitation.

Can I export my projects?

Yes, see our [Export Guide](export-data.md).

What file formats are supported?

  • Images: JPG, PNG, GIF, SVG
  • Documents: PDF, DOCX, TXT, MD
  • Code: All text files

Technical

Is my data secure?

Yes! We use:

  • 256-bit SSL encryption
  • Regular security audits
  • SOC 2 Type II certified
  • GDPR compliant

[Read our Security Page](security.md)

Can I use MyApp offline?

Currently, MyApp requires an internet connection. Offline mode is planned for Q2 2025.

Browser compatibility?

MyApp works best on:

  • Chrome 90+
  • Firefox 88+
  • Safari 14+
  • Edge 90+

Still Have Questions?

  • ๐Ÿ“ง Email: support@myapp.com
  • ๐Ÿ’ฌ Live Chat (9 AM - 5 PM EST)
  • ๐ŸŽ“ [Video Tutorials](tutorials.md)

Tutorial: Build Your First Dashboard

In this tutorial, you'll learn how to create a beautiful dashboard with charts and widgets.

Time: 15 minutes

Difficulty: Beginner

Prerequisites: MyApp account

What You'll Build

![Final Dashboard](images/tutorial-dashboard.png)

Step 1: Create a New Dashboard

Click + New Dashboard and name it "Sales Dashboard".

Step 2: Add a Chart Widget

  1. Click Add Widget โ†’ Chart
  1. Select Bar Chart
  1. Configure data source:

- Data: Monthly Sales

- X-axis: Month

- Y-axis: Revenue

  1. Click Add to Dashboard

![Adding Chart Widget](images/add-chart.gif)

Step 3: Add a Stats Widget

  1. Click Add Widget โ†’ Stat Card
  1. Choose metric: Total Revenue
  1. Set comparison: vs. Last Month
  1. Click Add to Dashboard

Step 4: Arrange Widgets

Drag and drop widgets to arrange them.

Pro Tip: Hold Shift while resizing for precise control.

Step 5: Save and Share

  1. Click Save Dashboard
  1. Click Share to invite team members

Next Steps

Now that you've created your first dashboard, try:

  • [Adding filters](filters.md)
  • [Scheduling reports](reports.md)
  • [Customizing themes](themes.md)

Congratulations!

You've completed the tutorial. Happy dashboard building! ๐ŸŽ‰


## Output format

docs/

โ”œโ”€โ”€ getting-started.md # Quick start

โ”œโ”€โ”€ how-to/

โ”‚ โ”œโ”€โ”€ export-data.md

โ”‚ โ”œโ”€โ”€ invite-team.md

โ”‚ โ””โ”€โ”€ create-project.md

โ”œโ”€โ”€ tutorials/

โ”‚ โ”œโ”€โ”€ first-dashboard.md

โ”‚ โ””โ”€โ”€ advanced-features.md

โ”œโ”€โ”€ faq.md

โ””โ”€โ”€ images/

โ”œโ”€โ”€ signup.png

โ””โ”€โ”€ dashboard.png

BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills โ†’

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free ยท no credit card