·mongodb-atlas-checker
</>

mongodb-atlas-checker

shipshitdev/library

验证后端应用程序的 MongoDB Atlas 设置和配置。检查连接字符串、环境变量、连接池,并确保 Next.js 和 NestJS 应用程序的正确设置。

42安装·0热度·@shipshitdev

安装

$npx skills add https://github.com/shipshitdev/library --skill mongodb-atlas-checker

SKILL.md

Verify MongoDB Atlas setup and configuration. Identifies configuration issues, missing environment variables, incorrect connection strings, and ensures proper database setup.

| Missing MONGODBURI | Add to .env.local or .env | | Wrong protocol | Use mongodb+srv:// not mongodb:// | | Multiple connections (Next.js) | Use singleton pattern | | Connection timeout | Check IP whitelist in Atlas | | Auth failed | Verify credentials, URL-encode special chars |

For detailed setup patterns, verification scripts, and complete examples: references/full-guide.md

验证后端应用程序的 MongoDB Atlas 设置和配置。检查连接字符串、环境变量、连接池,并确保 Next.js 和 NestJS 应用程序的正确设置。 来源:shipshitdev/library。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/shipshitdev/library --skill mongodb-atlas-checker
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 mongodb-atlas-checker?

验证后端应用程序的 MongoDB Atlas 设置和配置。检查连接字符串、环境变量、连接池,并确保 Next.js 和 NestJS 应用程序的正确设置。 来源:shipshitdev/library。

如何安装 mongodb-atlas-checker?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/shipshitdev/library --skill mongodb-atlas-checker 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/shipshitdev/library