pdf-processor
The pdf-processor skill enables extraction of text and tabular data from PDF files, form population, and document merging using pdfplumber and related tools. Use this skill when tasks involve reading PDF content, extracting structured data from tables, filling form fields, or combining multiple PDF documents.
git clone --depth 1 https://github.com/lofcz/LLMTornado /tmp/pdf-processor && cp -r /tmp/pdf-processor/src/LlmTornado.Tests/Static/Files/Skills/pdf-processor ~/.claude/skills/pdf-processorSKILL.md
# PDF Processing
## Quick start
Extract text with pdfplumber:
```python
import pdfplumber
with pdfplumber.open("file.pdf") as pdf:
text = pdf.pages[0].extract_text()
```
## Advanced features
**Form filling**: See [FORMS.md](FORMS.md) for complete guide
**API reference**: See [REFERENCE.md](REFERENCE.md) for all methods
**Examples**: See [EXAMPLES.md](EXAMPLES.md) for common patternsA step-by-step guide to synthesizing research from multiple sources into a coherent summary.
Generates a structured skill template based on provided specifications.
This skill provides a comprehensive context extraction system for large codebases. It intelligently analyzes code structure, dependencies, and relationships to extract relevant context for understanding, debugging, or modifying code.
Compiles comprehensive company product context from PDF documents, web research, and industry knowledge
Performs comprehensive, multi-layered research on any topic with structured analysis and synthesis of information from multiple sources.
Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.
Generates Anthropic Skills with complete workflow including GitHub PR creation and local download verification.
Generates complete Anthropic SKILL packages with proper structure, documentation, and automated download verification.