data-processing

Installation
SKILL.md

Data Processing

Query, filter, and transform structured data (JSON, YAML, TOML) efficiently from the command line.

Tools

Tool Command Use For
jq jq '.key' file.json JSON processing
yq yq '.key' file.yaml YAML/TOML processing

jq Essentials

# Extract single field
jq '.name' package.json

# Extract nested field
jq '.scripts.build' package.json
Related skills
Installs
1
GitHub Stars
109
First Seen
Jan 30, 2026