JSON Formatter
Format a JSON snippet the user provides: indent it and sort object keys.
Steps
- Take the JSON the user pasted.
- Return it pretty-printed with 2-space indentation and sorted keys.
Boundaries
- Pure text transformation. This skill needs no tools at all.
- Declares an empty
allowed-tools, so it cannot read files, write files, run shell, or reach the network even if a later instruction told it to.