Compass Chrome Extension Adds Navigation Tools to Claude and ChatGPT

A developer has released Compass, a Chrome extension designed specifically for Claude and ChatGPT to address navigation issues in long conversations. The tool was built using Claude Code throughout the development process, from brainstorming features to debugging edge cases in content scripts.
Problem Solved
The developer created Compass after experiencing difficulty tracking context in extended Claude chats, including losing track of conversation threads, forgetting previous questions, and constantly scrolling up and down.
Key Features
- Prompt Minimap — A side panel that outlines the entire conversation, allowing users to click and jump to any point instantly
- Sticky Scroll Headers — Keeps prompts pinned at the top of the screen while scrolling through long responses
- Session Checklists — Enables users to tie to-do items directly to conversations to track requirements and follow-ups
- Prompt Builder — Provides structured templates for Coding, Writing, and Learning scenarios to help write better prompts
Technical Details
The extension blends natively into Claude's UI in both light and dark modes. All data is stored locally on the user's device. The developer noted that Claude was particularly helpful in figuring out how to hook into Claude's DOM without breaking on UI updates.
Availability
Compass is completely free to install from the Chrome Web Store. The extension works with both Claude and ChatGPT interfaces.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer builds MCP server connecting 18 e-commerce tools to Claude
A developer created an MCP server that integrates 18 e-commerce platforms and tools with Claude, enabling cross-referencing queries across multiple data sources. The project was primarily built using Claude Code (Opus) in days rather than months.

ClawNet: Peer-to-Peer AI Agent Network Without API Keys
ClawNet is a peer-to-peer network that allows AI agents to collaborate directly without API keys or platform fees. Installation is via a curl script, and features include a task bazaar, shell economy, and knowledge network.

Vibe Hosting: Claude Code MCP Integration for AI-Assisted Deployment
NameOcean's Vibe Hosting platform integrates Claude Code MCP to build and deploy projects through natural language commands. The service offers free SSL, domains, DNS, and VPS setup for static sites, Node.js, Python, Django, and Go applications.

Microsoft Teams SDK Adds HTTP Server Adapter for Existing AI Agents
The Microsoft Teams SDK now includes an HTTP server adapter that lets developers connect existing AI agents to Teams without rewriting their code. It works with LangChain chains, Slack bots, and Azure Foundry deployments by injecting a POST /api/messages endpoint into existing Express servers.