·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.

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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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