Skip to main content
Back to registry

nosql-expert

sickn33/antigravity-awesome-skills

This skill provides professional mental models and design patterns for distributed wide-column and key-value stores (specifically Apache Cassandra and Amazon DynamoDB).

Installs159
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill nosql-expert
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill provides professional mental models and design patterns for distributed wide-column and key-value stores (specifically Apache Cassandra and Amazon DynamoDB). Unlike SQL (where you model data entities), or document stores (like MongoDB), these distributed systems require you to model your queries first . The Golden Rule: In SQL, you design the data model to answer any query. In NoSQL, you design the data model to answer specific queries efficiently. You typically cannot "add a query later" without migration or creating a new table/index. Process: Data is distributed across physical nodes based on the Partition Key (PK) . Within a partition, data is sorted on disk by the Clustering Key (Cassandra) or Sort Key (DynamoDB) . Primary use: DynamoDB (but concepts apply elsewhere) Storing multiple entity types in one table to enable pre-joined reads.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nosql-expert do?

This skill provides professional mental models and design patterns for distributed wide-column and key-value stores (specifically Apache Cassandra and Amazon DynamoDB).

Is nosql-expert good?

nosql-expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does nosql-expert work with?

nosql-expert currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to nosql-expert?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install nosql-expert?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill nosql-expert

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering