responding-to-notifications

Installation
SKILL.md

Responding to Notifications

When to Check

  1. Start of every session - First action
  2. After completing a task - Before moving on
  3. Periodically during long sessions - Every 30+ minutes

How to Check (Bulk Queue Workflow)

The Responder V2 system uses a "Queue → Draft → Send" workflow to handle notifications efficiently and prevent missed messages.

1. Queue Notifications

Fetch unread mentions/replies and save them to a local draft file:

uv run python -m tools.responder queue

This creates/updates drafts/queue.yaml.

Installs
14
GitHub Stars
23
First Seen
Feb 13, 2026
responding-to-notifications — cpfiffer/central