jpskill.com
💬 コミュニケーション コミュニティ

human-docs

AI関連文書を基に、概要やクイックスタート、図解など、人が理解しやすいドキュメントを自動生成し、複雑なシステムを素早く把握したり、詳細すぎるAI文書を要約したりするSkill。

📜 元の英語説明(参考)

Creates human-friendly documentation from AI context documentation. Transforms detailed AI documentation in ai/ folder into digestible summaries, quick starts, and visual diagrams in docs/ folder. Use when users need to quickly understand complex systems or when AI documentation is too detailed for human consumption. Specializes in Mermaid diagrams, executive summaries, and quick reference guides.

🇯🇵 日本人クリエイター向け解説

一言でいうと

AI関連文書を基に、概要やクイックスタート、図解など、人が理解しやすいドキュメントを自動生成し、複雑なシステムを素早く把握したり、詳細すぎるAI文書を要約したりするSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して human-docs.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → human-docs フォルダができる
  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
同梱ファイル
6

📖 Skill本文(日本語訳)

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

Human Documentation Generator

目的

このスキルは、ai/ フォルダに格納された詳細な AI ドキュメントを、docs/ フォルダ内の人間にとって使いやすいドキュメントに変換します。概要、クイックスタート、および複雑なシステムを人間が迅速に理解し操作できるようにする視覚的な図を作成します。

重要な原則: ai/ フォルダは真実のソース(詳細、包括的、AI コンテキスト向け)であり続けます。docs/ フォルダには、人間向けに最適化された抽出物(概要、図、クイックリファレンス)が含まれます。

このスキルを使用するタイミング

このスキルは、以下の場合に使用します。

  • ユーザーが AI コンテキストドキュメントから人間が読めるドキュメントを必要とする場合
  • AI ドキュメントが詳細すぎて、人間がすぐに消費できない場合
  • システムの複雑さにより、理解のために視覚的な図が必要な場合
  • クイックスタートガイドまたはエグゼクティブサマリーが必要な場合
  • ユーザーが AI ドキュメントに従うのが難しいと具体的に述べている場合
  • 新しいチームメンバー向けのオンボーディング資料を作成する場合
  • 操作上のクイックリファレンスに必要な重要な情報を抽出する場合

トリガーフレーズ:

  • "Create human docs for..."
  • "I can't follow the AI documentation"
  • "Make this easier to understand"
  • "Create a quick start guide"
  • "Add diagrams to explain..."
  • "Summarize the AI docs"

コア原則

1. 並列構造の維持

ai/                          docs/
├── architect/               ├── architect/
│   ├── app/                │   ├── app/
│   │   └── 01_DOC.md       │   │   └── 01_DOC_SUMMARY.md
│   └── src/                │   └── src/
│       └── 01_DOC.md       │       └── 01_DOC_QUICKSTART.md
├── backend/                ├── backend/
├── frontend/               ├── frontend/
└── testing/                └── testing/

重要なルール: docs/ai/ の構造をミラーリングしますが、人間向けに最適化されたバージョンが含まれます。

2. 3つの人間向け形式

各 AI ドキュメントに対して、次のうち1つ以上を作成します。

  1. SUMMARY (*_SUMMARY.md)

    • エグゼクティブサマリー(1〜2段落)
    • キーポイント(箇条書きリスト)
    • 迅速な意思決定支援
    • 元の長さの20%
  2. QUICKSTART (*_QUICKSTART.md)

    • ステップバイステップの開始方法
    • 最大5分間の読み物
    • コード例
    • よくある落とし穴
    • 成功基準
  3. DIAGRAMS (*_DIAGRAMS.md)

    • Mermaid.js を使用した視覚的表現
    • アーキテクチャ図
    • フローチャート
    • シーケンス図
    • エンティティリレーションシップ

3. Mermaid ダイアグラムのガイドライン

ダイアグラムには常に Mermaid.js を使用してください(GitHub、VS Code、ほとんどの Markdown ビューアでレンダリングされます)。

graph TD
    A[Start] --> B{Decision}
    B -->|Yes| C[Action 1]
    B -->|No| D[Action 2]

使用するダイアグラムの種類:

  • graph TD - トップダウンフローチャート
  • sequenceDiagram - API/インタラクションフロー
  • erDiagram - データベーススキーマ
  • journey - ユーザーの旅
  • stateDiagram-v2 - ステートマシン
  • gantt - タイムライン/ロードマップ

テンプレートについては、references/mermaid_examples.md を参照してください。

ワークフロー

ワークフロー 1: AI ドキュメントから概要を作成する

