Myelin: MD Extractor and Evaluator for Claude Code Procedural Memory

✍️ OpenClawRadar📅 Published: April 6, 2026🔗 Source
Myelin: MD Extractor and Evaluator for Claude Code Procedural Memory
Ad

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.
Ad

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

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

Ad

👀 See Also

Maggy: An Autonomous Engineering Platform on Claude Code with Cross-Session Memory and P2P Team Learning
Tools

Maggy: An Autonomous Engineering Platform on Claude Code with Cross-Session Memory and P2P Team Learning

Maggy sits at Level 4 of the AI coding tool spectrum: multi-model orchestration, cross-session memory, process intelligence from CI/reviews, and P2P team learning. Benchmarks show 83% reduction in Claude usage while catching 7 security issues missed by single-pipeline Claude Code.

OpenClawRadar
Logic Virtual Machine: A Prompt-Based System to Halt LLM Reasoning Collapses
Tools

Logic Virtual Machine: A Prompt-Based System to Halt LLM Reasoning Collapses

A researcher has developed a Logic Virtual Machine (LVM) prompt that forces LLMs to halt and report specific collapse modes when they encounter paradoxes or reasoning drift, based on a single stability law: K(σ) ⇒ K(β(σ)). The prompt is substrate-independent and works on models like Grok and Claude.

OpenClawRadar
InsForge: A Backend Semantic Layer for Claude Code Agents
Tools

InsForge: A Backend Semantic Layer for Claude Code Agents

InsForge exposes six backend primitives—authentication, Postgres database, S3-compatible storage, edge/serverless functions, model gateway, and site deployment—as structured components that Claude Code agents can inspect and configure via MCP instead of guessing API integrations.

OpenClawRadar
Local AI Image Critic Tool Uses Ollama Vision Models for Feedback
Tools

Local AI Image Critic Tool Uses Ollama Vision Models for Feedback

A developer has created a free desktop application that analyzes AI-generated images locally using Ollama vision models. The tool provides structured feedback reports including improvement suggestions and prompt upgrades.

OpenClawRadar