
User Guide Creation
Turn product setup, install, and preferences into a structured end-user guide with steps, screenshots, and tips.
Overview
user-guide-creation is an agent skill most often used in Build (also Ship, Launch) that drafts structured end-user setup and installation guides with steps, screenshots, and tips.
Install
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill user-guide-creationWhat is this skill?
- Account creation and email-verification walkthroughs with numbered steps
- Settings and preferences sections (theme, language, privacy, notifications)
- OS-specific installation paths (e.g. Windows wizard with UAC and component selection)
- Download-and-install flow with linked assets and screenshot placeholders
- Inline tips and callouts (e.g. password-manager guidance) for onboarding clarity
Adoption & trust: 573 installs on skills.sh; 250 GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are ready to onboard customers but only have fragmented notes about signup, settings, and install—not a coherent guide.
Who is it for?
Indie builders documenting first-time setup and install for a product that already has defined flows and download URLs.
Skip if: Teams that need API reference, OpenAPI-driven auto-docs, or legal/compliance manuals without hands-on UI walkthroughs.
When should I use this skill?
You need structured user-facing setup, account, preferences, or installation documentation from product details you provide.
What do I get? / Deliverables
You get sectioned user-guide prose (setup, install, preferences) ready to paste into help centers, README onboarding, or in-app docs after you verify screenshots and links.
- Sectioned user guide markdown with numbered steps and tip callouts
- Installation instructions per target OS with image placeholder references
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
End-user guides are authored while the product exists and need to stay aligned with what ships. The canonical shelf is docs because the output is customer-facing documentation, not code or marketing copy alone.
Where it fits
Draft setup and preferences sections before the beta readme ships.
Align install steps with the release installer and verification email flow.
Publish a download-page companion guide for new signups.
How it compares
Use for narrative how-to guides, not as a substitute for auto-generated API or code documentation pipelines.
Common Questions / FAQ
Who is user-guide-creation for?
Solo and indie builders who ship software with a signup or install path and need clear, step-by-step documentation for non-technical users.
When should I use user-guide-creation?
During Build when drafting docs, during Ship when validating onboarding against the release, and at Launch when publishing help-center or download instructions—after you replace example URLs and image paths with your real assets.
Is user-guide-creation safe to install?
Treat it like any community prompt pack: review the Security Audits panel on this Prism page and avoid pasting secrets or production credentials into guide drafts.
SKILL.md
READMESKILL.md - User Guide Creation
# Initial Setup ## Initial Setup ### Create Your Account 1. On the welcome screen, click **Create Account** 2. Enter your information: - Email address - Password (minimum 8 characters) - Full name 3. Click **Sign Up** 4. Check your email for a verification link 5. Click the link to verify your account  💡 **Tip:** Use a password manager to generate and store a strong password. ### Configure Preferences 1. Click **Settings** in the top-right corner (⚙️ icon) 2. Configure your preferences: **General Tab:** - Theme: Light, Dark, or Auto - Language: Select your preferred language - Notifications: Enable/disable desktop notifications **Privacy Tab:** - Analytics: Choose whether to share usage data - Crash reports: Help improve the product 3. Click **Save** to apply changes # Installation ## Installation ### Step 1: Download 1. Visit [https://example.com/download](https://example.com/download) 2. Click the **Download** button for your operating system 3. Save the installer to your Downloads folder  ### Step 2: Install **For Windows:** 1. Double-click the downloaded `.exe` file 2. Click **Yes** when prompted by User Account Control 3. Follow the installation wizard: - Accept the license agreement - Choose installation location - Select components to install 4. Click **Install** 5. Wait for installation to complete 6. Click **Finish** **For macOS:** 1. Double-click the downloaded `.dmg` file 2. Drag the application icon to the Applications folder 3. Eject the disk image 4. Open Applications and double-click [Product Name] 5. Click **Open** when prompted about opening downloaded applications **For Linux:** ```bash # Download and install wget https://example.com/downloads/product-name.deb sudo dpkg -i product-name.deb # Install dependencies if needed sudo apt-get install -f ``` ```` ### Step 3: First Launch 1. Open [Product Name] from your Applications folder or Start menu 2. You'll see the welcome screen 3. Click **Get Started** to begin the setup wizard # System Requirements ## System Requirements Before you begin, ensure your system meets these requirements: | Requirement | Minimum | Recommended | | ---------------- | ------------------------------------- | -------------- | | Operating System | Windows 10, macOS 10.15, Ubuntu 20.04 | Latest version | | RAM | 4 GB | 8 GB | | Disk Space | 500 MB | 1 GB | | Internet | Required for setup | Required | # Task 1: Creating Your First Project ## Task 1: Creating Your First Project **Goal:** Create a new project from scratch **Time required:** 5 minutes **Prerequisites:** - Active account - Completed initial setup **Steps:** 1. **Open the project menu** - Click **File > New Project** - Or press `Ctrl+N` (Windows) or `Cmd+N` (Mac) 2. **Choose project type** - Select from available templates - Click **Blank Project** for this tutorial 3. **Configure project settings** ``` Name: My First Project Location: ~/Documents/Projects Template: Blank ``` 4. **Add initial content** - Click **Add Item** in the sidebar - Select item type - Fill in details 5. **Save your project** - Click **File > Save** - Or press `Ctrl+S` (Windows) or `Cmd+S` (Mac) ✅ **Success indicator:** You'll see "Project saved successfully" in the bottom-right corner. # Task 2: Importing Existing Data ## Task 2: Importing Existing Data **Goal:** Import data from an external source **Supported formats:** CSV, JSON, XML, Excel **Steps:** 1. Click **Import** in the toolbar 2. Choose your data source: - **From File:** Upload a file from your computer - **From URL:** Enter a URL to fetch data - **From Database:** Connect to an e