rush-dbrush-dbOfficialยท5 Agent Skills Included

rushdb

Schema-free graph database with semantic search and memory

Stores any JSON as a queryable graph with automatic labels, relationships, and embeddings. Replaces separate key-value, vector, and graph databases plus the glue code between them. Builds queries, aggregations, and faceted filters from live schema discovery instead of guesswork. Adds persistent, scope-filtered long-term memory to agent runtimes via MCP or native integrations.
npx skills add rush-db/rushdb --all -g -y
Available:

Gives the agent hard git safety rules and a map of the monorepo architecture, commands, and query DSL so it can work on the RushDB codebase correctly.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install RushDB skills?โ–ผ

Run `npx skills add rush-db/rushdb --all -g -y` in your terminal to install all skills in this suite globally.

What is RushDB used for?โ–ผ

RushDB is a graph database where you push any JSON and get automatic schema inference, relationship linking, and semantic search in one API. It replaces the usual combination of Redis, a vector store, and a separate graph database.

How do I give my agent persistent memory?โ–ผ

Connect the RushDB MCP server or a native runtime integration, and the agent-memory skill handles recalling past turns and storing decisions, facts, and preferences with proper authorization scoping.

Does RushDB work with Claude Code and Cursor?โ–ผ

Yes. RushDB ships an MCP server that plugs into Claude Desktop, Cursor, and Windsurf, and the skills follow the universal SKILL.md standard.

Do I need to design a schema before storing data?โ–ผ

No. You push any JSON shape and RushDB infers labels, property types, and relationships automatically, so there are no migrations or upfront schema design.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’