Procedure
Install jq and yq
Install jq (jqlang) and mikefarah/yq via package managers or official binaries, then verify with jq --version and yq --version.
Install jq per https://jqlang.github.io/jq/download/ : macOS brew instal
Install jq per https://jqlang.github.io/jq/download/ : macOS brew install jq ; Linux apt/dnf/pacman install jq ; Windows winget install jqlang.jq (or scoop/choco). Install mikefarah yq per https://github.com/mikefarah/yq/#install : brew install yq ; winget install --id MikeFarah.yq -e ; or Linux package/snap/binary from that page. Prefer mikefarah/yq over pip install yq (kislyuk) which conflicts on the same command name.
Open a new terminal so both tools are on PATH. Confirm yq --version ment
Open a new terminal so both tools are on PATH. Confirm yq --version mentions mikefarah if you intended the Go yq.
jq --version && yq --version
jq --version && yq --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.