notification-routing

Route agent notifications by type to dedicated team channels.

Updated Nov 11, 2025
One-click install
npx skills add https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator --skill notification-routing-acmeleme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notification-routing
Source: https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator/tree/main/.squad/templates/skills/notification-routing
Command: npx skills add https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator --skill notification-routing-acmeleme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notifications across squads flood channels when not filtered by type, leading to important alerts being missed or ignored and causing alert fatigue.

Core Features & Use Cases

  • Channel-based routing: map notification types to destinations to keep alerts organized and visible.
  • Publisher-subscriber style routing: agents tag messages with a channel type and route accordingly within the team.
  • Use Case: when deployments emit security alerts, tech news, and daily digests, route each category to its designated channel to reduce noise and improve response.

Quick Start

Configure routing rules to send security alerts to the security channel and releases to the release channel.

Frequently Asked Questions about notification-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route notifications by type to avoid alert fatigue in team channels?

Route notifications by type using a channel-mapping schema that directs specific alert categories to dedicated destinations. This prevents alert flood by ensuring security updates, deployments, and daily digests go to their respective channels for clearer visibility.

What is tag-based routing for team collaboration notifications?

Tag-based routing uses publisher-subscriber style cues where agents tag messages with a channel type. The notification routing system then directs each tagged message to its designated channel based on deterministic routing rules.

How do I configure routing rules to send security alerts and release notifications to separate channels?

Configure routing rules by mapping notification types to destination channels. Specify a channel-mapping schema to send security alerts to the security channel and release notifications to the release channel, reducing noise and improving response times.

Does notification routing work with provider-agnostic adapters for on-demand alert management?

Yes, notification routing uses a provider-agnostic adapter design to support deterministic on-demand routing. This allows the system to route team-based notification streams across different providers without being locked into a specific platform.

What's the best way to organize deployment alerts and daily digests to prevent missed notifications?

The best way to organize deployment alerts and daily digests is applying channel-based routing. Map each notification type to its dedicated destination channel to keep alerts organized, visible, and separated by category to prevent alert fatigue.

When should I not use channel-based routing for team notification streams?

Avoid channel-based routing when notification volume is low or when all alerts require immediate unified visibility across the entire team. Routing notifications by type separates messages, which may delay cross-category visibility if squads need consolidated alert monitoring.