json-config-helper

Validate, format, and work with JSON configuration files

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "json-config-helper" with this command: npx skills add jackspace/claudeskillz/jackspace-claudeskillz-json-config-helper

Json-config-helper

Instructions

When working with JSON files:

  • Validate syntax with jq
  • Pretty-print with jq '.'
  • Minify with jq -c
  • Sort keys with jq -S
  • Extract values: jq '.key.subkey'
  • Filter arrays: jq '.[] | select(.name == "value")'
  • Map operations: jq 'map(.field)'
  • package.json (Node.js)
  • .mcp.json (MCP servers)
  • .vscode settings
  • Docker configs
  • jq for command-line processing
  • Suggest schema validation tools
  • Provide corrected versions
  • Find syntax errors (missing commas, quotes)
  • Validate against JSON Schema
  • Handle encoding issues

Examples

Add examples of how to use this skill here.

Notes

  • This skill was auto-generated
  • Edit this file to customize behavior

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

base-ui-react

No summary provided by upstream source.

Repository SourceNeeds Review
General

rapid-prototyper

No summary provided by upstream source.

Repository SourceNeeds Review
General

repository-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
General

hugo

No summary provided by upstream source.

Repository SourceNeeds Review