·data-processing
{}

data-processing

0xdarkmatter/claude-mods

使用 jq 處理 JSON,使用 yq 處理 YAML/TOML。高效過濾、轉換、查詢結構化數據。觸發條件:解析 JSON、從 YAML 中提取、查詢配置、Docker Compose、K8s 清單、GitHub Actions 工作流程、package.json、過濾數據。

14安裝·0熱度·@0xdarkmatter

安裝

$npx skills add https://github.com/0xdarkmatter/claude-mods --skill data-processing

SKILL.md

Query, filter, and transform structured data (JSON, YAML, TOML) efficiently from the command line.

| jq | jq '.key' file.json | JSON processing | | yq | yq '.key' file.yaml | YAML/TOML processing |

| Get field | jq '.key' | yq '.key' | | Array element | jq '.[0]' | yq '.[0]' | | Filter array | jq '.[] \| select(.x)' | yq '.[] \| select(.x)' | | Transform | jq 'map(.x)' | yq 'map(.x)' | | Count | jq 'length' | yq 'length' | | Keys | jq 'keys' | yq 'keys' | | Pretty print | jq '.' | yq '.' | | Compact | jq -c | yq -o json -I0 |

使用 jq 處理 JSON,使用 yq 處理 YAML/TOML。高效過濾、轉換、查詢結構化數據。觸發條件:解析 JSON、從 YAML 中提取、查詢配置、Docker Compose、K8s 清單、GitHub Actions 工作流程、package.json、過濾數據。 來源:0xdarkmatter/claude-mods。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/0xdarkmatter/claude-mods --skill data-processing
分類
{}資料分析
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 data-processing?

使用 jq 處理 JSON,使用 yq 處理 YAML/TOML。高效過濾、轉換、查詢結構化數據。觸發條件:解析 JSON、從 YAML 中提取、查詢配置、Docker Compose、K8s 清單、GitHub Actions 工作流程、package.json、過濾數據。 來源:0xdarkmatter/claude-mods。

如何安裝 data-processing?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/0xdarkmatter/claude-mods --skill data-processing 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/0xdarkmatter/claude-mods