jq

Community

Master JSON data with powerful parsing and filtering.

Authordisusered
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a powerful and efficient way to parse, filter, and transform JSON data, eliminating the need for manual inspection or complex scripting. It saves developers and data analysts significant time when working with API responses, configuration files, or log data.

Core Features & Use Cases

  • JSON-Native Processing: Understands JSON structure for precise queries, avoiding the pitfalls of text-based tools like grep.
  • Advanced Filtering & Transformation: Extract specific fields, reshape objects, iterate over arrays, and apply conditional logic to JSON data.
  • Integration with Other Tools: Seamlessly pipes JSON output from other CLI tools (like ast-grep) for further analysis.
  • Use Case: You receive a large JSON API response and only need to extract the name and email of users who are active. Use jq '.users[] | select(.status == "active") | {name, email}' to get exactly what you need in seconds.

Quick Start

Extract the version field from the package.json file. jq -r '.version' package.json

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: jq
Download link: https://github.com/disusered/dotfiles-universal/archive/main.zip#jq

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