← Back to list

chapter-outline-generator
by Asia-parveen
⭐ 0🍴 0📅 Dec 4, 2025
SKILL.md
name: Chapter-Outline-Generator description: Generates a detailed chapter outline for a given book concept. version: 1.0.0
When to use this skill
Use this skill when you need to structure a new book or story by generating a chapter-by-chapter outline. This is useful for planning the narrative flow, identifying key plot points, and organizing content for fiction or non-fiction works.
How this skill works (step-by-step workflow)
- User provides a book concept, including genre, main themes, and a brief summary.
- The skill analyzes the input and generates a logical progression of chapters.
- For each chapter, it suggests a title, a brief summary of its content, and key plot points or information to be covered.
- The output is formatted as a JSON object, making it easy to integrate into other writing tools or databases.
Output format (JSON structure)
{
"book_title": "Suggested Book Title",
"chapters": [
{
"chapter_number": 1,
"title": "Chapter Title 1",
"summary": "Brief summary of chapter 1's content.",
"key_points": [
"Point 1",
"Point 2"
]
},
{
"chapter_number": 2,
"title": "Chapter Title 2",
"summary": "Brief summary of chapter 2's content.",
"key_points": [
"Point 1",
"Point 2",
"Point 3"
]
}
]
}
Example input and output
Example Input: "Genre: Fantasy, Themes: Good vs. Evil, Friendship, Magic. Summary: A young orphan discovers he has magical abilities and must embark on a quest with his friends to defeat an ancient evil."
Example Output (truncated for brevity):
{
"book_title": "The Ember of Aethelgard",
"chapters": [
{
"chapter_number": 1,
"title": "Whispers of the Orphanage",
"summary": "Introduce Elara, her mundane life in the orphanage, and subtle hints of unusual occurrences around her.",
"key_points": [
"Introduce Elara and her daily life",
"Describe the oppressive atmosphere of the orphanage",
"First manifestation of magic (e.g., small object levitates accidentally)"
]
},
{
"chapter_number": 2,
"title": "The Market's Secret",
"summary": "Elara ventures into the city market, encountering a mysterious old woman who recognizes her latent abilities.",
"key_points": [
"Elara visits the bustling market",
"Encounter with a wise, enigmatic figure",
"The old woman hints at Elara's magical heritage and impending destiny"
]
}
]
}
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon