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

Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries
A new ClawHub skill called Agent Times enables AI agents to answer real-time queries about news, weather, and cryptocurrency prices. Installation is via npx clawhub install agenttimes, and it provides access to 228K+ articles from 3,576 feeds with sentiment scoring and entity extraction.

EctoLedger: Open-source microVM sandbox for local AI agents with terminal access
EctoLedger is an open-source runtime firewall and ledger that provides microVM isolation for local AI agents with terminal access, running four prevention layers before executing commands in Apple Hypervisor.framework (macOS) or Firecracker microVM (Linux) environments.

Bio-Inspired Memory System for Local LLMs: LTP and Selective Oblivion Implementation
A developer built a local MCP server implementing bio-inspired memory mechanics including Long-Term Potentiation reinforcement, selective oblivion decay, and weekly consolidation cycles. The system uses hybrid search with sqlite-vec and text fallbacks, non-blocking architecture with asyncio executors, and maintains state via a persistent 'Soul' file.

Real-time stock analysis added to Claude Desktop via MCP server
A developer built an MCP server called agent-toolbelt that adds real-time stock analysis capabilities to Claude Desktop and Claude Code, providing live data for investment analysis instead of Claude's training data guesses.