skills/mongodb_usage/SKILL.md
This skill should be used when user asks to "query MongoDB", "show database collections", "get collection schema", "list MongoDB databases", "search records in MongoDB", or "check database indexes".
npx skillsauth add vuralserhat86/antigravity-agentic-skills mongodb_usageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the MongoDB MCP server to integrate database queries into workflows.
MongoDB MCP is configured in read-only mode. Only queries and data retrieval are supported. No write, update, or delete operations.
Use mcp__mongodb__* tools for:
mcp__mongodb__list_databasesmcp__mongodb__list_collectionsmcp__mongodb__get_collection_schemaMongoDB MCP requires:
MONGODB_URI - Connection string (mongodb://...)Configure in shell before using the plugin.
Kaynak: MongoDB Performance Best Practices
mcp__mongodb__list_databases ile erişimi doğrula.mcp__mongodb__get_collection_schema ile veri tiplerini ve yapıyı anla.list_indexes veya benzeri sorgu ile).{ field: 1 }) seç (Network ve RAM tasarrufu).$match, $group, $project pipeline'ını kur.COLLSCAN (Tam tarama) mı IXSCAN (Index tarama) mı yaptığını kontrol et.| Aşama | Doğrulama |
|-------|-----------|
| 1 | Sorgu 100ms'in altında cevap veriyor mu? |
| 2 | "In-memory sort" limiti aşılıyor mu (disk kullanımı var mı)? |
| 3 | Regex sorguları indeksin başlangıcını (anchor ^...) kullanıyor mu? |
tools
Production-tested setup for Zustand state management in React. Includes patterns for persistence, devtools, and TypeScript patterns. Prevents hydration mismatches and render loops.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
--- name: websocket_engineer router_kit: FullStackKit description: WebSocket specialist for real-time communication systems. Invoke for Socket.IO, WebSocket servers, bidirectional messaging, presence systems. Keywords: WebSocket, Socket.IO, real-time, pub/sub, Redis. triggers: - WebSocket - Socket.IO - real-time communication - bidirectional messaging - pub/sub - server push - live updates - chat systems - presence tracking role: specialist scope: implementation output-format:
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.