pdf-split

Split PDF documents into individual chapter files using bookmarks or text boundaries.

4|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/jongwony/cc-plugin --skill pdf-split
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-split
Source: https://github.com/jongwony/cc-plugin/tree/main/pdf-split/skills/pdf-split
Command: npx skills add https://github.com/jongwony/cc-plugin --skill pdf-split

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Splits PDF documents into individual chapters using bookmarks/outlines or text-based boundaries, enabling chapter-level workflows and ingestion into systems like NotebookLM.

Core Features & Use Cases

  • Analyze PDF structure to detect chapters via bookmarks or text patterns.
  • Define chapter boundaries and split PDFs into chapter files.
  • Use case: prepare chapter-level imports for knowledge bases and RAG systems.

Quick Start

Feed a PDF path and a chapters definition to generate 00_Intro.pdf, 01_Chapter_Name.pdf, etc.