Myelin: MD Extractor and Evaluator for Claude Code Procedural Memory

Myelin: MD Extractor and Evaluator for Claude Code
Myelin is a tool that addresses two specific problems developers face when working with Claude Code and procedural memory files: manually writing .md procedure files after successful sessions, and lacking visibility into whether Claude actually follows those procedures.
Core Features
The tool operates through three main functions:
- Extraction: When a session succeeds with no existing procedure, Myelin extracts a .md file from the trace. You review, approve or edit it, eliminating the need to hand-write procedures from memory.
- Observability: When a session follows an existing procedure, Myelin tracks step-by-step what Claude actually did, categorizing actions as Followed, Skipped, or Diverged. Across sessions, patterns emerge, and Myelin suggests diffs.
- Evaluation: Every session receives a verdict: Success, Partial, or Failure. This provides actual success rates per procedure rather than relying on gut feeling.
Technical Implementation
Myelin hooks into Claude Code via PostToolUse and captures every tool call. The output is plain .md files that can be downloaded and kept in your repository, or left in Myelin where it serves the right procedure via search when matching tasks come up.
Setup and Access
Setup requires just an MCP server plus one hook in settings.json. The tool offers a free tier with 50 sessions/month.
Resources
- SDK: https://github.com/yahnyshc/myelin-sdk
- Site: https://myelin.vercel.app
- HN Discussion: https://news.ycombinator.com/item?id=47545239
This tool is particularly useful for developers who use Claude Code for deployment, running migrations, handling tickets, and other procedural tasks where maintaining accurate documentation and verifying execution is important.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP Server for Local XMind Mind Map Files Released
A developer has published an MCP server that provides 22 tools for reading and writing local XMind mind map files. The server works with MCP-compatible AI clients like Claude Desktop and Cursor.

Open-sourced Claude Code prompts reverse-engineered using Claude
A developer used Claude to rewrite all 26 prompts from Claude Code's source after studying the TypeScript codebase during a brief public availability window. The MIT-licensed collection includes system, tool, agent, memory, coordinator, and utility prompts.

Vibeyard: Open-Source Dashboard That Launches Claude Sessions from PRs, Issues, and Kanban Cards
Vibeyard is an open-source (MIT) home screen with draggable widgets for PRs, issues, kanban, and Claude sessions. Click any card to spawn a pre-scoped Claude Code session for review, fix planning, or resumption.

Apideck CLI: A Low-Context Alternative to MCP for AI Agents
Apideck CLI is an AI-agent interface that uses ~80 tokens for its agent prompt instead of tens of thousands for tool schemas, addressing MCP's context window consumption problem. Benchmarks show MCP can cost 4 to 32× more tokens than CLI for identical operations.