file-converter

Convert data, document, and image formats across pipelines using pandas, pyyaml, xmltodict, and pandoc.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill file-converter-catrabbit499
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-converter
Source: https://github.com/CatRabbit499/Digital_Portfolio/tree/main/templatemo_600_prism_flux/projects/CS-240/Lab-Portfolio/Lab-Portfolio-Dec_8_2025/.local/secondary_skills/file-converter
Command: npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill file-converter-catrabbit499

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates conversion between common data, document, and image formats to eliminate tedious manual reformatting.

Core Features & Use Cases

  • Format-to-format conversions: CSV <-> JSON, YAML, XML, Parquet, HTML, Markdown, and images.
  • Pipelines integration: leverages pandas, pyyaml, xmltodict, pandoc, and related tools to automate workflows.
  • Use Case: Migrate and reformat hundreds of files across teams with consistent schemas.

Quick Start

Convert a CSV file to JSON using the file-converter tool.

Frequently Asked Questions about file-converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert CSV to JSON for data pipelines?

Convert CSV to JSON by loading the data with pandas and exporting the structured object, automating the translation between tabular and serialized formats for pipeline interoperability.

Can I translate YAML to XML using this approach?

Translate YAML to XML by parsing the configuration with pyyaml and serializing the dictionary structure with xmltodict, reducing manual reformatting across document workflows.

What's the best way to convert Markdown to HTML for documentation?

Convert Markdown to HTML by leveraging pandoc as a versatile bridge, automating document format translation for content workflows and reducing manual reformatting.

Do I need to install pandoc to convert document formats?

Install pandoc alongside pandas, pyyaml, and xmltodict as required dependencies; the SKILL.md documents these installations needed to bridge complex document and image format conversions.

Can this handle migrating hundreds of files with consistent schemas?

Handle migrating hundreds of files by applying consistent schema transformations across teams, leveraging pandas and format-specific libraries to automate batch reformatting workflows.

Does file-conversion support image format translation across pipelines?

Support image format translation across pipelines by utilizing established libraries and pandoc, automating conversions to reduce manual reformatting for content and data engineering workflows.