AI AGENT ADDONS

Creationix Rx Data Store

aradotso/trending-skills
Databases
838installs

RX is a special way to store and read data that looks like JSON. You encode your data once, then you can jump to any part of it without opening the whole thing. This makes it very fast and uses less computer memory.

It works like a tiny database built right into your file. You can look up items by their position or by their name. The data is also compressed so it takes up much less space than regular JSON.

Developers who work with big configuration files or need to read data quickly will find this tool helpful. It saves time and keeps your apps running smoothly.

Add Creationix Rx Data Store skill to your workflow

Global

mkdir -p ~/.claude/skills/creationix-rx-data-store

Project

mkdir -p .claude/skills/creationix-rx-data-store

Source Repository

Stars
49
Forks
11
Watchers
49
Last Push
2 months ago
Created
2 months ago