# Streaming Protocol Check

> Check streaming protocol consistency across all producer and consumer services. Trigger when modifying code related to streaming, SSE, WuKongIM, json-render, or MixedStreamParser — lists all files in tgo-ai (producer), tgo-api (relay), tgo-web, tgo-widget-js, and tgo-widget-miniprogram (consumers) that handle the same protocol and may need coordinated updates.

- Skill: `tgoai/streaming-protocol-check` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tgoai/streaming-protocol-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tgoai/streaming-protocol-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tgoai (https://skillmd.com/u/tgoai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tgoai/streaming-protocol-check

---


# streaming-protocol-check

## Purpose
Check streaming protocol changes for consistency across all consuming services.

## Trigger
When streaming, SSE, WuKongIM, or json-render code is modified.

## What it does
1. Detects changes in streaming-related paths
2. Lists all files across services that handle the same protocol
3. Highlights potential inconsistencies

## Usage
```bash
bash .skills/streaming-protocol-check/scripts/check.sh
```

