II.
Skill JSON
Structured · liveskill:create-pdf-from-md
Create PDF from Markdown json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill:create-pdf-from-md",
"_kind": "Skill",
"_file": "extensions/skills/extended-skills.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Create PDF from Markdown",
"description": "Render Markdown source to a polished PDF (via pandoc / weasyprint /\nchromium-headless). Handles tables of contents, code blocks with\nsyntax highlighting, and embedded images.\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:create-pdf-from-md",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill:create-pdf-from-md",
"to": "extension-interface:reflection",
"kind": "implements",
"attributes": {}
},
{
"from": "skill:create-pdf-from-md",
"to": "source-ref:anthropic-skills-pdf",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "skill:create-pdf-from-md",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
},
{
"from": "skill:create-pdf-from-md",
"to": "skill-area:tutorial-design",
"kind": "addresses",
"attributes": {}
}
],
"incomingEdges": []
}