drift_summarylisted
Install: claude install-skill chunxiaoxx/nautilus-compass
# drift_summary
Read `~/.claude/plugins/nautilus-compass/.cache/drift_history.jsonl` (or
override path) and aggregate the last N days of drift events.
## When to use
- Weekly review: "where am I drifting recently?"
- Pre-ship audit: "any red alerts in the last 24h?"
- Anchor reset: "what's the top neg-hit signal across recent prompts?"
## Why codified (not prototype)
- 7+ runs over multiple weeks (5/04, 5/12, 5/17 etc · 每次 user 问 drift 摘要)
- Pure read-only · no side effects · cannot regress
- Deterministic output schema · easy to assert in smoke tests