Myelin banner
roun512 roun512

Myelin

Development community

Description

Myelin makes working with Claude Code legible. Our VS Code extension turns Claude's on-disk transcripts and memories into session timelines, a memory graph, cost dashboards, live monitoring, and permission hooks, so you always know what your agent did, what it remembers, and what it costs. Everything runs locally on your machine!

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Myelin

[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/myelin.myelin?label=Marketplace)](https://marketplace.visualstudio.com/items?itemName=myelin.myelin) [![Installs](https://img.shields.io/visual-studio-marketplace/i/myelin.myelin)](https://marketplace.visualstudio.com/items?itemName=myelin.myelin) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Sessions, memory, cost, and supervision for [Claude Code](https://claude.com/claude-code), inside VS Code.

Install from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=myelin.myelin), or from the terminal:

code --install-extension myelin.myelin

Claude Code writes everything it does to plain files under your Claude data folder: session transcripts, per-project memories, pre-edit file backups, plans, settings, and hooks. Myelin reads those files and turns them into something you can browse, search, share, and act on. Everything stays on your machine.

Features

Sessions

  • Sessions view. Every session for the open workspace (or all projects), newest first, with title, date, estimated cost, and turn count. Open the raw transcript, resume in a terminal (optionally with --dangerously-skip-permissions), export, or publish to your team from the row.
  • Session timeline. Prompts, replies, tool calls with results, subagent traffic, and compaction points, newest first with filters and search. A chart shows context size and cumulative cost per API call. Files link into the editor; each edit has a history link into the time machine.
  • Live session monitor. A status bar item shows what the current session is doing: which tool is running, whether Claude is thinking, or whether it is waiting for you. Click it to open a timeline that updates as the transcript grows. Optional notification when Claude is waiting and the window is not focused.
  • Export, share, import. Export as a Claude Code transcript (importable a