pdf-editor

Installation
SKILL.md

PDF Editor

Overview

Provides Python scripts for common PDF page manipulation operations. All scripts use the pypdf library for reliable, deterministic PDF editing.

Quick Start

Install the required dependency:

pip install pypdf

Each script can be run directly from the command line. All scripts follow the pattern:

python scripts/<script_name>.py <input_args> <output_file>

Delete Pages

Installs
1
First Seen
Aug 2, 2026
pdf-editor — danishi/claude-code-config