rust-worksrust-worksOfficialยท9 Agent Skills Included

succinctly

Fast JSON, YAML, and CSV querying with minimal memory

Queries JSON, YAML, and CSV files using jq and yq syntax while using 18-46x less memory than traditional parsers. Builds lightweight structural indexes instead of full document trees, so large files process fast without heavy RAM usage. Includes command-line tools, benchmark runners, and strict validation to speed up everyday data extraction tasks.
npx skills add rust-works/succinctly --all -g -y
Available:

Tells your AI agent which specialized sub-skill to invoke based on trigger words like benchmark, SIMD, test, or commit message when working in this codebase.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install succinctly?โ–ผ

Run `npx skills add rust-works/succinctly --all -g -y` in your terminal to install all skills in this suite globally.

What is succinctly used for?โ–ผ

It is a high-performance Rust library and CLI for querying JSON, YAML, and CSV files with jq/yq-style syntax while using far less memory than standard parsers.

How is succinctly different from jq and yq?โ–ผ

It builds a lightweight structural index instead of a full document tree, making queries 1.2-5.2x faster with 4-14x less memory on most workloads.

Does succinctly work with Claude Code?โ–ผ

Yes. The included skills follow the standard SKILL.md format and auto-trigger in Claude Code based on keywords like benchmark, SIMD, or commit message.

Can succinctly run on ARM and embedded systems?โ–ผ

Yes. It supports ARM NEON and x86 SIMD acceleration, and its no_std compatibility lets it run in embedded and WASM environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’