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

Claude Code Plugin for D&D Campaigns Using Markdown State Tracking
A Claude Code plugin uses markdown files to track campaign state and lets Claude act as Dungeon Master for solo D&D sessions. The system is free and open-source, requiring installation as a plugin followed by the /claude-dnd:new-campaign command to start.

Reframe slash command for Claude Code applies cognitive science technique to problem-solving
A developer created a /reframe slash command for Claude Code that implements a cognitive science technique called distance-engagement oscillation. The approach was tested across three open-weight LLMs with 50 problems and consistently outperformed other methods.

Distillery: A Claude Code Plugin for Persistent Team Context
Distillery is a plugin for Claude Code that provides teams with shared, persistent context across sessions and people. Version 0.2.0 adds hybrid search, auth audit logging, and uv support.

Offload Routine Claude Code Work to Gemma via offload-mcp MCP Server
offload-mcp is a new MCP server that lets Claude offload routine tasks like commit messages and PR summaries to free model APIs (default Gemma via Google GenAI API), saving Claude tokens and running lightweight work without local hardware constraints.