Claude Code Glow
Description
An ambient screen-border glow that tells you when Claude Code is waiting on you.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-glow
An ambient screen-border glow that tells you when Claude Code is waiting on you.
The edges of your screen glow soft orange whenever Claude Code is blocked on your input — a finished turn, a permission prompt, an `AskUserQuestion`, or an MCP elicitation dialog. The glow clears the moment you unblock it — either by taking an action in the terminal, or simply by focusing a terminal window (so you can acknowledge the signal without losing context at the end of the day). No notifications, no dock bouncing, no context switch — just a peripheral-vision signal so you can work in another window and know the instant Claude needs you.
Requirements
- macOS
- Hammerspoon (
brew install --cask hammerspoon) - Claude Code
jq(brew install jq)
Install
git clone https://github.com/noahkirsch/Claude-Code-Glow
cd Claude-Code-Glow
./install.sh
Then restart Claude Code so it picks up the new hook wiring.
The installer:
- Copies
ClaudeGlow.spooninto~/.hammerspoon/Spoons/ - Appends a one-liner to
~/.hammerspoon/init.luathat loads and starts the Spoon - Merges the Claude Code hook wiring into
~/.claude/settings.json(a timestamped backup is saved alongside) - Reloads Hammerspoon
It is safe to re-run; steps already applied are skipped.
Uninstall
./uninstall.sh
Removes the Spoon, the loader lines, and the hook entries. Backups are saved.
How it works
Hammerspoon draws a full-screen transparent canvas with a stack of stroked rectangles at decreasing alpha — a soft gradient band around the edges of every connected display. The canvas sits at the `overlay` window level, ignores clicks, and joins all Spaces so you see it everywhere.
Claude Code hooks fire `open
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11