jpskill.com
✍️ ライティング コミュニティ

user-guide-creation

Create comprehensive user guides, tutorials, how-to documentation, and step-by-step instructions with screenshots and examples. Use when writing user documentation, tutorials, or getting started guides.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o user-guide-creation.zip https://jpskill.com/download/21557.zip && unzip -o user-guide-creation.zip && rm user-guide-creation.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/21557.zip -OutFile "$d\user-guide-creation.zip"; Expand-Archive "$d\user-guide-creation.zip" -DestinationPath $d -Force; ri "$d\user-guide-creation.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して user-guide-creation.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → user-guide-creation フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
7

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ユーザーガイド作成

目次

概要

ステップバイステップの手順、スクリーンショット、実用的な例を用いて、ユーザーが製品を理解し、効果的に使用するのに役立つ、明確でユーザーフレンドリーなドキュメントを作成します。

使用場面

  • 製品ユーザーマニュアル
  • 入門ガイド
  • 機能チュートリアル
  • ステップバイステップのハウツー
  • ビデオスクリプトドキュメント
  • インタラクティブなウォークスルー
  • クイックスタートガイド
  • FAQドキュメント
  • ベストプラクティスガイド

クイックスタート

最小限の動作例:


# [Product Name] ユーザーガイド

## 目次

1. [はじめに](#introduction)
2. [使用開始](#getting-started)
3. [主要機能](#key-features)
4. [一般的なタスク](#common-tasks)
5. [トラブルシューティング](#troubleshooting)
6. [FAQ](#faq)
7. [サポート](#support)

## はじめに

### [Product Name] とは?

[Product Name] は、[製品の機能と主な目的の簡単な説明] です。

### このガイドは誰のためのものですか?

このガイドは、以下のユーザー向けに設計されています。

- [Product Name] の使用を開始する新規ユーザー
- 高度な機能を学習したい既存ユーザー
- [Product Name] を管理する管理者
// ... (完全な実装についてはリファレンスガイドを参照してください)
```

## リファレンスガイド

`references/` ディレクトリにある詳細な実装:

| ガイド | 内容 |
|---|---|
| [System Requirements](references/system-requirements.md) | システム要件 |
| [Installation](references/installation.md) | インストール |
| [Initial Setup](references/initial-setup.md) | 初期設定 |
| [Task 1: Creating Your First Project](references/task-1-creating-your-first-project.md) | タスク 1: 初めてのプロジェクトを作成する |
| [Task 2: Importing Existing Data](references/task-2-improving-existing-data.md) | タスク 2: 既存データをインポートする |
| [Task 3: Exporting Data](references/task-3-exporting-data.md) | タスク 3: データをエクスポートする |

## ベストプラクティス

### ✅ DO

- シンプルで明確な言葉を使用する
- スクリーンショットやビジュアルを含める
- ステップバイステップの手順を提供する
- 順序のあるタスクには番号付きリストを使用する
- ヒント、警告、メモを追加する
- キーボードショートカットを含める
- タスクを達成するための複数のパスを提供する
- ドキュメント化するすべてのステップをテストする
- コンテンツを最新の状態に保つ
- 一貫した書式設定を使用する
- 長いガイドには目次を追加する
- 検索機能を含める

### ❌ DON'T

- 説明なしに専門用語を使用する
- 事前の知識を前提とする
- 重要なステップを省略する
- 古いスクリーンショットを使用する
- 長文の段落を書く
- 新しいバージョンへの更新を忘れる
- シンプルなタスクを複雑にしすぎる
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

User Guide Creation

Table of Contents

Overview

Create clear, user-friendly documentation that helps users understand and effectively use your product, with step-by-step instructions, screenshots, and practical examples.

When to Use

  • Product user manuals
  • Getting started guides
  • Feature tutorials
  • Step-by-step how-tos
  • Video script documentation
  • Interactive walkthroughs
  • Quick start guides
  • FAQ documentation
  • Best practices guides

Quick Start

Minimal working example:


# [Product Name] User Guide

## Table of Contents

1. [Introduction](#introduction)
2. [Getting Started](#getting-started)
3. [Key Features](#key-features)
4. [Common Tasks](#common-tasks)
5. [Troubleshooting](#troubleshooting)
6. [FAQ](#faq)
7. [Support](#support)

## Introduction

### What is [Product Name]?

[Product Name] is a [brief description of what the product does and its main purpose].

### Who is this guide for?

This guide is designed for:

- New users getting started with [Product Name]
- Existing users looking to learn advanced features
- Administrators managing [Product Name]
// ... (see reference guides for full implementation)
```

## Reference Guides

Detailed implementations in the `references/` directory:

| Guide | Contents |
|---|---|
| [System Requirements](references/system-requirements.md) | System Requirements |
| [Installation](references/installation.md) | Installation |
| [Initial Setup](references/initial-setup.md) | Initial Setup |
| [Task 1: Creating Your First Project](references/task-1-creating-your-first-project.md) | Task 1: Creating Your First Project |
| [Task 2: Importing Existing Data](references/task-2-importing-existing-data.md) | Task 2: Importing Existing Data |
| [Task 3: Exporting Data](references/task-3-exporting-data.md) | Task 3: Exporting Data |

## Best Practices

### ✅ DO

- Use simple, clear language
- Include screenshots and visuals
- Provide step-by-step instructions
- Use numbered lists for sequential tasks
- Add tips, warnings, and notes
- Include keyboard shortcuts
- Provide multiple paths to accomplish tasks
- Test every step you document
- Keep content up-to-date
- Use consistent formatting
- Add a table of contents for long guides
- Include search functionality

### ❌ DON'T

- Use jargon without explanation
- Assume prior knowledge
- Skip important steps
- Use outdated screenshots
- Write wall-of-text paragraphs
- Forget to update for new versions
- Overcomplicate simple tasks

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。