jpskill.com
📦 その他 コミュニティ

chapter-outline-generator

書籍の章構成案を、主要なトピックや副題、学習目標、想定文字数を含めて作成し、本の章立てや目次作成を支援するSkill。

📜 元の英語説明(参考)

Generates comprehensive chapter outlines for books, including key topics, subtopics, learning objectives, and estimated word counts. Use this when the user needs help structuring a book chapter or creating a table of contents.

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

一言でいうと

書籍の章構成案を、主要なトピックや副題、学習目標、想定文字数を含めて作成し、本の章立てや目次作成を支援するSkill。

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

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

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

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

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

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

📖 Skill本文(日本語訳)

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

章の構成ジェネレーター

目的

このスキルは、著者が書籍の詳細で構造化された章の構成を作成するのを支援します。論理的な流れ、包括的な網羅性、バランスの取れた章の長さを保証します。

使用する場面

  • ユーザーが新しい書籍を書き始めており、章の構成が必要な場合
  • ユーザーが単一の章を詳細なセクションに展開したい場合
  • ユーザーが既存の章を再編成または再調整する必要がある場合
  • ユーザーが目次または章の分解を要求する場合

手順

ステップ 1: コンテキストを理解する

ユーザーに以下を尋ねます。

  • 書籍のタイトルとジャンル/主題
  • 対象読者(学術、一般読者、子供など)
  • 書籍全体のテーマまたは主な主張
  • おおよその希望書籍の長さ(単語数またはページ数)
  • 希望する章数(既知の場合)

ステップ 2: 章のフレームワークを生成する

各章について、以下を作成します。

  • 章番号とタイトル: 明確で魅力的な章のタイトル
  • 章の概要: 章で扱う内容の2〜3文の概要
  • 学習目標: 読者が得るべき3〜5個の主要なポイント
  • 主要セクション: 章内の3〜7個の主要なセクション
  • サブセクション: 各主要セクションの下の2〜4個のサブセクション
  • 推定単語数: 書籍全体の長さと章の重要性に基づく

ステップ 3: 論理的な流れを確保する

  • 章が互いに論理的に積み重ねられていることを確認します
  • 主要なトピックのギャップがないことを確認します
  • 章全体でコンテンツのバランスの取れた配分を確認します
  • 導入から結論までの明確な進行を確認します

ステップ 4: 出力形式

構成をクリーンで階層的な形式で提示します。

# 書籍のタイトル: [Title]

## 第1章: [Chapter Title]

**概要**: [2〜3文の概要]

**学習目標**:

- Objective 1
- Objective 2
- Objective 3

**セクション**:

1. [Section Title]
   - Subsection A
   - Subsection B
2. [Section Title]
   - Subsection A
   - Subsection B

**推定単語数**: [X,XXX words]

---

## 第2章: [Chapter Title]

...

例 1: フィクション小説

ユーザー: 「私は探偵が美術品盗難を解決するミステリー小説を書いています。最初の3章の構成を作成できますか?」

出力:

# 書籍のタイトル: The Vanishing Canvas

## 第1章: The Empty Gallery

**概要**: 刑事のサラ・チェンは、メトロポリタン美術館での注目度の高い美術品盗難について、謎めいた電話を受けます。彼女が到着すると、1つだけでなく、3つの貴重な絵画が跡形もなく消えていることに気づきます。

**学習目標**:

- 主人公とその探偵スキルを紹介する
- 中心となる謎と賭け金を確立する
- 美術館の設定と主要な脇役を設定する

**セクション**:

1. The Midnight Call
   - サラのルーチンが中断される
   - 最初の犯罪現場の詳細
2. The Crime Scene Investigation
   - 行方不明の絵画が特定される
   - 防犯カメラの映像を確認する
   - 最初の手がかりが発見される
3. Meeting the Museum Director
   - 盗まれたアートワークの背景
   - 潜在的な容疑者のリスト
   - 政治的圧力が高まる

**推定単語数**: 3,500 words

例 2: ノンフィクションビジネス書

ユーザー: 「リモートチーム管理に関する本の構成を手伝ってください。」

出力:

# 書籍のタイトル: Leading from Anywhere: The Remote Manager's Playbook

## 第1章: The Remote Work Revolution

**概要**: リモートワークへの移行を探求し、従来の管理アプローチが仮想環境で失敗する理由と、成功するリモートリーダーがどのように異なる行動をとるかを検証します。

**学習目標**:

- オフィス内管理とリモート管理の根本的な違いを理解する
- リモート環境における従来の管理の一般的な落とし穴を特定する
- 効果的なリモートリーダーシップのコア原則を学ぶ

**セクション**:

1. The Great Remote Transition
   - リモートワーク導入の統計とトレンド
   - 成功した(および失敗した)企業のケーススタディ
2. Why Old Management Models Don't Work
   - 可視性のバイアス問題
   - タイムゾーンの課題
   - コミュニケーションの崩壊
3. The Remote Leadership Mindset
   - 監視よりも信頼
   - 活動ではなくアウトプット
   - 非同期ファーストの思考

**推定単語数**: 4,000 words

