원클릭으로
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 직업 분류 기준
| 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
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.