CtrlK
BlogDocsLog inGet started
Tessl Logo

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

95

2.48x
Quality

82%

Does it follow best practices?

Impact

97%

2.48x

Average score across 10 eval scenarios

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a solid, comprehensive PDF processing guide with excellent actionability—every operation has executable, copy-paste-ready code. However, it's somewhat verbose for a SKILL.md, inlining extensive examples that could be offloaded to reference files, and it lacks validation/verification steps in its workflows (e.g., confirming merge output, checking OCR quality). The progressive disclosure structure is partially implemented but the body carries too much detail for an overview document.

Suggestions

Add validation checkpoints to multi-step operations (e.g., verify page count after merge, check file size after encryption, validate OCR output quality).

Move detailed examples (advanced table extraction with pandas, multi-page reportlab, watermarking) to reference.md and keep only the most essential quick-start examples inline.

Trim redundant coverage—for instance, showing merge/split in both pypdf, qpdf, and pdftk is excessive; pick one primary approach and reference alternatives.

DimensionReasoningScore

Conciseness

The content is mostly efficient with executable code examples, but includes some redundancy (e.g., multiple similar merge/split examples across pypdf and CLI tools, the quick reference table partially duplicates what's already shown). Some sections like 'Extract Metadata' and 'Rotate Pages' are straightforward operations Claude could derive without full examples.

2 / 3

Actionability

All code examples are fully executable, copy-paste ready, and cover a comprehensive range of PDF operations. Both Python and CLI approaches are provided with concrete commands and complete code blocks.

3 / 3

Workflow Clarity

The skill presents individual operations clearly but lacks multi-step workflow sequencing with validation checkpoints. For operations like merging, watermarking, or encryption, there are no verification steps (e.g., confirming output file integrity, checking page counts after merge). The OCR pipeline is sequential but has no error handling or validation.

2 / 3

Progressive Disclosure

References to forms.md and reference.md are present and clearly signaled in the 'Next Steps' section, which is good. However, the main body is quite long (~200+ lines of inline code examples) and some sections (like the full reportlab multi-page example or advanced table extraction) could be offloaded to reference.md to keep the SKILL.md leaner. No bundle files were provided to verify the referenced files exist.

2 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a strong skill description that clearly enumerates specific PDF manipulation capabilities and provides an explicit 'when' clause for triggering. It uses third-person voice appropriately and includes natural trigger terms users would use. The description is concise yet comprehensive, covering both the breadth of capabilities and the conditions under which the skill should be selected.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'extracting text and tables', 'creating new PDFs', 'merging/splitting documents', and 'handling forms'. These are clear, actionable capabilities.

3 / 3

Completeness

Clearly answers both 'what' (extracting text/tables, creating PDFs, merging/splitting, handling forms) and 'when' ('When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale'). The 'when' clause is explicit.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'PDF', 'text', 'tables', 'merging', 'splitting', 'forms', 'PDF form', 'generate', 'analyze PDF documents'. Good coverage of common variations and use cases.

3 / 3

Distinctiveness Conflict Risk

Clearly scoped to PDF manipulation with distinct triggers like 'PDF form', 'merging/splitting documents', 'PDF documents'. Unlikely to conflict with other skills due to the specific PDF focus and enumerated capabilities.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
ComposioHQ/awesome-claude-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.