Interactive Mind Map Visualizes Claude Tool Ecosystem

A developer has built an interactive mind map to help track the Claude tool ecosystem, addressing confusion about where features live across different interfaces.
Motivation and Purpose
The creator needed to convey information to their company for a Cowork rollout but kept losing track of:
- What features exist in Chat, Cowork, and Code
- Which connectors work in which tool
- What's shared versus unique between tools
- Pricing differences between plans
The creator notes this complexity is unlikely to simplify over time as new features and services are announced.
Technical Implementation
The mind map is implemented as:
- A single HTML file using D3.js
- Standard mind map interaction patterns: click nodes to expand/collapse, hover for details
- Details include pricing, platform availability, and feature specifics
Availability and Notes
The live version is hosted at: https://jeffreyfudge.github.io/claude-ecosystem-mindmap/
Important notes from the creator:
- Built with Claude's assistance but under the creator's direction
- Creator has done their best to QA everything but acknowledges potential inaccuracies
- Not mobile-friendly
- All feedback welcomed
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code CLI Toolkit: Four Tools for Code Review, Project Briefs, Auto-Journaling Git Hooks
A developer has released four CLI tools built around Claude Code's print mode that handle code reviews, project brief generation, auto-journaling git hooks, and Claude session status. The tools use existing Claude Code authentication and are available as open source.

AgentCrawl Update Adds Critical Crawler Features and Enhancements
AgentCrawl's latest update introduces features like robots.txt compliance, disk caching, resumable crawls, and structured metadata extraction, turning it into a more robust and production-ready tool.

Free pharmacovigilance signal detection tool built with Claude Code
A developer used Claude Code to build a free pharmacovigilance platform that analyzes 2.9 million FDA adverse event reports, running statistical signal detection that commercial platforms charge $50K-500K/year for. The tool is hosted for free on HuggingFace.

Claude Code Skill /council Runs Prompts Across 4 AI Models in Parallel
A Claude Code skill called /council sends any prompt to GPT, Claude, Gemini, and Grok simultaneously in about 7 seconds, then uses Gemini to synthesize the best response by identifying specific improvements from the other models.