ワンクリックで
carto
Open the Session Cartographer Explorer web UI for visual browsing of session history.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Open the Session Cartographer Explorer web UI for visual browsing of session history.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Orient on a project or project family. Shows recent activity, milestones, and commits from event logs.
Recall past work across Claude Code and Codex sessions. Finds decisions, research, fixes, and conversations by intent.
Root-cause-first diagnosis gate. Forces a written hypothesis with evidence before any bug-fix code change, and logs it to the event log for later recall.
Strategic session-end preservation. Captures decisions, discoveries, and state that the automatic hooks miss.
| name | carto |
| description | Open the Session Cartographer Explorer web UI for visual browsing of session history. |
| allowed-tools | ["Bash"] |
Launch the Explorer web app for the human to browse session history visually.
Resolve ROOT from CARTOGRAPHER_ROOT, CLAUDE_PLUGIN_ROOT, or
PLUGIN_ROOT. If none is set, derive the plugin root from this skill's
reported base directory (../.. from skills/carto); use the conventional
checkout only as a legacy fallback.
ROOT="${CARTOGRAPHER_ROOT:-${CLAUDE_PLUGIN_ROOT:-${PLUGIN_ROOT:-$HOME/Documents/dev/session-cartographer}}}"
cd "$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:
ROOT="${CARTOGRAPHER_ROOT:-${CLAUDE_PLUGIN_ROOT:-${PLUGIN_ROOT:-$HOME/Documents/dev/session-cartographer}}}"
cd "$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