Nushell Data Processing Expert knowledge for structured data processing using nushell, a shell that treats data as tables rather than text streams. When to Use This Skill | Use this skill when... | Use jq-json-processing instead when... | |---|---| | Performing multi-step transforms across JSON, YAML, CSV, TOML | The input is JSON only and a single jq expression suffices | | Aggregating, grouping, or visually exploring tabular data | The pipeline runs in CI on a minimal image without nushell | | Combining multiple files into one cross-file analysis | Stdin-piping small payloads from or | | Us…