quaid-alerts

Detect memory alerts for Quaid's brain state and output per-line JSON.

3|3|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/quaid-app/quaid --skill quaid-alerts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quaid-alerts
Source: https://github.com/quaid-app/quaid/tree/main/skills/alerts
Command: npx skills add https://github.com/quaid-app/quaid --skill quaid-alerts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors Quaid's brain state and surfaces actionable notifications to enable timely remediation.

Core Features & Use Cases

  • Per-line stdout JSON alerts for downstream logging, dashboards, or MCP clients.
  • Supports alert types: contradiction_new, gap_resolved, page_stale, embedding_drift.
  • Deduplication and suppression windows to prevent alert fatigue.

Quick Start

Schedule the alerts cycle to run after memory updates and pipe each JSON alert line to your downstream logger.

Frequently Asked Questions about quaid-alerts

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

FAQPage Schema
How do I monitor memory state for contradictions and embedding drift?

Memory state monitoring detects contradictions, resolved gaps, stale pages, and embedding drift by running periodic alert cycles after memory updates. It outputs per-line JSON alerts to stdout for downstream logging, dashboards, or MCP clients to enable timely remediation.

How do I prevent alert fatigue from automated monitoring notifications?

Automated monitoring notifications prevent alert fatigue through built-in deduplication timing and configurable suppression windows. These mechanisms suppress repeated alerts within set periods, ensuring only actionable memory state changes surface to downstream loggers or dashboards.

Can I output JSON alerts to stdout for downstream logging and dashboards?

JSON alerts output directly to stdout as per-line objects for downstream logging, dashboards, or MCP clients. This structured format allows automated pipelines to parse and route memory state notifications like contradiction_new and page_stale efficiently.

What types of memory alerts can I detect after memory_put or memory_link operations?

Memory alerts detect four specific types after memory_put or memory_link operations: contradiction_new, gap_resolved, page_stale, and embedding_drift. Each alert type surfaces actionable brain state changes requiring timely remediation.

How do I schedule automated alert cycles after memory updates?

Automated alert cycles schedule to run after memory updates by triggering the monitoring process post memory_put or memory_link operations. Pipe each resulting JSON alert line directly to your downstream logger to capture brain state changes.

Are suppression windows configurable for memory state alerts?

Suppression windows are configurable for memory state alerts, allowing control over deduplication timing. This configuration prevents alert fatigue by suppressing repeated notifications for the same contradiction or stale page within defined timeframes.