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, highly actionable PDF processing skill with excellent executable code examples covering a wide range of operations. Its main weaknesses are the lack of validation/verification steps in multi-step workflows and the somewhat heavy inline content that could benefit from better progressive disclosure to reference files. The content is practical and well-organized but could be more concise by trimming redundant examples.

Suggestions

Add validation checkpoints to multi-step workflows (e.g., verify merged PDF page count matches expected total, check output file exists and is valid after operations)

Move some of the more detailed examples (advanced table extraction, multi-page reportlab, CLI tool alternatives) to reference.md and keep SKILL.md focused on the most common patterns

Add brief error handling notes for common failure modes (e.g., encrypted PDFs failing to read, missing system dependencies for OCR/poppler)

DimensionReasoningScore

Conciseness

The skill 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 from the library docs without full examples.

2 / 3

Actionability

Every section provides fully executable, copy-paste ready code with proper imports and complete examples. Both Python and CLI approaches are covered with concrete commands and real code, not pseudocode.

3 / 3

Workflow Clarity

The skill presents individual operations clearly but lacks validation checkpoints or error handling guidance. For multi-step operations like merge/split/watermark, there are no verification steps (e.g., checking output file validity, confirming page counts after merge). The OCR workflow doesn't mention checking if tesseract is installed.

2 / 3

Progressive Disclosure

References to forms.md and reference.md are clearly signaled in the 'Next Steps' section and overview, which is good. However, the main body is quite long (~200+ lines of inline code examples) and some sections like advanced table extraction or reportlab multi-page creation could be offloaded to reference.md. Without bundle files to verify, the references appear well-structured but the inline content is heavier than ideal.

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', 'extract text', 'tables', 'merging', 'splitting', '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', and 'PDF documents'. Unlikely to conflict with other document-type 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
freekmurze/dotfiles
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.