II.
Skill JSON
Structured · liveskill:pdf-form-filling
PDF Form Filling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill:pdf-form-filling",
"_kind": "Skill",
"_file": "extensions/skills/extended-skills.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "PDF Form Filling",
"description": "Programmatically fill AcroForm and XFA PDF forms — read field maps,\napply values, flatten or keep editable, and digitally sign output.\n",
"kind": "claude-code-skill",
"invocationMode": "model-invoked",
"entrypoint": "SKILL.md",
"domains": [
"domain:software-engineering"
],
"requiresLanguages": [
"language:python"
],
"sourceRef": "source-ref:anthropic-extra-skills"
},
"outgoingEdges": [
{
"from": "skill:pdf-form-filling",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill:pdf-form-filling",
"to": "extension-interface:reflection",
"kind": "implements",
"attributes": {}
},
{
"from": "skill:pdf-form-filling",
"to": "source-ref:anthropic-extra-skills",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "skill:pdf-form-filling",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
}
],
"incomingEdges": []
}