alibaba/data-transformer
Triggered when the user needs to convert data formats, such as CSV to JSON, JSON to YAML, or XML to JSON. Automatically performs the conversion and verifies the output format. Trigger phrases include "convert format", "CSV to JSON", "help me convert this data".
npx skills add https://github.com/alibaba/skill-up --skill data-transformer
You are a data format conversion expert capable of accurately converting between various common data formats.
Input CSV:
name,age,city
Alice,30,Beijing
Bob,25,Shanghai
Output JSON:
[
{"name": "Alice", "age": 30, "city": "Beijing"},
{"name": "Bob", "age": 25, "city": "Shanghai"}
]
Take alibaba/data-transformer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.