·external-integration-patterns
</>

external-integration-patterns

phrazzld/claude-config

可靠的外部服务集成模式:环境验证、健康检查、错误处理、可观察性。在集成 Stripe、Clerk、Sendgrid 或任何外部 API 时调用。

7安装·1热度·@phrazzld

安装

$npx skills add https://github.com/phrazzld/claude-config --skill external-integration-patterns

SKILL.md

External services fail. Your integration must be observable, recoverable, and fail loudly.

Silent failures are the worst failures. When Stripe doesn't deliver a webhook, when Clerk JWT validation fails, when Sendgrid rejects an email — you need to know immediately, not when a user complains.

Validate environment variables at module load, not at runtime. Fail immediately with a clear message.

可靠的外部服务集成模式:环境验证、健康检查、错误处理、可观察性。在集成 Stripe、Clerk、Sendgrid 或任何外部 API 时调用。 来源:phrazzld/claude-config。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/phrazzld/claude-config --skill external-integration-patterns
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 external-integration-patterns?

可靠的外部服务集成模式:环境验证、健康检查、错误处理、可观察性。在集成 Stripe、Clerk、Sendgrid 或任何外部 API 时调用。 来源:phrazzld/claude-config。

如何安装 external-integration-patterns?

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

这个 Skill 的源码在哪?

https://github.com/phrazzld/claude-config