← ClaudeAtlas

session_auditlisted

Scan project memory · age distribution + ungrouped count (L1 build readiness) + per-namespace entity stats · NO LLM.
chunxiaoxx/nautilus-compass · ★ 4 · AI & Automation · score 73
Install: claude install-skill chunxiaoxx/nautilus-compass
# session_audit Pre-L1-build readiness check · before triggering `cli_self_evolve --all`, this skill tells you which projects have enough ungrouped sessions to make L1 collapse worthwhile (threshold default 3 in self_evolve). ## When to use - Pre-L1-build: which projects should I run self_evolve on? - Memory health: are sessions piling up uncollapsed? - Entity graph: how many `[[ns/name]]` links across the corpus? ## Why codified - 3 distinct call-sites already (CLI / self_evolve / paper3 metrics) - Single pure-Python scan · O(N) over .md files · deterministic - Reused by lifecycle_report internally (DRY)