From wiki-build
Generate a full-book summary as a long-form HBR-style article from all sources, summaries, concepts, and examples for a given book. Use when the user asks to generate or write a whole-book summary article.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wiki-build:generate-book-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a comprehensive long-form summary article for a book in this vault.
Generate a comprehensive long-form summary article for a book in this vault.
The user can specify a book by its ID (e.g. pbig, 7pw) or by title.
BOOK_ID — the short folder name used across sources/, content/summaries/, content/concepts/, and content/examples/If not provided, infer from context or ask.
Confirm the directories exist:
sources/<book-id>/content/summaries/<book-id>/content/concepts/<book-id>/content/examples/<book-id>/Read all files from these four directories simultaneously:
content/summaries/<book-id>/ — chapter summary files (skip any existing SUMMARY.md)content/concepts/<book-id>/ — all concept filescontent/examples/<book-id>/ — all example files (filenames only, for inline linking)Do not read raw source chapters — the processed summaries and concept/example files are sufficient.
Write a long-form article in HBR article style:
## section headers as thematic breaks, not chapter-by-chapter recaps## [Opening section — core thesis and why it matters]
## [Central framework / key insight]
## [Part I: first major theme — walk through the argument with examples]
## [Part II: second major theme]
...
## [Practical takeaway / closing]
Every mention of a concept or example that has a corresponding file in content/concepts/<book-id>/ or content/examples/<book-id>/ should become an Obsidian wiki link.
Link format:
[[content/concepts/<book-id>/Concept Name|Concept Name]][[content/examples/<book-id>/Example Name|Example Name]]Rules:
Create content/summaries/<book-id>/SUMMARY.md.
Frontmatter:
---
type: summary
book-id: <book-id>
title: "<Full Book Title>"
authors: "<Author Names>"
---
If SUMMARY.md already exists, confirm with the user before overwriting.
SUMMARY.md before writingFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub 9diov/wiki-plugins --plugin wiki-build