# File Processor

> Reads and transforms structured data files

- Skill: `ckodex-labs/file-processor` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add ckodex-labs/file-processor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ckodex-labs/file-processor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: ckodex-labs (https://skillmd.com/u/ckodex-labs)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ckodex-labs/file-processor

---


# File Processor

Reads CSV, JSON, and YAML files and applies transformation pipelines. Supports streaming for large files to avoid loading entire datasets into memory at once. Returns a transformed document in the requested output format.

## Usage

Pass a file path and a list of transformations. Returns a transformed document. The transformation pipeline is defined as a list of named operations applied in sequence. Each operation receives the output of the previous step.

## Notes

This is a development version. Not yet ready for production deployment. The streaming mode is not yet implemented for all transformation types.

