JavaScript is disabled. Some features may not work.
ctx-insight — ★ 18.0K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

ctx-insight

★ 18K repomlN/AIntermediateClaude MCP
🤖 AI Summary

The `ctx-insight` skill launches a local personal analytics dashboard by calling the `ctx_insight` MCP tool, which copies source files, installs dependencies, builds, and starts a server on port 4747 (customizable), then opens the browser and reports the URL to the user.

How to Install

Claude Code:
git clone --depth 1 https://github.com/mksglu/context-mode.git && cp context-mode/skills/ctx-insight ~/.claude/skills/ctx-insight -r
# Context Mode Insight Open the personal analytics dashboard in the browser. ## Instructions 1. Call the `ctx_insight` MCP tool (no parameters needed, or pass `port: 4747` to customize). Optional data-dir overrides: `sessionDir`/`insightSessionDir` for `INSIGHT_SESSION_DIR`, and `contentDir`/`insightContentDir` for `INSIGHT_CONTENT_DIR`. 2. 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 3. Display the tool's output to the user — it contains progress steps and the dashboard URL. 4. Tell the user: - "Dashboard is running at http://localhost:4747" - "Refresh the page to see updated metrics" - "Dashboard stops automatically when Claude exits. To stop sooner: kill the PID shown above."

Details

Category AI/ML → ml
Sourcemksglu/context-mode
SKILL.mdView on GitHub →
Repo Stars★ 18.0K
Est. per Skill~2.0K (shared across 9 skills from this repo)
DifficultyIntermediate
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together