Skillsjson
J

json

JSON processing and handling best practices using jq. Use when working with JSON data, parsing JSON files, generating JSON output, or processing JSON from APIs.

bendrucker
5 stars
1.2k downloads
Updated 5d ago

Readme

json follows the SKILL.md standard. Use the install command to add it to your agent stack.

---
name: json
description: JSON processing and handling best practices using jq. Use when working with JSON data, parsing JSON files, generating JSON output, or processing JSON from APIs.
user-invocable: false
---
# JSON

- ALWAYS use `jq` for producing JSON output to ensure validity.
- Use `jq` to parse JSON input. If you know the structure, use `jq` filters to extract specific fields. JSON is often token-heavy, so optimizing for size is important.
  - Use `jq` filters like `keys`, `type`, and length to inspect JSON structures.
  - When fetching from the internet, output JSON to temporary files in `tmp/` directory to allow for inspection.

Install

Requires askill CLI v1.0+

Metadata

LicenseUnknown
Version-
Updated5d ago
Publisherbendrucker

Tags

No tags yet.