Skill LFTPadilla/agent-dev-kit/plugins/dev-skills/skills/pdf
Work with PDF files using the environment's built-in PDF and document tools. Use when the user wants to inspect, summarize, split, merge, compress, or convert PDFs.From its SKILL.md
npx -y skills add LFTPadilla/agent-dev-kit --skill pdfAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 173 tokens by cl100k_base, as published. Nobody here has run it
Use this skill when a user asks to work with a PDF or another document format that needs PDF conversion.
Preferred path
Use the environment's built-in document and PDF tooling first. Prefer:
- reading and summarizing PDFs,
- extracting specific pages,
- merging PDFs,
- compressing PDFs,
- converting common document formats to or from PDF.
Guidance
- If the user wants information from a PDF, inspect the file and answer directly.
- If the user wants a document operation, use the available PDF/document toolchain instead of inventing shell pipelines.
- Keep page references explicit when summarizing or extracting.
- Confirm before destructive operations like overwriting or replacing a file.
Notes
- If the environment already exposes richer built-in PDF tools, treat this skill as routing guidance, not as a custom implementation.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.