LORE.md: An Open Standard for Extracting Structured Knowledge from AI Conversations

LORE.md is an open standard for extracting structured knowledge from AI conversations, specifically designed to address the problem of valuable insights being lost in chat logs. The standard defines a structured format that captures the durable knowledge from any AI conversation.
What LORE.md Captures
The format is designed to extract several key elements from conversations:
- Decisions with full rationale: Not just what was chosen, but the underlying assumptions that would need to change to revisit the decision
- Insights: Key realizations surfaced during conversations
- Patterns: Recurring themes or behaviors identified
- Open questions: Unresolved issues or topics for further exploration
- Next steps: Action items or follow-up tasks
All captured knowledge links together across sessions, allowing users to connect current conversations with previous discussions on the same topics.
Implementation Details
The project includes several practical components:
- System prompt: Works with any LLM - paste a conversation transcript and get structured knowledge back
- Bulk pipeline: For processing Claude data exports in volume
- Open source: MIT licensed and available on GitHub
The tool addresses the specific problem of being unable to search conversation history, connect insights across different sessions, or provide AI assistants with a comprehensive map of previously established knowledge.
This type of tool is useful for developers and researchers who regularly use AI assistants for problem-solving and want to maintain a searchable, structured knowledge base from their interactions.
📖 Read the full source: r/ClaudeAI
👀 See Also

ProofShot: CLI for AI Agents to Verify UI Code with Browser Recording
ProofShot is a CLI tool that lets AI coding agents open a browser, interact with pages, record sessions, and collect errors, then bundles everything into a self-contained HTML file for review. It works with any AI agent via shell commands and is packaged as a skill.

VibeAround: Local Daemon Connects Coding Agents to Telegram and Discord
VibeAround is a local daemon that connects coding agents like Claude Code, Gemini CLI, and Codex to IM platforms including Telegram and Discord. The tool features session handover with pickup codes to continue conversations across devices.

Open-source Claude Skill structures B2B SaaS growth knowledge for consistent AI reasoning
A developer created an open-source Claude Skill that organizes $90M ARR partnership lessons, 1,800 user interviews, and 5 SaaS case studies into structured knowledge for Claude to reference, improving output quality for complex workflows like PMF validation and GTM planning.

Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6
A developer built a multi-agent trading system using ZagiHQ for orchestration with three parallel data-gathering agents and three LLMs (GPT-5.1, Claude 4.6 Opus, Claude 4.6 Sonnet) that must agree on trades. The system filters out setups through disagreement and requires manual approval.