$npx -y skills add Kyure-A/agent-skills-nix --skill rewrite-skillRun jq to process JSON:
| 1 | # Rewrite Test Skill |
| 2 | |
| 3 | Run jq to process JSON: |
| 4 | |
| 5 | jq '.key' input.json |
| 6 | |
| 7 | You can also pipe: cat file.json | jq '.key' |
| 8 | |
| 9 | Already local: ./jq --help |
| 10 | |
| 11 | Run bunx for multi-binary package coverage: |
| 12 | |
| 13 | bunx --version |