Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By netresearch
Structured data manipulation with jq, yq, dasel, qsv, and mlr for JSON, JSONL, YAML, TOML, XML, and CSV processing
npx claudepluginhub netresearch/claude-code-marketplace --plugin data-toolsAI agent skill for structured data manipulation. Teaches agents when and how to use dedicated tools instead of fragile text processing (grep/sed/awk) on structured formats.
| Tool | Format | Use Case |
|---|---|---|
| jq | JSON | Query, filter, transform JSON data |
| yq | YAML | Edit CI configs, docker-compose, K8s manifests |
| dasel | JSON/YAML/TOML/XML | Universal selector, format conversion |
| qsv | CSV/TSV | Fast data exploration, filtering, analysis |
| mlr | CSV/TSV/JSON/JSONL/PPRINT/XTAB/NIDX | Name-indexed records, DSL stats/joins, in-place edits |
Never use grep, sed, or awk on JSON, YAML, TOML, XML, or CSV data. These tools treat structured data as flat text and break on multi-line values, nested structures, quoted strings, and encoding differences.
Add the Netresearch marketplace once, then browse and install skills:
# Claude Code
/plugin marketplace add netresearch/claude-code-marketplace
Install with any Agent Skills-compatible agent:
npx skills add https://github.com/netresearch/data-tools-skill --skill data-tools
Download the latest release and extract to your agent's skills directory.
git clone https://github.com/netresearch/data-tools-skill.git
composer require netresearch/data-tools-skill
Requires netresearch/composer-agent-skill-plugin.
npm install --save-dev \
@netresearch/agent-skill-coordinator \
github:netresearch/data-tools-skill
Requires @netresearch/agent-skill-coordinator, which discovers the skill in node_modules and registers it in AGENTS.md via a postinstall hook. For pnpm, also allowlist the coordinator's postinstall:
{
"pnpm": {
"onlyBuiltDependencies": ["@netresearch/agent-skill-coordinator"]
}
}
skills/data-tools/
SKILL.md # Main skill file (tool selection, patterns, anti-patterns)
references/
jq-cookbook.md # Comprehensive jq patterns
yq-cookbook.md # YAML manipulation patterns
dasel-cookbook.md # TOML/XML/universal selector patterns
csv-processing.md # qsv workflows and recipes
mlr-cookbook.md # Miller for JSONL, DSL, stats, joins
This project uses split licensing:
See the individual license files for full terms.
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Query, transform, and convert structured data files (JSON, YAML, TOML, XML, CSV, HCL, INI) using dasel v3. Provides reference syntax, exploration workflows, transformation patterns, and cross-platform installation.
Blazingly fast tabular data wrangling with 51 qsv skill-based commands for CSV, TSV, Excel, JSONL, and Parquet files
Intelligent YAML validation, generation, and transformation agent with schema inference, linting, and format conversion capabilities
Agent skill for the sq CLI: SLQ and native SQL, sources and handles, output formats, inspect/diff/tbl, and per-driver notes for databases and file formats.
Skills for working with structured data using SQLite and other data tools during complex workflows and debugging
Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified. Originally from OpenAI's curated skills catalog.
Comprehensive Jira integration with auto-detection of issue keys
Generate and maintain AGENTS.md, copilot-instructions.md, and other agent rule files
Git workflow best practices with commit validation hooks
PHP 8.x modernization patterns with type safety and PHPStan
Security audit patterns (OWASP Top 10, CWE Top 25 2025, CVSS v4.0) and GitHub project security checks for any project. Deep automated PHP/TYPO3 scanning with 80+ checkpoints, 19 reference guides, PreToolUse warnings. By Netresearch.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim