Agent skill
PDF Manipulation
Enables Claude to read, manipulate, and fill out PDF forms
Install this agent skill to your Project
npx add-skill https://github.com/bowbozaa/create-skills/tree/main/examples/pdf-skill
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
migrate-to-shoehorn
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Didn't find tool you were looking for?