> modeling-nosql-data

This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design MongoDB schema", "create DynamoDB table", or similar phrases related to NoSQL database architecture. It assists in understanding NoSQL modeling principles like embedding vs. referencing, access pattern opt

fetch
$curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/nosql-data-modeler?format=md"
SKILL.mdmodeling-nosql-data

Overview

This skill facilitates the design of efficient NoSQL data models, providing guidance on schema creation, denormalization strategies, and query optimization for document and key-value databases. It helps users translate their data requirements into production-ready NoSQL implementations.

How It Works

  1. Identify Database Type: Determines the target NoSQL database (e.g., MongoDB, DynamoDB).
  2. Analyze Data Requirements: Understands the data entities, attributes, and relationships.
  3. Design Data Model: Creates a NoSQL data model based on the identified database type and data requirements, considering embedding vs. referencing and access patterns.
  4. Suggest Schema Definition: Provides a schema definition or table structure based on the designed data model.

When to Use This Skill

This skill activates when you need to:

  • Design a new NoSQL database schema.
  • Optimize an existing NoSQL data model for performance.
  • Translate relational data models to NoSQL.
  • Choose appropriate sharding keys for a NoSQL database.
  • Generate MongoDB or DynamoDB schema definitions.

Examples

Example 1: Designing a MongoDB Schema for an E-commerce Application

User request: "Design a MongoDB schema for an e-commerce application, focusing on products and customers."

The skill will:

  1. Analyze the data requirements for products and customers, considering attributes like product name, price, description, customer ID, name, and address.
  2. Design a MongoDB schema with embedded product reviews and customer order history, optimizing for common query patterns.

Example 2: Creating a DynamoDB Table for a Social Media Platform

User request: "Create a DynamoDB table for storing social media posts, considering high read and write throughput."

The skill will:

  1. Analyze the data requirements for social media posts, considering attributes like user ID, timestamp, content, and likes.
  2. Design a DynamoDB table with appropriate primary and secondary indexes for efficient querying based on user ID and timestamp.

Best Practices

  • Denormalization: Embed related data when reads are more frequent than writes.
  • Access Patterns: Optimize the data model for the most common query patterns.
  • Sharding: Choose sharding keys that distribute data evenly across shards.

Integration

This skill can be integrated with other plugins for generating code based on the designed data model, such as generating MongoDB queries or DynamoDB API calls.

> related_skills --same-repo

> agent-context-loader

PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".

> Google Cloud Agent SDK Master

Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold

> Vertex AI Media Master

Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I

> yaml-master

PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.

┌ stats

installs/wk0
░░░░░░░░░░
github stars1.6K
██████████
first seenMar 17, 2026
└────────────

┌ repo

jeremylongshore/claude-code-plugins-plus-skills
by jeremylongshore
└────────────

┌ tags

└────────────