Borrowing it
Nothing to install: this file belongs to ThomasHoussin/Claude-Book. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ThomasHoussin/Claude-Book/main/.claude/skills/bible-merger/SKILL.mdgit clone --depth 1 https://github.com/ThomasHoussin/Claude-BookWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/thomashoussin/claude-book/bible-merger)<a href="https://agentmods.dev/skills/thomashoussin/claude-book/bible-merger"><img src="https://agentmods.dev/badge/skills/thomashoussin/claude-book/bible-merger/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/thomashoussin/claude-book/bible-merger"><img src="https://agentmods.dev/badge/skills/thomashoussin/claude-book/bible-merger.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.00566 |
| Opus 5 | $0.00018 | $0.00283 |
| Sonnet 5 | $0.00007 | $0.00113 |
| Haiku 4.5 | $0.00004 | $0.00057 |
Grade A, and why
bible-merger scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bible Merger
Consolidate multiple book analyses into one canonical bible.
Quick Start
# Merge all analyses
Merge analysis/output/*/ into bible/
When to Use
After analyzing multiple books from the same series or author. The merger:
- Identifies consistent patterns (→ rules)
- Tracks character evolution
- Extracts the author's true voice
Merge Process
1. Inventory sources
List all analysis/output/*/ directories to merge.
2. Merge style
Compare style.md across all sources:
- Keep: patterns appearing in ALL books
- Range: metrics with variation (use min-max range)
- Flag: book-specific vocabulary (note but don't enforce)
- Pick: best reference excerpts from each
3. Merge characters folder
For each character appearing in multiple books:
- Core traits: keep only if demonstrated in ALL appearances
- Evolution: note changes across books
- Speech: merge dialogue examples, identify constants
- Relationships: note any evolution
For single-book characters:
- Include if significant
- Mark as "source: [book]"
4. Merge structure
Identify the formula:
- Chapter length range across all books
- Consistent act structure
- Patterns appearing in every book
5. Merge universe folder
- Recurring locations: full treatment, consolidate descriptions
- Book-specific locations: include with source note
- Contradictions: later books take precedence
Conflict Resolution
| Conflict Type | Resolution |
|---|---|
| Style patterns | Prefer most common |
| Character traits | Prefer shown-in-action over told |
| Facts | Prefer later books |
| All conflicts | Document: "Sources vary: book-1 says X, book-3 says Y" |
Output
Merge report
Generate analysis/merge-report.md:
# Merge Report
## Sources
- [Book 1]: [path]
- [Book 2]: [path]
## Consistency Analysis
- Highly consistent: [list]
- Some variation: [list]
- Book-specific: [list]
## Character Coverage
- [Character]: appears in [X/Y] books
## Conflicts Resolved
- [Description]: chose [resolution]
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 96 lines · 37 tokens per session scan A 5e0caf913945
bible-merger is a skill published in the GitHub repository ThomasHoussin/Claude-Book (114 stars, last pushed 7mo ago), licensed MIT. It adds 37 tokens to every session and 566 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
story-import
A tool for turning an existing novel into a structured writing project. It analyzes the book and organizes its characters, settings, plot plans, chapters, and tracking data for later writing.
story-long-analyze
A long-form fiction analysis workflow for breaking down a novel’s opening chapters, characters, pacing, turning points, relationships, and overall structure.
story-deslop
A writing editor for Chinese web novels that detects writing patterns often associated with AI-generated text and makes the prose feel more natural.
story-short-analyze
A Chinese-language guide for analysing short popular web fiction, such as stories published on 番茄, 故事会, or 知乎盐选. It examines the core premise, plot structure, emotional arc, twists, writing techniques, and reader appeal.
story
A Chinese-language routing tool for fiction writers that directs requests to tools for outlining, writing, analysis, reviews, covers, importing novels, browser control, and project management.
browser-cdp
Use this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP…