# Qq

> Use this skill when the user wants to convert between data formats (JSON/CSV/YAML/HCL/TOML/XML) or query structured data from the command line.

- Skill: `javimosch/qq` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/qq`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/qq/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/qq

---

# qq Plugin
A jq-inspired interoperable format transcoder.
## Commands
- `qq self version` — Print qq version
- `qq _ _` — Passthrough to qq CLI
## Installation
```bash
brew install qq
```
## Examples
```bash
cat data.json | qq -i json -o yaml
cat config.yaml | qq -i yaml -o json
```
## Key Features
- **Multi-format** — JSON, CSV, YAML, HCL, TOML, XML
- **Pipeline-ready** — Unix pipe support
- **jq-inspired** — Familiar query syntax
- **Fast** — Written in Go