著者へのヒント

  • 章の長さを比較的均一に保ちます(ペース配分のために意図的に変更する場合を除く)
  • 重要な世界観/コンテキストを初期の章に前倒しで記述します
  • 各章は、全体的な物語/議論に貢献しながら、独自のミニアークを持つ必要があります
  • 章をフックまたはクリフハンガー(フィクション)または実行可能なポイント(ノンフィクション)で終わらせることを検討してください
  • 構成全体を見直して、包括的な網羅性と重複がないことを確認します

検証チェックリスト

構成を確定する前に、以下を確認してください。

  • [ ] すべての章に明確で明確な目的がある
  • [ ] 章から章への論理的な進行
  • [ ] 網羅性に大きなギャップがない
  • [ ] 妥当な単語数の分布
  • [ ] 各章に実行可能なセクションとサブセクションがある
  • [ ] 学習目標がコンテンツと一致している
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Chapter Outline Generator

Purpose

This skill helps authors create detailed, structured chapter outlines for their books. It ensures logical flow, comprehensive coverage, and balanced chapter lengths.

When to Use

  • User is starting a new book and needs chapter structure
  • User wants to expand a single chapter into detailed sections
  • User needs to reorganize or rebalance existing chapters
  • User requests a table of contents or chapter breakdown

Instructions

Step 1: Understand the Context

Ask the user for:

  • Book title and genre/subject matter
  • Target audience (academic, general readers, children, etc.)
  • Overall book theme or main argument
  • Approximate desired book length (word count or page count)
  • Number of chapters desired (if known)

Step 2: Generate Chapter Framework

For each chapter, create:

  • Chapter Number and Title: Clear, engaging chapter titles
  • Chapter Summary: 2-3 sentence overview of what the chapter covers
  • Learning Objectives: 3-5 key takeaways readers should gain
  • Main Sections: 3-7 major sections within the chapter
  • Subsections: 2-4 subsections under each main section
  • Estimated Word Count: Based on overall book length and chapter importance

Step 3: Ensure Logical Flow

  • Check that chapters build upon each other logically
  • Ensure no major topic gaps
  • Verify balanced distribution of content across chapters
  • Confirm clear progression from introduction to conclusion

Step 4: Output Format

Present the outline in a clean, hierarchical format:

# Book Title: [Title]

## Chapter 1: [Chapter Title]

**Summary**: [2-3 sentence overview]

**Learning Objectives**:

- Objective 1
- Objective 2
- Objective 3

**Sections**:

1. [Section Title]
   - Subsection A
   - Subsection B
2. [Section Title]
   - Subsection A
   - Subsection B

**Estimated Word Count**: [X,XXX words]

---

## Chapter 2: [Chapter Title]

...

Examples

Example 1: Fiction Novel

User: "I'm writing a mystery novel about a detective solving art thefts. Can you outline the first 3 chapters?"

Output:

# Book Title: The Vanishing Canvas

## Chapter 1: The Empty Gallery

**Summary**: Detective Sarah Chen receives a mysterious call about a high-profile art theft at the Metropolitan Museum. She arrives to find not just one, but three priceless paintings missing without a trace.

**Learning Objectives**:

- Introduce the protagonist and her detective skills
- Establish the central mystery and stakes
- Set up the museum setting and key supporting characters

**Sections**:

1. The Midnight Call
   - Sarah's routine disrupted
   - Initial crime scene details
2. The Crime Scene Investigation
   - Missing paintings identified
   - Security footage review
   - First clues discovered
3. Meeting the Museum Director
   - Background on the stolen artworks
   - List of potential suspects
   - Political pressure mounting

**Estimated Word Count**: 3,500 words

Example 2: Non-Fiction Business Book

User: "Help me outline a book about remote team management."

Output:

# Book Title: Leading from Anywhere: The Remote Manager's Playbook

## Chapter 1: The Remote Work Revolution

**Summary**: Explores the shift to remote work, examining why traditional management approaches fail in virtual environments and what successful remote leaders do differently.

**Learning Objectives**:

- Understand the fundamental differences between in-office and remote management
- Identify common pitfalls of traditional management in remote contexts
- Learn the core principles of effective remote leadership

**Sections**:

1. The Great Remote Transition
   - Statistics and trends in remote work adoption
   - Case studies of companies that succeeded (and failed)
2. Why Old Management Models Don't Work
   - The visibility bias problem
   - Time zone challenges
   - Communication breakdowns
3. The Remote Leadership Mindset
   - Trust over surveillance
   - Output versus activity
   - Asynchronous-first thinking

**Estimated Word Count**: 4,000 words

Tips for Authors

  • Keep chapter lengths relatively consistent (unless intentionally varying for pacing)
  • Frontload crucial world-building/context in early chapters
  • Each chapter should have its own mini-arc while contributing to the overall narrative/argument
  • Consider ending chapters with hooks or cliffhangers (fiction) or actionable takeaways (non-fiction)
  • Review the outline as a whole to ensure comprehensive coverage and no redundancy

Validation Checklist

Before finalizing the outline, verify:

  • [ ] All chapters have clear, distinct purposes
  • [ ] Logical progression from chapter to chapter
  • [ ] No major gaps in coverage
  • [ ] Reasonable word count distribution
  • [ ] Each chapter has actionable sections and subsections
  • [ ] Learning objectives align with content