スキル一覧に戻る
bendrucker

json

by bendrucker

My personal plugin marketplace and settings for Claude Code

5🍴 1📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: json description: JSON processing and handling best practices using jq. Use when working with JSON data, parsing JSON files, generating JSON output, or processing JSON from APIs. user-invocable: false

JSON

  • ALWAYS use jq for producing JSON output to ensure validity.
  • Use jq to parse JSON input. If you know the structure, use jq filters to extract specific fields. JSON is often token-heavy, so optimizing for size is important.
    • Use jq filters like keys, type, and length to inspect JSON structures.
    • When fetching from the internet, output JSON to temporary files in tmp/ directory to allow for inspection.

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です