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

Qwen 3.5 Chat Template Release with 21 Bug Fixes for Agent Workflows
A developer has released a fixed chat template for Qwen 3.5 models, addressing 21 bugs including tool calling crashes, parallel call separation, and agent loop stability. It's a drop-in replacement tested on llama.cpp, Open WebUI, vLLM, and other platforms.

Heddle: Trust Enforcement and Audit Logging for Claude Desktop MCP Connections
Heddle is an open-source tool that adds trust tiers, access controls, and audit logging to Claude Desktop's MCP connections, allowing secure management of multiple services through a single interface with six starter packs included.

AgentSwarms: Free Hands-On Playground for Learning Agentic AI
AgentSwarms offers 5 tracks, 40+ lessons, and 30+ runnable agents for free — no setup or API keys required to start. Learn by building from prompts to multi-agent swarms.

mindpm: A Free MCP Server for Persistent Project Memory with Claude
mindpm is a free, open-source MCP server that provides Claude with a local SQLite database to track tasks, decisions, notes, and session summaries across conversations. Setup takes 30 seconds with the command: claude mcp add mindpm -e MINDPM_DB_PATH=~/.mindpm/memory.db -- npx -y mindpm.