Agent Beacon banner
a1473838623 a1473838623

Agent Beacon

AI community

Description

๐Ÿ›ฐ๏ธ Real-time presence & collision-avoidance for parallel AI coding agents. See what every Claude Code / MCP agent is touching โ€” never let two agents clobber the same file again. Zero-dependency, 100% local.

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

๐Ÿ›ฐ๏ธ Beacon

Real-time presence & collision-avoidance for parallel AI coding agents

Run two, five, ten Claude Code sessions on the same repo at once โ€” and **never let them clobber each other's work again.**

English ยท ็ฎ€ไฝ“ไธญๆ–‡

[![npm](https://img.shields.io/npm/v/beacon-agents?color=cb3837&label=npm)](https://www.npmjs.com/package/beacon-agents) [![License: MIT](https://img.shields.io/badge/License-MIT-4c9aff.svg)](LICENSE) [![Node](https://img.shields.io/badge/node-%E2%89%A518-3fb950.svg)](https://nodejs.org) [![Dependencies](https://img.shields.io/badge/dependencies-0-3fb950.svg)](package.json) [![Works with Claude Code](https://img.shields.io/badge/works%20with-Claude%20Code-8b5cf6.svg)](https://docs.claude.com/en/docs/claude-code) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-ffb547.svg)](CONTRIBUTING.md)

Beacon live dashboard showing two agents editing the same file with an overlap warning

The problem

Running multiple AI coding agents in parallel is the new normal โ€” one session refactors the API, another writes tests, a third bumps configs. It's a huge speedup, until two of them edit the same file, or one runs `git checkout` / `git stash` and silently yanks the files out from under the others. You discover the collision only *after* work is lost.

Agents are flying blind. **They can't see each other.**

What Beacon does

Beacon is a tiny local service that gives every agent a shared, real-time picture of *who is touching what* โ€” and warns them the instant two of them overlap.

  • ๐Ÿ‘€ Mutual awareness โ€” every session reports what it's editing; others can see it live.
  • โšก Collision warnings, in-context โ€” when an agent is about to edit a file another agent is already in, Beacon injects a one-line heads-up into that agent's own context, before the edit.
  • ๐Ÿ”ช Guards risky shared-tree ops โ€” `che