·service-communication-audit
{}

service-communication-audit

在分析、设计或修复服务通信方式时使用 - 特别是当通信不稳定、单向、即发即弃、缺乏背压或没有恢复路径时。涵盖服务间同步、连接生命周期、滴答率分析、故障模式映射和自愈系统的协议设计。当用户提及服务之间的不稳定、同步问题、重新连接问题或要求检查两个系统如何相互通信时使用。

7安装·0热度·@cygnusfear

安装

$npx skills add https://github.com/cygnusfear/agent-skills --skill service-communication-audit

如何安装 service-communication-audit

通过命令行快速安装 service-communication-audit AI 技能到你的开发环境

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

来源:cygnusfear/agent-skills。

SKILL.md

查看原文

Systematic audit of how services talk to each other. Not just finding broken wires — questioning whether each wire should exist, in which direction, at what rate, and what comes back.

The core principle: deep modules with simple interfaces, not webs of shallow wiring. The consumer sees one health surface, one response, one interface. The implementation behind it can be as complex as needed — the consumer doesn't know or care. Every design decision filters through: "does this expose internal wiring to the consumer, or does it stay behind the module boundary?"

The full field guide is at references/communication-audit-guide.md (40 principles). Do NOT summarize the guide in prompts — workers read it directly.

在分析、设计或修复服务通信方式时使用 - 特别是当通信不稳定、单向、即发即弃、缺乏背压或没有恢复路径时。涵盖服务间同步、连接生命周期、滴答率分析、故障模式映射和自愈系统的协议设计。当用户提及服务之间的不稳定、同步问题、重新连接问题或要求检查两个系统如何相互通信时使用。 来源:cygnusfear/agent-skills。

可引用信息

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

安装命令
npx skills add https://github.com/cygnusfear/agent-skills --skill service-communication-audit
分类
{}数据分析
认证
收录时间
2026-03-01
更新时间
2026-03-10

Browse more skills from cygnusfear/agent-skills

快速解答

什么是 service-communication-audit?

在分析、设计或修复服务通信方式时使用 - 特别是当通信不稳定、单向、即发即弃、缺乏背压或没有恢复路径时。涵盖服务间同步、连接生命周期、滴答率分析、故障模式映射和自愈系统的协议设计。当用户提及服务之间的不稳定、同步问题、重新连接问题或要求检查两个系统如何相互通信时使用。 来源:cygnusfear/agent-skills。

如何安装 service-communication-audit?

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

这个 Skill 的源码在哪?

https://github.com/cygnusfear/agent-skills