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
Installs
2
GitHub Stars
186
First Seen
Feb 13, 2026
data-processing — neversight/skills_feed