一键导入
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