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

Sponsio: Deterministic Guard Rails for OpenClaw — Blocking 'Legal but Wrong' Tool Calls
Open-source tool that sits at the tool boundary, evaluating each call with temporal logic contracts (~0.14ms p50). Prevents agents from editing files outside the working directory, force-pushing, or running migrations against the wrong database.

Automate daily briefings into personal Spotify podcasts with OpenClaw and the Save to Spotify CLI
OpenClaw runs daily at 7am, pulls Slack threads + GitHub notifications + calendar, summarizes into mp3, and uploads as a private episode via the Save to Spotify CLI. Works on Free and Premium.

Prism MCP v2.1 adds persistent memory to Claude sessions
Prism MCP v2.1.0 'The Mind Palace' provides persistent session memory for Claude, eliminating the need to re-explain project context. It features local SQLite storage, a visual memory browser, state rollback, and cross-client context sync.

Rift CLI: Manage Git Worktrees for Parallel AI Agent Workflows
Rift is a CLI tool that creates isolated Git worktrees and branches to run multiple AI coding agents like Claude Code simultaneously on the same repository. It includes lifecycle hooks, deterministic port mapping, and multi-editor workspace support.