json-restructure
Installation
SKILL.md
JSON Restructuring
Reshape JSON/JSONL structure — nest, un-nest, pivot, group.
When to invoke
- User wants to change the shape of JSON, not just the format.
- Examples: "group these rows by country", "flatten this nested API response", "turn this list of transactions into one object per account with transactions as a nested array".