mongodbDesign schemas, write queries, and configure MongoDB for consistency and performance.
Install via ClawdBot CLI:
clawdbot install ivangdavila/mongodbGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Design MongoDB schemas for product catalogs with embedded product variants, categories, and reviews. Use proper indexing for search filters and implement aggregation pipelines for analytics like top-selling products and customer behavior patterns.
Implement time-series data storage for IoT devices using bucketing patterns to handle high-frequency sensor readings. Create TTL indexes for automatic data expiration and compound indexes for efficient time-range queries on device metrics.
Build user profiles with embedded recent activity and referenced historical data. Design schemas for posts with comments using proper array management to prevent unbounded growth, and implement text search for content discovery.
Create atomic transaction documents with embedded line items and metadata. Implement strong consistency patterns with majority write concern for audit trails, and design indexes for date-range queries and account reconciliation.
Design HIPAA-compliant document schemas with embedded treatment history and referenced large medical files via GridFS. Implement proper indexing for patient lookup and aggregation pipelines for treatment analytics and reporting.
Build multi-tenant applications where each customer's data is isolated in MongoDB collections or databases. Use proper indexing strategies to maintain performance as customer data grows, and implement aggregation for cross-tenant analytics.
Offer MongoDB optimization and analytics services to clients. Help businesses design efficient aggregation pipelines, create proper indexes to reduce query times, and implement production-ready configurations for scaling.
Develop CMS platforms using MongoDB's flexible schema for diverse content types. Implement proper document embedding for related content, use text search for content discovery, and optimize for read-heavy workloads with appropriate indexing.
💬 Integration Tip
Ensure proper connection string configuration with retryWrites enabled, and implement appropriate read/write concerns based on your consistency requirements. Always test aggregation pipelines stage by stage before deployment.
Scored Apr 18, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Design data models for construction projects. Create entity-relationship diagrams, define schemas, and generate database structures.
MarkItDown is a Python utility from Microsoft for converting various files (PDF, Word, Excel, PPTX, Images, Audio) to Markdown. Useful for extracting structu...
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.