# File Operations

> Guidance on reading, parsing, and processing various file formats (CSV, JSON, YAML) commonly used in legal and compliance tasks

- Skill: `gtynnn060110-hash/file-operations` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds add gtynnn060110-hash/file-operations`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gtynnn060110-hash/file-operations/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: gtynnn060110-hash (https://skillmd.com/u/gtynnn060110-hash)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/gtynnn060110-hash/file-operations

---


# File Operations Skill

This skill provides guidance on reading, parsing, and processing various file formats commonly used in legal and compliance tasks.

## Available Sub-skills

### [CSV Processing](csv-processing.md)
Techniques for reading, parsing, and analyzing CSV files. Useful for:
- Processing transaction records
- Analyzing compliance data
- Extracting structured information from tabular data

### [JSON/YAML Processing](json-yaml-processing.md)
Methods for parsing and manipulating JSON and YAML files. Useful for:
- Reading configuration files
- Processing structured data formats
- Extracting and transforming nested data

### [Data Transformation](data-transformation.md)
Strategies for converting between file formats and transforming data structures. Useful for:
- Converting between CSV, JSON, and other formats
- Cleaning and normalizing data
- Aggregating information from multiple files

## Quick Start

1. Identify the file format you need to process (CSV, JSON, YAML, etc.)
2. Refer to the appropriate sub-skill for detailed techniques
3. Use the provided code examples as templates for your implementation

