# PDF Execution Checklist

> Sub-skill of pdf: Execution Checklist.

- Skill: `vamseeachanta/pdf-execution-checklist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/pdf-execution-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/pdf-execution-checklist/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/pdf-execution-checklist

---


# Execution Checklist

## Execution Checklist


- [ ] Verify input PDF exists and is readable
- [ ] Check if PDF is encrypted/DRM-protected
- [ ] Choose appropriate library for task (pypdf vs pdfplumber)
- [ ] Handle multi-page documents correctly
- [ ] Validate output file was created
- [ ] Clean up temporary files

