uppifyagency

Follow — Development skill for Claude Code

Development community

Stream live bridge events from a running Atomic session (what it's doing right now).

How to install Follow

Installs to ~/.claude/skills/uppifyagency-atomic-remote-follow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/uppifyagency-atomic-remote-follow && curl -fsSL https://raw.githubusercontent.com/uppifyagency/atomic-remote/HEAD/commands/follow.md -o ~/.claude/skills/uppifyagency-atomic-remote-follow/SKILL.md

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

What Follow does


description: Stream live bridge events from a running Atomic session (what it's doing right now) argument-hint: [target|auto] [seconds]

Stream the Atomic session's outbox with the Bash tool (bounded — 30 seconds by default; pass `--for ` for longer, `--for 0` streams forever):

node "${CLAUDE_PLUGIN_ROOT}/scripts/atomic-ctl.mjs" follow  --for 

Then summarize for the user what happened: turns started/settled, owners, workflow lifecycle recor

Alternatives in Development

  • Zoetrope — Watch a Claude Code session as a live flow graph, in your terminal or your browser 584 ★
  • Dario — A local OpenAI- and Anthropic-compatible proxy that brings your Claude Pro/Max subscription to Cursor, Cline 485 ★
  • Claude Code SDK TS — Configure models, enable tools, stream events, then fetch text, JSON, run details or token stats in one call v 206 ★

Full documentation available on GitHub

View Source Repository