Claude CodeModelsToolsOpen SourceImage and VideoAudioAgentsAppsResearchPeopleCompanies

News / Tools

Tools 20 items

All Tools stories, newest first. Every card links to a TLDR page with the original source.

lore: GitHub-style sharing for Claude Code sessions

A team tool that visualizes and shares Claude Code conversation threads: decision maps, team presence, and RAG over all threads to ask how a feature was built. Aims at the 'did you even read your own PR' review problem.

/r/ClaudeAI

How to turn any non-fiction book into a Claude skill

A 6-step method distills a book's repeatable framework into a SKILL.md slash command using five extraction questions. Only books with numbered-step frameworks work; big books split into diagnose and apply skills.

/r/Agent_AI

I built a free Google search MCP that actually works

`google-surf-mcp` - TS/Playwright stealth MCP, no API key. 4 tools: `search`, `search_parallel`, `extract(url)`, `search_extract(query)` (search + article extraction in one call). Auto CAPTCHA recovery: Chrome opens v...

/r/MCPservers

Twitter just dropped an official MCP server

Official MCP server from X's developer platform org (`xdevplatform`). 150+ tools covering posts, search, DMs, user ops, bookmarks, analytics. Python/FastMCP, runs on localhost:8000/mcp. Key feature: tool allowlist - d...

/r/StartupMind

MCP decision trees versus static skill files

Static SKILL.md files dump full context up front and cause drift in complex workflows. The alternative: encode workflows as MCP-delivered decision trees where the agent sees one step at a time and server-side logic.

/r/MCPservers