← Back to list

json-config-helper
by jackspace
ClaudeSkillz: For when you need skills, but lazier
⭐ 7🍴 2📅 Jan 24, 2026
SKILL.md
name: json-config-helper description: Validate, format, and work with JSON configuration files
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
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
