{
"id": "skill:pdf-handling",
"_kind": "Skill",
"_file": "extensions/skills/extended-skills.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "PDF Handling",
"description": "Read, extract, merge, split, rotate, watermark, fill forms, encrypt,\nOCR, and create PDF documents. Wraps pypdf / pdfplumber / pdfminer\n/ reportlab; includes form-field heuristics and OCR fallback.\n",
"kind": "claude-code-skill",
"invocationMode": "model-invoked",
"entrypoint": "SKILL.md",
"domains": [
"domain:software-engineering"
],
"requiresLanguages": [
"language:python"
],
"sourceRef": "source-ref:anthropic-skills-pdf"
},
"outgoingEdges": [
{
"from": "skill:pdf-handling",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill:pdf-handling",
"to": "extension-interface:reflection",
"kind": "implements",
"attributes": {}
},
{
"from": "skill:pdf-handling",
"to": "source-ref:anthropic-skills-pdf",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "skill:pdf-handling",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
}
],
"incomingEdges": []
}