← ClaudeAtlas

session-intelligencelisted

Analyze the user's own local Claude Code, Codex, and Cursor coding-session history to find evidence-backed workflow patterns and safely turn approved findings into rules, skills, commands, agents, docs, notes, or statistics. Use for requests such as analyze my sessions, review how I use AI, find repeated instructions, reduce token or context waste, improve my prompts, discover documentation gaps, compare Claude/Codex/Cursor usage, mine successful workflows, measure rework or verification, check whether a rule helped, or convert a recurring pattern into a durable artifact.
mluev/vibe-os · ★ 0 · AI & Automation · score 60
Install: claude install-skill mluev/vibe-os
# Session Intelligence Improve the user's AI-assisted work from local behavioral evidence while keeping transcript text behind explicit consent. ## Non-negotiable boundaries - Never read raw transcript files into model context. Use `scripts/si.py` only. - `doctor` and `diagnose` may run without excerpt consent because their output contains no transcript text. - Never run `evidence` without explicit consent for one named finding and bounded release. - Never write history or an artifact without explicit approval. - Never treat cross-tool occurrence as an automatic confidence boost. - Never compare incompatible provider token totals or invent exact cost. - Never recommend from low-confidence, single-session, or structurally unreliable evidence. - Hook, MCP, and direct configuration mutations are out of scope in v1. Represent them as reviewed `note` recommendations only. ## Select mode and scope Modes are arguments to this one skill: `full` (default), `rules`, `docs`, `waste`, `prompts`, `success`, or `verify`. The focused `/si-rules`, `/si-docs`, `/si-waste`, and `/si-prompts` entrypoints are intentionally retained in `commands/`; they share this staged engine but each has one narrow goal. Scope is `global` or `project`. If ambiguous, ask one short choice. Project scope requires the selected project root; descendants belong to that project. Documentation extraction is project-only. Default window is 30 days. The CLI expands to 90 days only when fewer than ten usable sessi