From brokk
Query JSON with jq expressions, skim XML/HTML structure with xmlSkim, and extract data via XPath with xmlSelect. For config files like package.json, tsconfig.json, and XML/HTML docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brokk:structured-dataThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use these Brokk MCP tools to query JSON configuration files and
Use these Brokk MCP tools to query JSON configuration files and XML/HTML documents.
| Tool | Purpose |
|---|---|
jq | Query JSON data with jq expressions |
xmlSkim | Get a structural overview of an XML/HTML document |
xmlSelect | Run XPath queries against XML/HTML |
jq for JSON config files (package.json, tsconfig.json, etc.).xmlSkim first to understand document structure, then xmlSelect
with XPath for targeted extraction.npx claudepluginhub brokkai/brokk --plugin brokkProcesses JSON with jq and YAML/TOML with yq to filter, transform, and query data from configs like Docker Compose, Kubernetes manifests, GitHub Actions workflows, and package.json.
Queries, filters, and transforms JSON data using jq CLI tool. Use for parsing JSON files, extracting fields, manipulating arrays/objects, and structure changes.
Transforms, manipulates, analyzes JSON: parse/validate, reshape/flatten/unnest, merge/filter/map, query (JSONPath/JMESPath), convert (CSV/YAML/XML), diff/compare.