Lore: A tool that extracts structured context from AI coding conversations

What Lore does
Lore addresses the problem of re-establishing context between AI coding sessions. While CLAUDE.md files work for static project information, they don't capture what happened in previous conversations. Lore extracts structured context from AI conversations to maintain continuity.
Key features
- Paste conversations from Claude, ChatGPT, or Gemini to extract structured context
- Extracts four specific elements: decisions, TODOs, blockers, and a resume checklist
- Chrome extension captures conversations directly
- One-click context injection into your next session
Technical details
- Built entirely with Claude Code
- React + TypeScript Progressive Web App
- No backend required - everything stays in your browser
- Open source at github.com/nao-lore/lore-app
- Free to use with no API key needed
Availability
Launching on Product Hunt at https://www.producthunt.com/posts/lore-5
📖 Read the full source: r/ClaudeAI
👀 See Also

AI Team OS: Self-Driving Organization Layer for Claude Code
AI Team OS is an operating system layer for Claude Code that creates autonomous workflows where the system continues working without waiting for user prompts. It includes 22 specialized agent templates, 40+ MCP tools, and runs entirely within Claude Code subscription without external API costs.

OutClaw: GUI Installer and Manager for OpenClaw in Docker
OutClaw is a free, open-source application that installs and manages OpenClaw instances inside Docker containers. It provides a step-by-step GUI for setup, configuration, and connection to AI providers and chat channels without using the command line.

LM Studio parser bugs break Qwen3.5 tool calling and reasoning
LM Studio's server parser has three interacting bugs that silently break tool calling, corrupt reasoning output, and make models appear worse than they are. The issues affect reasoning models like Qwen3.5 and DeepSeek-R1, with one bug reported over a year ago still unresolved.

context-link v1.0.0: Local MCP server reduces Claude Code token usage by 91%
context-link v1.0.0 is a local MCP server that indexes codebases with Tree-sitter to serve Claude only the exact symbols, dependencies and structure needed, reducing token usage by 91% in specific cases and 70-80% across full tasks.