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

Crit: Local-first, single-binary CLI for reviewing agent plans and diffs
Crit is a single-binary CLI that opens files or diffs in a browser with a GitHub-inspired UI, allowing multi-round feedback loops with AI coding agents — no account needed.

OpenClaw Claude Extension Updated to Use Agent SDK After Anthropic Billing Changes
An OpenClaw extension developer rewrote their Claude CLI integration to use the official claude-agent-sdk after Anthropic started detecting and reclassifying CLI usage as third-party app usage, which bills against a separate credit pool instead of Max plan limits. The SDK approach authenticates through existing Claude Code login and bills as regular Max plan usage.

Founder Operations in Claude: 19 Reusable Skills for Early-Stage Startups
A founder who exited their first startup published 19 Claude-compatible skill prompts for functions like positioning, pricing, prospecting, and copy — based on their own SOPs and Notion workflows.

Open Source Claude Skills for Product Managers: PRD Generator, User Stories, Meeting Notes
A developer has released five free Claude AI skills for product managers that generate formatted .docx files for PRDs, user stories, meeting synthesis, market research, and stakeholder updates. The tools avoid hallucinated content and use structured templates.