succinctly
Fast JSON, YAML, and CSV querying with minimal memory
All Skills in This Repository (9)
Pure Emerald Level Indicatorssimd-optimization
Optimize SIMD code paths for x86_64 AVX2/AVX-512 and ARM NEON.
skill-writing
Create and maintain Claude Code skills with a standardized SKILL.md template.
testing
Identify and address common testing anti-patterns across software projects.
yaml-semi-indexing
Parses complex YAML files using semi-indexing for fast navigation and lazy extraction.
benchmark-docs
Maintains dual-platform benchmark documentation across ARM and x86_64 architectures.
bit-optimization
Optimize bit-level rank/select operations in succinct data structures.
markdown-tables
Format Markdown tables with fixed-width columns and aligned headers.
commit-msg
Generate conventional commit messages from git diffs or staged changes.
json-semi-indexing
Index JSON documents using Interest Bits and Balanced Parentheses structures.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core