Papershelf. 2026. “Repo-local semantic search for coding agents.” CLI / agent reference.

papershelf

Repo-local semantic search for coding agents

repo setup Papershelf CLI · 2026 · install + index workflow

$ npm install -g papershelf

$ cd your-repo

$ papershelf init

$ cp path/to/*.md .papershelf/docs/

$ papershelf index

agent session Agent Skill · 2026 · source-backed retrieval trace

reads .agents/skills/papershelf/SKILL.md

runs papershelf search "retry strategy" --json

finds .papershelf/docs/design.md:40-58

cites source path, lines, exact quote