Claude Code Plugins

Community-maintained marketplace

Feedback

Enables Claude to read, manipulate, and fill out PDF forms

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/pdf-manipulation --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/pdf-manipulation -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name PDF Manipulation
description Enables Claude to read, manipulate, and fill out PDF forms

PDF Manipulation

This skill enables Claude to work with PDF files, including reading content, extracting form fields, and filling out forms.

Overview

Claude can use this skill when users need to work with PDF documents. The skill includes both instructions and executable code for PDF operations.

Basic Operations

For basic PDF reading, Claude should use the standard PDF libraries available in the environment.

Form Operations

For form-related operations, see forms.md for detailed instructions.

Reference

For API reference and advanced usage, see reference.md.