← スキル一覧に戻る

relay
by violetio
AI-powered knowledge and agent plugins for Violet, compatible with Claude Code and other AI systems
⭐ 1🍴 0📅 2026年1月8日
SKILL.md
name: relay description: Relay events and notifications context
Relay Domain Context
What Is Relay?
Relay handles events, notifications, and data feeds across the Violet platform. It's the central nervous system for asynchronous communication.
Core Capabilities
Event Processing
- Kafka-based event streaming
- Event routing and transformation
- Dead letter queue handling
- Event replay capabilities
Notifications
- Webhook delivery to external systems
- Email notifications
- In-app notifications
- Notification preferences management
Feed Management
- Product feed generation
- Order feed updates
- Inventory feed synchronization
- Custom feed formats
Key Kafka Topics
| Topic Pattern | Purpose |
|---|---|
orders.order.* | Order lifecycle events |
products.product.* | Product update events |
merchants.merchant.* | Merchant account events |
fulfillment.* | Fulfillment tracking events |
inventory.* | Stock level changes |
Event Schema Pattern
{
"event_type": "order.created",
"event_id": "uuid",
"timestamp": "2024-01-01T00:00:00Z",
"version": "1.0",
"payload": {
"order_id": 12345,
"app_id": 67890
},
"metadata": {
"source": "OrderService",
"correlation_id": "uuid"
}
}
Key Repositories
| Repo | Purpose |
|---|---|
FeedManagementService | Feed generation and delivery |
NotificationService | Notification routing |
EventBridge | Event processing infrastructure |
Integration Points
- Beam: Receives fulfillment events, sends order confirmations
- Prism: Receives order events, sends inventory updates
- Channels: Webhook delivery for order/fulfillment updates
- Merchants: Store update notifications
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です