Claude-context-mode ctx-insight
install
source · Clone the upstream repo
git clone https://github.com/mksglu/context-mode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mksglu/context-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ctx-insight" ~/.claude/skills/mksglu-claude-context-mode-ctx-insight && rm -rf "$T"
manifest:
skills/ctx-insight/SKILL.mdsource content
Context Mode Insight
Open the personal analytics dashboard in the browser.
Instructions
- Call the
MCP tool (no parameters needed, or passctx_insight
to customize).port: 4747 - The tool will:
- Copy source files to cache (first run only)
- Install dependencies (first run only, ~30s)
- Build the dashboard (~1s)
- Start a local server
- Open the browser
- Display the tool's output to the user — it contains progress steps and the dashboard URL.
- Tell the user:
- "Dashboard is running at http://localhost:4747"
- "Refresh the page to see updated metrics"
- "To stop: kill the PID shown above, or close the terminal"