hatch3r-cli-jq

Official

Query and reshape JSON with jq.

Authorhatch3r
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It solves the problem of extracting, transforming, and filtering JSON data without pulling large payloads into an agent’s context.

Core Features & Use Cases

  • Streamlined JSON querying: Use jq-syntax filters and selectors to precisely extract the fields you need.
  • Pipeline-friendly output: Read from stdin and write to stdout so results slot directly into shell workflows.
  • Common transformation patterns: Project fields, group and count, merge sharded JSON, and emit compact records for downstream tooling.

Quick Start

Use jq to filter PR metadata from GitHub CLI JSON output by running: gh pr list --json number,title,isDraft | jq '.[] | select(.isDraft|not) | .number'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: hatch3r-cli-jq
Download link: https://github.com/hatch3r/hatch3r/archive/main.zip#hatch3r-cli-jq

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.