Generate TypeScript code to encode and decode ClickHouse's RowBinary wire format in Node.js. This is for throughput scenarios where you're moving wide numerics, fixed-width blobs like UUIDs, or high-volume numeric columns and JSON formats are leaving performance on the table. The skill inlines DataView operations into monomorphic codecs instead of calling generic helpers in a loop. It covers readers, writers, and all three RowBinary variants. Fair warning: if your result set is mostly strings you're randomly accessing, V8's native JSON.parse with HTTP compression will likely beat a handwritten binary parser. Know when to reach for this and when not to.
npx -y skills add clickhouse/agent-skills --skill clickhouse-js-node-rowbinary --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot