git404hub

what is agent-love-letters fr?

kylesnowschwartz/agent-love-letters — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · developerComplexity · 2/5Setup · easy

tl;dr

A tool that lets AI coding agents leave one-time messages for agents working in other repos on your machine.

vibe map

mindmap
  root((agent-love-letters))
    What it does
      Sends notes between agent repos
      Delivers once per session
      Injects into agent context
    Tech stack
      JavaScript
      Node.js
      Git
    Use cases
      Cross-repo agent notes
      Security fix warnings
      Project-scoped hooks
    Audience
      Developers using AI agents
      Multi-repo teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Leave a note for an agent in another repo about a security fix or breaking change.

VIBE 2

Automatically deliver a one-time message to an agent session the next time it starts.

VIBE 3

Scope letter delivery to a single project by committing the hook into its settings file.

VIBE 4

Read or write letter files by hand as plain markdown when needed.

what's the stack?

JavaScriptNode.jsGit

how it stacks up fr

kylesnowschwartz/agent-love-letters00kaku/gallery-slider-block0xkinno/vellum
Stars00
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-19
MaintenanceDormant
Setup difficultyeasyeasyhard
Complexity2/52/54/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires Node.js 18+ and a one-time hook install per machine or per project.

in plain english

agent-love-letters is a small tool that lets AI coding agents leave messages for other AI coding agents working in different projects on the same computer. If you are working with an agent in one repository and want to warn another project about something, like a security fix or a change in setup, you can ask your current agent to send a letter to that other repo. The next time an agent session starts there, whether it is Claude Code, Codex, or a tool called pi, the message is automatically added to that session's context. Each letter is delivered exactly once. It shows up the first time a new session starts in the target repository, marked clearly as a note left by an agent working elsewhere on the machine, and is not shown again in later sessions. Messages include who sent them, when, and a subject line, and multiple pending letters for the same repo are all delivered together. Setting it up takes two steps. First, on your machine, you install the tool globally and run a setup command that wires a session start hook into the coding agent harnesses you use, which lets that machine receive letters. Second, you install a matching skill into each agent you use through a separate skills tool, which teaches those agents how to send letters. Only the receiving step needs to be done once per machine, sending needs no extra setup after that. You can also scope receiving to a single project instead of the whole machine by writing the hook into that project's own settings file, which is safe to commit alongside your code. Behind the scenes, letters are stored as small markdown files inside a per recipient folder, organized using the target repository's real file path so subfolders of the same repo share one mailbox. Delivering a letter simply moves its file into a delivered folder, which is what keeps it from showing up twice. The README includes a clear security warning: because letters are inserted into an agent's context without filtering, anything with permission to write into the letters folder can effectively give instructions to your agents, so the tool is only as safe as the other processes running on your machine. The project requires Node.js version 18 or newer and includes a test suite that runs against temporary files rather than your real configuration.

prompts (copy fr)

prompt 1
Help me install agent-love-letters and wire up session-start hooks for Claude Code.
prompt 2
Explain how agent-love-letters guarantees a letter is delivered only once.
prompt 3
Show me the command to send a letter from this repo to another project on my machine.
prompt 4
What security risks does the agent-love-letters README warn about?

Frequently asked questions

what is agent-love-letters fr?

A tool that lets AI coding agents leave one-time messages for agents working in other repos on your machine.

What language is agent-love-letters written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Git.

How hard is agent-love-letters to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is agent-love-letters for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.