Librarian

Inspired by USV's Librarian agent (https://blog.usv.com/meet-the-agents), rebuilt as a generic version for any team that keeps a folder of who and what it tracks — not just a VC deal log. Reads every meeting note already sitting in the same entity folder meeting-scribe writes to, groups them by recurring idea, and reports as a theme only an idea that shows up in at least two distinct meeting notes. A single mention in one meeting is never reported as a theme, and a run that finds nothing above the bar says so plainly rather than padding the output. Every theme carries a working title, a short draft post body, and a Sources list naming every meeting note and quote it's grounded in. It never re-matches a name against the entity folder, never writes to people, organizations, or meeting files, and never publishes anything — every draft is a local markdown file for a human to review, edit, and post themselves. Includes an eval contract with self-tests covering the two-meeting theme bar, the lookback window, and the never-publishes boundary.

First-party, by Skills and Agents Co

September 4, 2026

Install

Simple install — no setup required

1

Open the Claude desktop app and go to the Project you want this in

2

Go to Code, then Customize, then click Create a new skill and upload the skill file below

3

Say a trigger phrase to activate it

The skill file
Download
Or install with the CLInpx skills add skills-agents-co/skills-and-agents-library/librarian

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.

Inspired by USV’s Librarian agent — USV built theirs to surface recurring threads across a VC deal log. This is a generic, independently built version, not their code: any team that keeps files on people, organizations, or meetings can point this at the entity folder and get the same shape of output.

Reads every meeting note already sitting in the same entity folder meeting-scribe writes to, groups them by recurring idea, and reports as a theme only an idea that shows up in at least two distinct meeting notes (configurable). Each theme gets a working title, a short draft post body, and a Sources list naming every meeting note and quote it’s grounded in — no quote, no theme. A single mention in one meeting is never reported as a theme, and a run that finds nothing above the bar says so plainly rather than padding the output. By default it reads the last 90 days of meeting notes; anything older is excluded and named in the run summary rather than silently dropped. It’s read-only against the entity folder and never publishes anything — every draft lands under its own posts folder for a human to review, edit, and post themselves.

View full SKILL.md on GitHub