Help us improve
Share bugs, ideas, or general feedback.
From society-in-silico
Auto-activates when navigating or organizing the manuscript. Knows the book's structure, chapter organization, and file conventions.
npx claudepluginhub maxghenis/society-in-silicoHow this skill is triggered — by the user, by Claude, or both
Slash command
/society-in-silico:book-structureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Scans Python ML experiment repos to generate hierarchical paper outlines (H1/H2/H3) with user approval checkpoints at each level, then body text with evidence annotations, citations, and bilingual output.
Analyzes EPUB/PDF books into structured chapter notes with key concepts extracted and synthesized via parallel agents.
Generates book chapters using a Plan-Then-Execute approach with parallel writing, continuity validation, and QA checks. Useful for structured book drafting projects.
Share bugs, ideas, or general feedback.
society-in-silico/
├── manuscript/ # The book itself
│ ├── front-matter/ # Introduction, preface
│ ├── part-1-origins/ # History of microsimulation
│ ├── part-2-building/ # PolicyEngine journey
│ └── part-3-future/ # AI and what's next
├── research/ # Background research
│ ├── people/ # Key figures
│ ├── concepts/ # Technical concepts
│ ├── timeline/ # Chronology
│ └── references/ # Sources
├── assets/ # Images, diagrams
└── build/ # Compilation (Pandoc)
The intellectual history of microsimulation.
The open-source turn and PolicyEngine journey.
AI implications and what's next.
NN-title.md (e.g., 01-introduction.md)# Chapter Title## Section headers[[concept-name]]kebab-case.md## Links and ## Tags# Chapter Title
[Opening hook - story, question, or surprising fact]
## Section One
[Content with [[wiki-links]] to research]
## Section Two
[More content]
---
## Research Links
- [[relevant-concept]]
- [[relevant-person]]
When asked about the book:
Check .beads/ for project issues and progress tracking.
Use bd list to see open items.
Use bd ready to see what's ready to work on.