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
Cocall.ai MCP: Outbound Phone Calls with Real-Time Human Escalation
Cocall.ai is an MCP for Claude that enables outbound phone calls with a full-duplex speech-to-speech model. It can pause mid-call to ask you a specific question instead of guessing, navigate IVR, and hand off calls to you when needed.

Customizing Claude AI for Improved Feedback
Adjust Claude AI's settings to avoid excessive agreement and push for more critical thinking and practical feedback.

DIY OpenClaw Alternative Using Claude Code in Headless Mode
A developer built a Python server that sends prompts to Claude Code in headless mode, with Telegram bot access, Hammerspoon automation, and local markdown file storage for tasks, schedules, and notes.

Off Grid Mobile App Adds On-Device AI Tool Use with 3x Speed Improvement
Off Grid mobile app now enables AI models to use tools like web search, calculator, date/time, and device info entirely offline, with configurable KV cache options delivering up to 30 tokens/second on phones.