book-merge

Community

Merge textbook content quickly and accurately, no AI needed.

Authorshuff57
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the process of merging content from multiple textbook sources into a single chapter, especially after section matching has produced a mapping file and before remastering.

Core Features & Use Cases

  • Content Merging: Combines sections from supplemental textbooks into a primary book JSON.
  • Duplicate Detection: Uses Python fingerprinting to identify and skip duplicate content.
  • Placement Rules: Provides insertion rules for sections that are unique but may require review.
  • Use Case: Ideal for educators or textbook editors who need to integrate additional resources into a primary textbook without relying on AI for matching or insertion.

Quick Start

Run the book-merge skill with the primary and supplemental JSON files:

python3 scripts/workflows/merge_from_placement.py \
  --primary ".../ahss_ch1.json" \
  --supplemental ".../os_ch1.json" \
  --placement ".../placement_ch1_v2.json" \
  --output ".../merged_ch1_v2" \
  --chapter 1

Dependency Matrix

Required Modules

fingerprint_dedup.pyplacement_map.pymerge_from_placement.py

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: book-merge
Download link: https://github.com/shuff57/agent-evo/archive/main.zip#book-merge

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.