II.
Skill JSON
Structured · liveskill:xlsx-handling
XLSX Handling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill:xlsx-handling",
"_kind": "Skill",
"_file": "extensions/skills/extended-skills.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "XLSX Handling",
"description": "Open, read, edit, and create .xlsx / .xlsm / .csv / .tsv spreadsheets:\nadd columns, compute formulas, apply formatting and charts, and\nconvert between tabular formats.\n",
"kind": "claude-code-skill",
"invocationMode": "model-invoked",
"entrypoint": "SKILL.md",
"domains": [
"domain:data-science"
],
"requiresLanguages": [
"language:python"
],
"sourceRef": "source-ref:anthropic-skills-xlsx"
},
"outgoingEdges": [
{
"from": "skill:xlsx-handling",
"to": "domain:data-science",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill:xlsx-handling",
"to": "extension-interface:reflection",
"kind": "implements",
"attributes": {}
},
{
"from": "skill:xlsx-handling",
"to": "source-ref:anthropic-skills-xlsx",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "skill:xlsx-handling",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
},
{
"from": "skill:xlsx-handling",
"to": "skill-area:python-data-pipelines",
"kind": "addresses",
"attributes": {}
}
],
"incomingEdges": []
}