Lore — Share your AI coding sessions
Run /share inside any Claude Code session and Lore turns it into a URL your team can read: prompts, tool calls, diffs. Built by Tanagram.
What is Lore?
Lore is infrastructure for working with coding-agent threads. It preserves the context behind useful threads, makes those threads searchable, and enables several use cases built on top of this data.
Lore is made up of three components:
- A CLI (
@tanagram/cli) that finds and uploads threads, and provides a local interface to Lore's APIs.
- A collection of skills (installed through the CLI) for sharing and working with threads directly inside coding agents.
- A web service for browsing your threads and managing federated sharing permissions.
Quickstart
- Install the CLI:
npm install -g @tanagram/cli
- Login:
tanagram lore login
- Run
/share inside a Claude Code session to get a shareable URL.
- Have your teammates sign up — users with the same email domain are automatically added to your workspace.
What Lore is for
- Sharing AI coding sessions — drop a Lore URL on a PR, in Slack, or in the group chat and your team sees the whole thread end-to-end.
- Building a searchable library of valuable agent threads across an individual or workspace.
- Skill development — see how users actually invoke your skill or plugin in real Claude Code sessions, instead of inferring from copy-pasted screenshots.
- Recruiting — see how a candidate prompts, debugs, and recovers, not just what they ship. See Lore for Recruiting.
Privacy
Threads default to private (visible only to you). Two other modes:
workspace — visible to teammates with the same email domain.
public — visible to anyone with the URL.
You can change visibility, trim messages, rename a session, or delete any Lore URL at any time.
Pricing
- Free — $0 / month. Thread uploads, public links (3-day TTL), workspace membership.
- Creator — $29 / month. Permanent shared links plus the Skills tab.
- Team — $19 per seat / month, minimum 2 seats. Workspace-wide thread sharing and the Review feature (beta).
Machine-readable pricing for AI agents: /pricing.md. Subscriptions cancel at the end of the current billing period; existing Lore URLs keep working at your current tier until the period ends.
Frequently asked questions
Is my session private by default?
Your Lore exports are unlisted by default — only people with the link can see them. Public, workspace, and private modes are all available. Free-tier links expire after 3 days; Creator and Team links live forever.
Do you store my code?
We store the session content you choose to export. You can trim messages, rename the title, and mark a session private before publishing. You can delete any Lore URL at any time.
How do I export a session?
Run /share inside any Claude Code session. Lore exports the thread and returns a lore.dev URL. No install — /share is a Claude Code skill.
Can I cancel anytime?
Yes. Subscriptions cancel at the end of the current billing period. Your existing Lore URLs keep working at your current tier until the period ends.