sleep-cycle-debug

Diagnose and repair failures in the sleep-cycle consolidation pipeline.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jaaroncara/NH-RAG-Memory-Engine --skill sleep-cycle-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sleep-cycle-debug
Source: https://github.com/jaaroncara/NH-RAG-Memory-Engine/tree/main/.claude/skills/sleep-cycle-debug
Command: npx skills add https://github.com/jaaroncara/NH-RAG-Memory-Engine --skill sleep-cycle-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses, traces, and repairs failures in the sleep-cycle consolidation pipeline. Covers every stage from GDS graph projection through PageRank, Louvain, LTM distillation, synaptic pruning, and graph cleanup.

Core Features & Use Cases

  • Diagnose and repair failures across the end-to-end sleep-cycle consolidation workflow.
  • Validate pipeline health by inspecting projections, PageRank priors, and community detection outputs.
  • Use case: When a sleep-cycle job stalls or produces incorrect communities, run this skill to identify the failing stage and apply targeted fixes.

Quick Start

Detect and report the first failing stage in the current sleep-cycle job, then apply remediation steps as described.

Frequently Asked Questions about sleep-cycle-debug

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

FAQPage Schema
How do I debug a stalled sleep-cycle consolidation pipeline?

To debug a stalled sleep-cycle consolidation pipeline, you diagnose and trace failures across stages from GDS graph projection to LTM distillation, identifying the first failing stage and applying targeted remediation steps to restore job execution.

Why does my Louvain community detection produce incorrect clusters during graph consolidation?

Incorrect Louvain communities during graph consolidation often stem from upstream pipeline failures. Validate pipeline health by inspecting GDS projections and PageRank priors to identify the failing stage and apply targeted fixes to correct community detection outputs.

How do I trace asynchronous consolidation job failures in an episodic graph?

Tracing asynchronous consolidation job failures in an episodic graph requires integration with job state tracking and pipeline events to identify the failing stage, ensuring proper completion signaling and safe cleanup of graph management processes.

What's the best way to repair GDS projection failures in a sleep-cycle job?

The best way to repair GDS projection failures in a sleep-cycle job is to detect and report the first failing stage, then validate pipeline health by inspecting projections and PageRank priors before applying the described remediation steps.

Do I need job state tracking integration to diagnose sleep-cycle pipeline failures?

Yes, diagnosing sleep-cycle pipeline failures requires integration with job state tracking, pipeline events, and graph management to ensure proper completion signaling and safe cleanup of asynchronous consolidation jobs processing episodic graphs.

What stages are covered when diagnosing sleep-cycle consolidation pipeline failures?

Diagnosing sleep-cycle consolidation pipeline failures covers every stage from GDS graph projection and PageRank through Louvain community detection, LTM distillation, synaptic pruning, and graph cleanup to ensure end-to-end workflow health.