data-tools

Installation
SKILL.md

Data Tools Skill

Critical Rule

NEVER use grep, sed, awk, or inline interpreters (python3 -c, node -e) on JSON, JSONL, YAML, TOML, XML, or CSV. Refuse and use the correct tool — text tools break on structure; inline scripts are verbose and fragile.


Key Patterns

For the general legacy-tool → modern-tool comparison (greprg, findfd, catbat, ...), see cli-tools-skill's table.

Convert: dasel -w FORMAT or yq -o FORMAT.

jq -- JSON (no in-place)

Installs
67
GitHub Stars
1
First Seen
Mar 11, 2026
data-tools — netresearch/data-tools-skill