How this skill is triggered — by the user, by Claude, or both
Slash command
/wiki-build:extract-orgsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract org notes from a book's example files.
Extract org notes from a book's example files.
The user specifies a book by its ID (e.g. ctc, 7pw). Read all examples for
that book, identify every org mentioned, then create or update org notes in
content/org/.
BOOK_ID — the book's folder ID (e.g. 7pw, ctc)EXAMPLE_DIR (default: content/examples/<book-id>/)ORG_DIR (default: content/org/)Read every .md file in EXAMPLE_DIR. For each example, note:
examples: frontmatter links)related-concepts and sources frontmatterUse parallel reads for all example files.
Produce a working list of all distinct orgs found. For each org record:
Netflix, Toyota)primary (example centres on this org) or secondary (mentioned
in passing)related-concepts from those examplessources from those examplesWhen an org appears in multiple examples, merge the concept and source lists (deduplicate).
For each org in the inventory, check whether content/org/<Org Name>.md
already exists.
Read any existing file before deciding what to do — note what examples:,
concepts:, and sources: it already contains.
Create content/org/<Org Name>.md following this template:
---
type: Org
description: "One-sentence summary of the org and why it appears in this
wiki."
industry: "Sector"
examples:
- "[[Example Filename]]"
concepts:
- "[[Concept Name]]"
sources:
- "[[source-file|display title]]"
related-orgs:
- "[[Other Org]]"
---
# [Org Name]
One-line description of what the org is (founded year, what it does).
## Strategic Significance
Why this org matters to the themes of this wiki — patterns, inflection points,
lessons. Reference specific concepts inline as [[Concept Name]] where
natural.
Guidance:
Existing org — merge
Add any items from the new book's examples that are not already present in examples:, concepts:, and sources:. Do not remove or rewrite existing content.
If the existing ## Strategic Significance body doesn't mention the new examples' angle, append a short paragraph rather than rewriting.
Step 5 — Cross-link related orgs
For orgs that appear together in the same example (e.g. Netflix and Blockbuster), ensure each lists the other in related-orgs: if not already present.
The key design choices: Step 2's inventory phase keeps the logic clean by separating "what orgs exist" from "what files to write." Step 4's merge rule (append, don't rewrite) protects hand-written content in existing org notes.
Fetches 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