daemon-state-diagram

Generate hand-written SVG diagrams of the Cryochamber daemon state machine and item lifecycles.

32|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/GiggleLiu/cryochamber --skill daemon-state-diagram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daemon-state-diagram
Source: https://github.com/GiggleLiu/cryochamber/tree/main/.claude/skills/daemon-state-diagram
Command: npx skills add https://github.com/GiggleLiu/cryochamber --skill daemon-state-diagram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cryochamber's daemon state and lifecycle are complex; this Skill provides hand-written SVG diagrams to visualize the daemon's event loop and per-item lifecycles, making it easier to reason about behavior, timing, and transitions.

Core Features & Use Cases

  • Generates two SVG diagrams: daemon-state.svg (daemon event loop overview) and lifecycles.svg (message and reminder lifecycles).
  • No build tools required; diagrams are ready-to-embed SVGs for docs, mdBook, or GitHub previews.
  • Useful for onboarding, debugging, and communicating daemon workflows to teammates or stakeholders.

Quick Start

Run the diagram generator to produce docs/diagrams/daemon-state.svg and docs/diagrams/lifecycles.svg from the hand-written SVG template.

Frequently Asked Questions about daemon-state-diagram

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

FAQPage Schema
How do I visualize a daemon state machine and item lifecycles in SVG for documentation?

To visualize a daemon state machine in SVG for documentation, you can generate hand-written SVG diagrams that map event loops and item lifecycles using a fixed grid layout. This approach helps teams reason about daemon behavior and timing transitions without external build tools.

What is the best way to document cryochamber daemon workflows for onboarding and debugging?

The best way to document cryochamber daemon workflows is by generating ready-to-embed SVG diagrams of the event loop and message lifecycles. These visual maps of inbox processing and reminder workflows make it easier to communicate complex daemon behavior to teammates.

How do I generate daemon-state.svg and lifecycles.svg without using build tools?

You can generate daemon-state.svg and lifecycles.svg without build tools by applying a hand-written SVG skeleton template. This process outputs ready-to-embed diagrams with fixed grid layouts and validation, suitable for direct use in mdBook or GitHub previews.

Can I use hand-written SVG diagrams to map an event loop in mdBook or GitHub docs?

Yes, you can embed hand-written SVG diagrams of daemon event loops directly into mdBook or GitHub documentation. The generated SVG files are self-contained, require no external rendering dependencies, and display correctly in standard markdown previews.

Does generating daemon state diagrams require any external dependencies or build tools?

Generating daemon state diagrams requires no external dependencies or build tools. The SVG files are produced from a hand-written skeleton template, ensuring the output is immediately ready for embedding in documentation without needing a compilation step.

Why are SVG diagrams useful for debugging complex reminder workflows and inbox processing?

SVG diagrams are useful for debugging reminder workflows and inbox processing because they provide a visual state machine representation of the daemon's event loop. Mapping these lifecycles makes it significantly easier to reason about behavior, message timing, and state transitions.