From session-cartographer
Open the Session Cartographer Explorer web UI for visual browsing of session history.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-cartographer:cartoThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the Explorer web app for the human to browse session history visually.
Launch the Explorer web app for the human to browse session history visually.
cd "${CLAUDE_PLUGIN_ROOT}/../../explorer" && npm run dev &
sleep 3
open "http://127.0.0.1:2527/"
If the user provides a query, open with it pre-filled:
cd "${CLAUDE_PLUGIN_ROOT}/../../explorer" && npm run dev &
sleep 3
open "http://127.0.0.1:2527/?q=<query>"
The Explorer is a tool for the human, not the agent. Start it, open the browser, and tell the user it's ready.
/carto
/carto shader
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub andyed/session-cartographer --plugin session-cartographer