calendar-agentlisted
Install: claude install-skill Anlo-Ventures/skills-and-agents-library
# Calendar Agent
## What this does
Reads a calendar export and a folder of entity files you already keep (people, organizations, other
meetings — the same folder `meeting-scribe` writes to), then produces one dated prep brief per
upcoming event. Each brief names every attendee and company on that event as matched, unmatched, or
ambiguous, and for every match it surfaces the entity's prior mention history — not just the fact that
a match happened. It never guesses who "sounds like" a tracked entity, and it never writes anything
back to an entity file. This is a read-only skill: it reports what you already know, dated to the
meeting you're about to walk into.
Inspired by USV's Calendar Agent: https://blog.usv.com/meet-the-agents — USV built it to open each day
already knowing what's been said about the people and companies on the calendar. This is our own
generic version, not their code: any team that keeps files on people, organizations, or projects can
point this at a calendar export and get the same shape of output.
## When to use it
Use this before a meeting happens, to walk in prepared. It reads the entity folder; it never writes a
mention to it. If you want the after-the-fact counterpart — turning a transcript into a dated meeting
note, appended mention lines, and a draft recap email once the meeting is over — use `meeting-scribe`
instead, see the `meeting-scribe` skill. The two are complementary and
share one entity folder: run `calendar-agent` before a meeting to p