bridger
01Plugin Claude Code
Let two Claude Code sessions talk to each other: named peers, file-based message threads, ask/answer with full live context.
Plugin Claude Code
Let two Claude Code sessions talk to each other: named peers, file-based message threads, ask/answer with full live context.
Command
Ask a peer session a question and wait for its answer.
Command
Show the full message history with a peer.
Command
Open the read-only web view of peers, threads and bus health.
Command
List bridger peers — who is addressable, where, and what they're doing.
Command
Register this project directory as a named bridger peer.
Command
Send a message to a peer session.
Command
Show bridger identity, peers, and unread message counts.
Command
Wire the always-visible bridger peer-name statusline badge.
Skill Claude CodeCodex
Coordinate with another Claude Code session over the bridge — discover peers, ask them, answer their questions — INSTEAD of guessing or asking the user. Trigger this the moment the task depends on something another repo's session knows: a dependency/library that changed and this code consumes it, an API or schema…
Plugin Claude Code
Claude Code plugins by Houssem Djeghri.
Instructions file
Claude Code instructions for HoussemDjeghri/self-review, covering self-review — working notes for this repository, plugin/ is the product; everything beside it is not, ./test.sh is the gate, claims in the docs are enforced, not asserted and releasing.
Plugin Claude Code
Review every code change before the turn ends: fresh-context reviewer agents, a verified finding standard, honest convergence, and a measured token budget — enforced by a Stop hook, graph-aware when you have a code graph, zero-cost when you don't.
Agent
Reviewer for angle X of the self-review loop. Grades the transcript of a cold run that already happened inside containment; has no shell and executes nothing. Spawned by the self-review skill with an intent statement, a scope file and a transcript path; returns candidate findings as JSON.
Agent
Read-only reviewer for one angle of the self-review loop. Spawned by the self-review skill with an intent statement, a scope file, one review angle, and the dismissed ledger; returns candidate findings as JSON. Never edits files.
Agent
Read-only adversarial verifier for the self-review loop. Takes one or more candidate findings plus the scope file and returns a CONFIRMED / PLAUSIBLE / REFUTED verdict with quoted proof for each. Never edits files.
Skill Claude CodeCodex
Convergent multi-agent review of work you just produced — code, docs, configs, skills, plans, commit text, chat answers. Use after finishing any task that wrote or changed code, before reporting done (the Stop gate arms for code files only — prose, config, data and asset changes are reviewed on demand); whenever the…