Skip to main content
Back to registry

databases

mrgoonie/claudekit-skills

Unified guide for working with MongoDB (document-oriented) and PostgreSQL (relational) databases. Choose the right database for your use case and master both systems.

Installs180
Install command
npx skills add https://github.com/mrgoonie/claudekit-skills --skill databases
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Unified guide for working with MongoDB (document-oriented) and PostgreSQL (relational) databases. Choose the right database for your use case and master both systems. Use when: Best for: Content management, catalogs, IoT time series, real-time analytics, mobile apps, user profiles Best for: Financial systems, e-commerce transactions, ERP, CRM, data warehousing, analytics Database utility scripts in scripts/ : MongoDB: PostgreSQL: - Designing database schemas and data models - Writing queries (SQL or MongoDB query language) - Building aggregation pipelines or complex joins - Optimizing indexes and query performance - Implementing database migrations - Setting up replication, sharding, or clustering - Configuring backups and disaster recovery - Managing database users and permissions - Analyzing slow queries and performance issues - Administering production database deployments - Schema flexibility: frequent structure changes, heterogeneous data - Document-centric: natural JSON/BSON data model - Horizontal scaling: need to shard across multiple servers - High write throughput: IoT, logging, real-time analytics - Nested/hierarchical data: embedded documents preferred - Rapid prototyping: schema evolution without migrations - Strong consistency: ACID transactions critical - Complex relationships: many-to-many joins, referential integrity - SQL requirement: team expertise,...

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 databases do?

Unified guide for working with MongoDB (document-oriented) and PostgreSQL (relational) databases. Choose the right database for your use case and master both systems.

Is databases good?

databases does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does databases work with?

databases currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to databases?

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

How do I install databases?

npx skills add https://github.com/mrgoonie/claudekit-skills --skill databases

Related skills

More from mrgoonie/claudekit-skills

Related skills

Alternatives in Software Engineering