From session-cartographer
Orient on a project or project family. Shows recent activity, milestones, and commits from event logs.
npx claudepluginhub andyed/session-cartographer --plugin session-cartographerThis skill is limited to using the following tools:
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
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