Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

eventing-hub赛事中心

Agent Skill

eventing-hub 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

198

周安装

8

GitHub Stars

公开资料未说明

下载量

62
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:eventing-hub(赛事中心)
来源仓库:https://github.com/7spade/black-tortoise
仓库路径:skills/eventing-hub
安装命令:
npx skills add https://github.com/7spade/black-tortoise --skill eventing-hub
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/7spade/black-tortoise --skill eventing-hub

简介

eventing-hub 聚焦于事件契约定义、持久化顺序及消费者安全保障。

  • 适用于 DDD 和事件溯源架构中统一事件总线的设计与治理。
  • 强制要求事件结构包含类型、载荷、元数据和语义说明,保持不可变性。
  • 使用时应参考项目内 AGENTS.md 和 DDD 指导文档,确保规范一致性。
  • 涉及生产环境事件发布时,必须严格校验事件来源和服务边界。

SKILL.md

Eventing Hub Master Guide

Intent

Describe event contracts, persistence/publish order, and consumer safety for the shared EventBus described in src/app/eventing/AGENTS.md and .github/instructions/20-ddd-event-sourcing-copilot-instructions.md.

Event Schema

  • Declare events with a Type, Payload, Metadata, and Semantics structure; keep payloads immutable and document any allowed mutations in the metadata.
  • Use a correlationId to tie related events, and assign a causationId that points to the triggering event (null only for root events).
  • Emit only typed events from the Aggregates/Application services; do not publish raw DTOs or Firebase objects.

Append → Publish → React

  • Persist every outcome (Append) before invoking the EventBus publish step; never wrap append/publish in Promise.all or parallel flows to avoid causality gaps.
  • After the append promise resolves, publish the event and let downstream stores/projections react via the global EventBus singleton.
  • Reactions should be limited to simple projections or side effects; long-running work belongs to dedicated use cases handled by the Application layer.

Causality Tracking & Immutability

  • Maintain causation/correlation IDs for every published event; log them for tracing and include them in metadata for audit tooling.
  • Treat emitted events as read-only facts; consumers may inspect but must never mutate payload or metadata objects.
  • Use Object.freeze() or deep copies when broadcasting to ensure immutability guarantees reach all subscribers.

Safe Subscriptions

  • Convert the RxJS stream behind EventBus into signals at the Application boundary using toSignal() before exposing data to Presentation stores.
  • Guard subscriptions with takeUntilDestroyed() or signal-based cleanup so that event handlers do not leak after a component/store is destroyed.
  • Prefer @ngrx/signals stores for reacting to events; their withMethods handlers should call patchState based on event payloads rather than mutating the store directly.

Validation & Monitoring

  • Validate payload schemas before append, using domain value objects to enforce invariants (Domain layer) and rejecting invalid data early.
  • Emit audit events when Append or Publish steps fail so docs/AUDIT-* trackers capture the problem context.
  • Feed causality IDs into any observability tooling to verify the Append→Publish→React chain during CI or runtime tracing.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.51%
按下载量换算24

Claude

29.38%
按下载量换算18

Cursor

19.36%
按下载量换算12

Gemini CLI

8.72%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills