Signal State banner
mattbaconz mattbaconz

Signal State

Development community

Description

--- name: signal-state description: Continuous disk-backed state engine for the SIGNAL protocol keywords: - signal - state - memory - checkpoint - status --- # ⚡ signal-state This skill manages the **Continuous State Engine** for the SIGNAL protocol. It transitions the context window from an ephemeral chat history to a persistent `.signal_state.md` file on disk. ## When to use - **Start of session**: Read `.signal_state.md` if it exists. It IS your context. - **Significant actions**

Installation

Installs to ~/.claude/skills/mattbaconz-signal-signal-state/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mattbaconz-signal-signal-state && curl -fsSL https://raw.githubusercontent.com/mattbaconz/signal/HEAD/skills/signal-state.md -o ~/.claude/skills/mattbaconz-signal-signal-state/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository