← ClaudeAtlas

meditatelisted

Meditate mode — a stilling pass over the workspace-MIND, where the mind is your Claude Code SESSIONS (the coding chats), not your git repos. Modeled on the yogic science of calming the citta from our own corpus (Yoga Sutras, Gita). It (1) refreshes the memory layer (saṃskāras), (2) reads the session transcripts and diagnoses them — each session's sprawl, the threads tangled inside, a nirodha / stillness reading, (3) SPLITS the tangled multi-thread sessions into small per-thread "continuation chats" each with just enough context to resume, and (4) flags finished sessions (merged PRs / concluded work) and offers to archive them. Use when the user runs /meditate or says "meditate", "still my sessions", "split my chats", "reorganize my sessions into smaller chats", "calm the mind", "refresh the memories". Bilingual: Sanskrit term + English meaning. The unit is the SESSION/THREAD, not the repository.
prashantpandey-creator/claud-e · ★ 0 · AI & Automation · score 73
Install: claude install-skill prashantpandey-creator/claud-e
# /meditate — Meditate Mode (stilling the workspace-mind) **The mind is your sessions.** A single Claude Code session sprawls across many unrelated threads until it is a 35 MB tangle — that is the scattered citta (mind-field). Each thread is a vṛtti (whirl, YS 1.6). The aim is YS 1.2 — *yogaś citta-vṛtti-nirodhaḥ*, the stilling of the whirls: not deleting the work, but **separating the tangle into clean, single-pointed continuation chats**, and setting down what is already finished. > **The object is the SESSION, not the repo.** An earlier version of this skill > wrongly analyzed git repositories. That is the wrong mind. The data lives in > `~/.claude/projects/<project-slug>/*.jsonl` (one transcript per session). The > repo lens still exists as an optional adjunct (`/meditate repo`) but is NOT the > default. > **Bilingual rule (the user asked for this):** name the Sanskrit term AND its > plain-English meaning beside it — "nirodha (stilling)", "sprawl (tangle)". ## The vow WRITE only to: the active project's **memory directory** (Phase A) and **`~/.claude/meditation/`** (the readings + continuation chats). NEVER move, rename, or delete a transcript or any project file. **Authorized actions (with per-item confirmation):** - **Archive** finished sessions via `mcp__ccd_session_mgmt__archive_session` (reversible — sessions can be unarchived). Confirm each. - (Optional `/meditate repo` only) the **commit-green** protocol — `git add`+ `commit` already-green work, local onl