入力: AI ドキュメントファイルへのパス(例:ai/architect/app/02_BACKEND_REQUIREMENTS.md

プロセス:

  1. AI ドキュメントを徹底的に読む
  2. 最も重要な情報の20%を特定する
  3. エグゼクティブサマリーを作成する(2〜3段落)
  4. キーポイントを抽出する(5〜10個の箇条書き)
  5. クイックリファレンステーブルを追加する
  6. _SUMMARY.md サフィックスを付けて、docs/ の並列ロケーションに保存する

出力: docs/architect/app/02_BACKEND_REQUIREMENTS_SUMMARY.md

テンプレート: assets/templates/summary_template.md

ワークフロー 2: クイックスタートガイドを作成する

入力: AI ドキュメントファイルへのパス

プロセス:

  1. AI ドキュメントを読む
  2. 「はじめに」パスを特定する
  3. ステップバイステップの手順を作成する(番号付き)
  4. コードスニペット/コマンドを追加する
  5. 成功基準を含める
  6. 「次のステップ」セクションを追加する
  7. _QUICKSTART.md サフィックスを付けて、並列ロケーションに保存する

出力: docs/architect/app/02_BACKEND_REQUIREMENTS_QUICKSTART.md

テンプレート: assets/templates/quickstart_template.md

ワークフロー 3: 視覚的な図を作成する

入力: AI ドキュメントファイルへのパスまたはトピックの説明

プロセス:

  1. AI ドキュメントを読む
  2. 可視化可能な概念を特定する:
    • システムアーキテクチャ
    • データフロー
    • ユーザーの旅
    • データベーススキーマ
    • 決定木
  3. Mermaid ダイアグラムを作成する(2〜5個のダイアグラム)
  4. 各ダイアグラムの説明テキストを追加する
  5. _DIAGRAMS.md サフィックスを付けて、並列ロケーションに保存する

出力: docs/architect/app/02_BACKEND_REQUIREMENTS_DIAGRAMS.md

テンプレート: assets/templates/diagrams_template.md

ワークフロー 4: フォルダ全体をバッチ処理する

入力: AI ドキュメントフォルダへのパス(例:ai/architect/app/

プロセス:

  1. フォルダ内のすべての Markdown ファイルをリストする
  2. ファイルごとに、最適な形式を決定する:
    • アーキテクチャドキュメント → SUMMARY + DIAGRAMS
    • 実装ガイド → QUICKSTART
    • 仕様 → SUMMARY + DIAGRAMS
  3. 並列構造で人間向けドキュメントを作成する
  4. docs/ フォルダのインデックス README を生成する
  5. 完了サマリーを報告する

出力: 完全な docs/ フォルダ構造

ワークフロー 5: 既存の人間向けドキュメントを更新する

入力: 更新された AI ドキュメントへのパス

プロセス:

  1. docs/ に人間向けドキュメントが既に存在するかどうかを確認する
  2. 存在する場合は、変更日を比較する
  3. AI ドキュメントが新しい場合は、人間向けドキュメントを再生成する
  4. 手動で追加された内容を保持する(「Manual:」マーカーを確認する)
  5. 更新された人間向けドキュメントを保存する

出力: 更新された人間向けドキュメント

ドキュメント形式の標準

SUMMARY 形式

# [Original Title] - Summary

**Source:** Link to AI doc
**Last Updated:** Date
**Read Time:** X minutes

## Executive Summary

[2-3 paragraphs capturing essence]

## Key Points

- Point 1
- Point 2
- Point 3

## Quick Reference

| Aspect | Detail |
|--------|--------|
| Key 1  | Value  |

## When to Read Full Doc

- Scenar

(原文はここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Human Documentation Generator

Purpose

This skill transforms detailed AI documentation stored in ai/ folder into human-friendly documentation in docs/ folder. It creates summaries, quick starts, and visual diagrams that enable humans to quickly understand and operate complex systems.

Key principle: ai/ folder remains the source of truth (detailed, comprehensive, for AI context). docs/ folder contains human-optimized extracts (summaries, diagrams, quick references).

When to Use This Skill

Use this skill when:

  • User needs human-readable documentation from AI context docs
  • AI documentation is too detailed for quick human consumption
  • System complexity requires visual diagrams for understanding
  • Need quick start guides or executive summaries
  • User specifically mentions difficulty following AI documentation
  • Creating onboarding materials for new team members
  • Extracting crucial information for operational quick reference

Trigger phrases:

  • "Create human docs for..."
  • "I can't follow the AI documentation"
  • "Make this easier to understand"
  • "Create a quick start guide"
  • "Add diagrams to explain..."
  • "Summarize the AI docs"

Core Principles

1. Parallel Structure Maintained

ai/                          docs/
├── architect/               ├── architect/
│   ├── app/                │   ├── app/
│   │   └── 01_DOC.md       │   │   └── 01_DOC_SUMMARY.md
│   └── src/                │   └── src/
│       └── 01_DOC.md       │       └── 01_DOC_QUICKSTART.md
├── backend/                ├── backend/
├── frontend/               ├── frontend/
└── testing/                └── testing/

Key rule: docs/ mirrors ai/ structure but contains human-optimized versions

2. Three Human-Friendly Formats

For each AI doc, create ONE or MORE of:

  1. SUMMARY (*_SUMMARY.md)

    • Executive summary (1-2 paragraphs)
    • Key points (bullet list)
    • Quick decision aids
    • 20% of original length
  2. QUICKSTART (*_QUICKSTART.md)

    • Step-by-step getting started
    • 5-minute read maximum
    • Code examples
    • Common pitfalls
    • Success criteria
  3. DIAGRAMS (*_DIAGRAMS.md)

    • Visual representation with Mermaid.js
    • Architecture diagrams
    • Flow charts
    • Sequence diagrams
    • Entity relationships

3. Mermaid Diagram Guidelines

Always use Mermaid.js for diagrams (renders in GitHub, VS Code, most markdown viewers):

graph TD
    A[Start] --> B{Decision}
    B -->|Yes| C[Action 1]
    B -->|No| D[Action 2]

Diagram types to use:

  • graph TD - Top-down flowcharts
  • sequenceDiagram - API/interaction flows
  • erDiagram - Database schemas
  • journey - User journeys
  • stateDiagram-v2 - State machines
  • gantt - Timelines/roadmaps

See references/mermaid_examples.md for templates

Workflows

Workflow 1: Create Summary from AI Doc

Input: Path to AI documentation file (e.g., ai/architect/app/02_BACKEND_REQUIREMENTS.md)

Process:

  1. Read AI documentation thoroughly
  2. Identify the 20% most crucial information
  3. Create executive summary (2-3 paragraphs)
  4. Extract key points (5-10 bullets)
  5. Add quick reference table
  6. Save to parallel location in docs/ with _SUMMARY.md suffix

Output: docs/architect/app/02_BACKEND_REQUIREMENTS_SUMMARY.md

Template: assets/templates/summary_template.md

Workflow 2: Create Quick Start Guide

Input: Path to AI documentation file

Process:

  1. Read AI documentation
  2. Identify "getting started" path
  3. Create step-by-step instructions (numbered)
  4. Add code snippets/commands
  5. Include success criteria
  6. Add "Next steps" section
  7. Save to parallel location with _QUICKSTART.md suffix

Output: docs/architect/app/02_BACKEND_REQUIREMENTS_QUICKSTART.md

Template: assets/templates/quickstart_template.md

Workflow 3: Create Visual Diagrams

Input: Path to AI documentation file OR topic description

Process:

  1. Read AI documentation
  2. Identify visualizable concepts:
    • System architecture
    • Data flow
    • User journeys
    • Database schemas
    • Decision trees
  3. Create Mermaid diagrams (2-5 diagrams)
  4. Add explanatory text for each diagram
  5. Save to parallel location with _DIAGRAMS.md suffix

Output: docs/architect/app/02_BACKEND_REQUIREMENTS_DIAGRAMS.md

Template: assets/templates/diagrams_template.md

Workflow 4: Batch Process Entire Folder

Input: Path to AI documentation folder (e.g., ai/architect/app/)

Process:

  1. List all markdown files in folder
  2. For each file, determine best format(s):
    • Architecture docs → SUMMARY + DIAGRAMS
    • Implementation guides → QUICKSTART
    • Specifications → SUMMARY + DIAGRAMS
  3. Create human docs in parallel structure
  4. Generate index README for docs/ folder
  5. Report completion summary

Output: Complete docs/ folder structure

Workflow 5: Update Existing Human Docs

Input: Path to updated AI documentation

Process:

  1. Check if human doc already exists in docs/
  2. If exists, compare modification dates
  3. If AI doc is newer, regenerate human doc
  4. Preserve any manual additions (check for "Manual:" markers)
  5. Save updated human doc

Output: Updated human documentation

Document Format Standards

SUMMARY Format

# [Original Title] - Summary

**Source:** Link to AI doc
**Last Updated:** Date
**Read Time:** X minutes

## Executive Summary

[2-3 paragraphs capturing essence]

## Key Points

- Point 1
- Point 2
- Point 3

## Quick Reference

| Aspect | Detail |
|--------|--------|
| Key 1  | Value  |

## When to Read Full Doc

- Scenario 1
- Scenario 2

[Link to full documentation]

QUICKSTART Format

# [Topic] Quick Start

**Time to complete:** X minutes
**Prerequisites:** List

## Step 1: [Action]

[Instructions + code/commands]

## Step 2: [Action]

[Instructions + code/commands]

## Success Criteria

✅ Checklist item
✅ Checklist item

## Next Steps

- Link to detailed docs
- Related quick starts

## Troubleshooting

**Issue:** Description
**Fix:** Solution

DIAGRAMS Format

# [Topic] Visual Guide

**Source:** Link to AI doc

## Overview Diagram

```mermaid
[diagram code]

Explanation: What this diagram shows

[Specific Aspect] Diagram

[diagram code]

Explanation: What this diagram shows

Legend

  • Symbol → Meaning

Integration with Other Skills

Use with architect skill:

  • Architect creates detailed specs in ai/architect/
  • Human-docs creates summaries in docs/architect/

Use with business skill:

  • Business creates use cases in ai/business/
  • Human-docs creates executive summaries

Use with executive skill:

  • Executive defines strategy
  • Human-docs creates visual roadmaps

Use with cleanup skill:

  • Cleanup organizes ai/ folder
  • Human-docs regenerates docs/ structure

Quality Standards

Every human doc must have:Clarity - Understandable without reading AI doc ✅ Conciseness - 20% or less of original length (summaries) ✅ Actionable - Clear next steps ✅ Visual - At least 1 diagram for complex topics ✅ Navigable - Links to source and related docs ✅ Dated - Last updated timestamp

Minimum quality threshold: 8/10

File Naming Conventions

AI doc:     ai/folder/FILE.md
Summary:    docs/folder/FILE_SUMMARY.md
Quickstart: docs/folder/FILE_QUICKSTART.md
Diagrams:   docs/folder/FILE_DIAGRAMS.md

Never:

  • Create files in ai/ (only read from there)
  • Replace AI documentation
  • Duplicate information across formats

Maintenance

When AI docs are updated:

  1. Check docs/ for corresponding human docs
  2. Regenerate if AI doc is newer
  3. Update "Last Updated" timestamp
  4. Keep change history minimal (humans don't need full changelog)

Index README regeneration:

  • Create docs/README.md with navigation to all human docs
  • Group by folder structure
  • Add "Quick Links" section

Common Use Cases

Use Case 1: New Team Member Onboarding

Scenario: New developer needs to understand GabeDA architecture

Action:

  1. Generate SUMMARY for all ai/architect/app/ docs
  2. Generate DIAGRAMS for key architecture concepts
  3. Create docs/ONBOARDING.md with curated path
  4. Include quick starts for common tasks

Use Case 2: Executive Review

Scenario: Executive needs high-level understanding

Action:

  1. Generate executive SUMMARY from technical specs
  2. Create visual DIAGRAMS of system architecture
  3. 1-page maximum with Mermaid diagrams
  4. No technical jargon

Use Case 3: Quick Reference for Developers

Scenario: Developer forgets API endpoint structure

Action:

  1. Create QUICKSTART from API documentation
  2. Include code examples
  3. Add common patterns
  4. Link to full spec

Examples

Example 1: Architecture Summary

Input: ai/architect/app/02_BACKEND_REQUIREMENTS.md (14,000 words) Output: docs/architect/app/02_BACKEND_REQUIREMENTS_SUMMARY.md (2,000 words)

Example 2: Quick Start

Input: ai/architect/app/05_CSV_UPLOAD_SPECIFICATION.md Output: docs/architect/app/05_CSV_UPLOAD_QUICKSTART.md

  • 5 steps to implement CSV upload
  • Code snippets
  • 10-minute read

Example 3: Visual Guide

Input: ai/architect/app/07_WORKFLOWS_AND_DATA_FLOW.md Output: docs/architect/app/07_WORKFLOWS_DIAGRAMS.md

  • Already has diagrams, extract and simplify
  • Add annotations
  • Create simplified version

Version History

v1.0.0 (2025-11-01)

  • Initial skill creation
  • Support for SUMMARY, QUICKSTART, DIAGRAMS formats
  • Mermaid diagram integration
  • Parallel folder structure

Last Updated: 2025-11-01 Skill Type: Documentation transformation and visualization

同梱ファイル

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