Claude-Book: Skill for Claude Code

.claude/skills/bible-merger/SKILL.md

bible-merger is a skill for Claude Code from ThomasHoussin/Claude-Book. It costs 37 tokens per session (566 once invoked), scanned A, original, MIT.

A guide for combining analyses of several books into one canonical reference, or “bible,” for a series or author.

In plain words
What is it for?
Merging style, character, relationship, vocabulary, and story-structure analyses into the bible/ directory.
Why use it?
It separates patterns shared across books from details that belong to only one book, making the reference more consistent.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is ThomasHoussin/Claude-Book's own configuration. It tells Claude Code how to work on Claude-Book itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Claude-Book configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/ThomasHoussin/Claude-Book/main/.claude/skills/bible-merger/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ThomasHoussin/Claude-Book

Made for: Claude Code.

Wrote 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.

agentmods badge for bible-merger

README.md
[![agentmods](https://agentmods.dev/badge/skills/thomashoussin/claude-book/bible-merger/github.svg)](https://agentmods.dev/skills/thomashoussin/claude-book/bible-merger)
Your own site
<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.

agentmods 80×15 button for bible-merger

Your own site · 80×15
<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>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 5e0caf913945, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.claude/skills/bible-merger/SKILL.md · 96 lines

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]

Read the full file on GitHub · 96 lines

Changes

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.

  1. 10d ago First seen · 96 lines · 37 tokens per session scan A 5e0caf913945

Subscribe to this mod's changes

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.

Related

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.

zenstory-ai/oh-story-claudecode · 98 tokens

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.

zenstory-ai/oh-story-claudecode · 173 tokens

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.

zenstory-ai/oh-story-claudecode · 62 tokens

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.

zenstory-ai/oh-story-claudecode · 226 tokens

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.

zenstory-ai/oh-story-claudecode · 68 tokens

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…

zenstory-ai/oh-story-claudecode · 94 tokens