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

Spec27: Spec-Driven Validation for AI Agents – API-Level Testing Without Internal Access
Spec27 is a new tool from Safe Intelligence for spec-driven validation of AI agents. It tests agent behavior from the outside in, running adversarial and robustness checks against primary interfaces without needing SDKs, gateways, or internal traces.

Developer Builds Tool for Realistic Relational Database Generation
A developer built a tool that generates fully loaded relational databases with realistic data, solving the problem of creating test databases with intact foreign key relationships and cross-table consistency.

bad-ass-mcp: Free, Open Source MCP for Native Desktop GUI Control via Accessibility API
bad-ass-mcp is an open source MCP server that lets Claude and other AI agents control macOS, Windows, and Linux desktops using the native accessibility layer — no screenshots, no look-move-look loops. Free alternative to Computer Use, Operator, or UiPath.

Running Two Claude Code Agents on the Same Repo with Git Worktrees
A Reddit user details how to run multiple Claude Code agents in parallel on the same codebase using git worktrees, avoiding file conflicts and enabling independent agent sessions.