From session-cartographer
Orient on a project or project family. Shows recent activity, milestones, and commits from event logs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-cartographer:focusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get oriented on a project before diving in. Pulls recent activity from the event logs — no git calls, no compilation, just what the hooks already captured.
Get oriented on a project before diving in. Pulls recent activity from the event logs — no git calls, no compilation, just what the hooks already captured.
Run the search script with --project and a broad recency query:
bash ~/Documents/dev/session-cartographer/scripts/cartographer-search.sh "recent activity" --project <PROJECT> --limit 20
The <PROJECT> argument supports:
session-cartographer, scrutinizer2025devtools, scrutinizer, psychodeli — expanded via project-registry.json to match all repos in the familyIf the user gives a vague name, check project-registry.json for aliases:
jq -r '.aliases | keys[]' ~/Documents/dev/session-cartographer/project-registry.json
bash ~/Documents/dev/session-cartographer/scripts/cartographer-search.sh "recent activity" --project <PROJECT> --limit 20
Present a concise orientation:
/focus scrutinizer
/focus devtools
/focus psychodeli
npx claudepluginhub andyed/session-cartographer --plugin session-cartographerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.