jqschema

Installation
SKILL.md

jqschema - JSON Schema Discovery

A utility script is available at /tmp/gh-aw/jqschema.sh to help you discover the structure of complex JSON responses.

Purpose

Generate a compact structural schema (keys + types) from JSON input. This is particularly useful when:

  • Analyzing tool outputs from GitHub search (search_code, search_issues, search_repositories)
  • Exploring API responses with large payloads
  • Understanding the structure of unfamiliar data without verbose output
  • Planning queries before fetching full data

Usage

# Analyze a file
cat data.json | /tmp/gh-aw/jqschema.sh

# Analyze command output
Related skills
Installs
1
Repository
github/gh-aw
GitHub Stars
4.4K
First Seen
4 days ago