一键导入
ascp-event-replay
Use when working on ASCP event payloads, session streaming, reconnect behavior, cursor handling, sequence rules, or replay semantics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when working on ASCP event payloads, session streaming, reconnect behavior, cursor handling, sequence rules, or replay semantics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when planning or beginning the Dart SDK after the TypeScript SDK establishes the first downstream reference package.
Use when documenting ASCP SDK feature work, package-shape decisions, workflow rules, or validation behavior before commit.
Use when starting or continuing ASCP SDK repository work that needs intake, feature scoping, planning, checkpointing, and drift control across sessions.
Use when creating or revising the TypeScript SDK package scaffold, typed model surface, export strategy, or schema-to-type generation approach.
Use when building or revising the TypeScript SDK transport adapters, subscription flow, method wrappers, or protocol error normalization.
Use when building or revising the TypeScript SDK validation layer, event parsing, replay helpers, or schema-backed safety checks.
| name | ascp-event-replay |
| description | Use when working on ASCP event payloads, session streaming, reconnect behavior, cursor handling, sequence rules, or replay semantics. |
Use this skill when touching the live stream side of ASCP. Events are the protocol's observable state surface, so ordering, payload stability, and reconnect semantics matter more than convenience.
EventEnvelope is mandatory for streamed events.seq should be monotonic per session stream.from_seq, from_event_id, or an opaque cursor when supportedreplay=falseThe work is complete when a reconnecting client can recover session state and continue consuming the stream without guessing ordering or event meaning.