Claude Code user builds nvm plugin to capture problem-solving context

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
Claude Code user builds nvm plugin to capture problem-solving context
Ad

A developer using Claude Code has created a simple plugin called nvm (non-volatile memory) to address a common problem when working with AI coding assistants: solving problems but later forgetting the thinking process behind the solution.

What nvm does

The plugin takes Claude session history and converts it into simple markdown cards. These cards focus on three key elements:

  • What problem was solved
  • Why certain decisions were made
  • What can be reused later

How it's used

The developer reports using the tool for weekly and daily reviews, finding it helps remember what was learned (not just what was shipped). The markdown format also makes it useful for sharing context with teammates.

The problem it addresses

The developer noticed that while Claude Code helps solve problems effectively, the entire problem-solving process "gets volatilized" - meaning they could solve a problem but later have no idea how they solved it. This led to the question of whether others experience the same issue: do developers go back to their AI conversations, or do they just solve things again?

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenClaw Alexa Voice Proxy Enables Bidirectional Voice Interaction
Tools

OpenClaw Alexa Voice Proxy Enables Bidirectional Voice Interaction

openclaw-alexa-voice is a Node.js proxy that connects an Alexa Custom Skill to the OpenClaw gateway with a three-tier response system for voice queries. It handles fast responses under 1 second, agent responses under 12 seconds, and deferred complex queries processed asynchronously within 2 minutes.

OpenClawRadar
Building a Sub-500ms Voice Agent: Architecture and Performance Insights
Tools

Building a Sub-500ms Voice Agent: Architecture and Performance Insights

A developer built a voice agent from scratch achieving ~400ms end-to-end latency with full STT → LLM → TTS streaming. Key insights include treating voice as a turn-taking problem, using semantic end-of-turn detection, and colocating all components for minimal latency.

OpenClawRadar
AgentLens: Observability Tool for Multi-Agent AI Workflows
Tools

AgentLens: Observability Tool for Multi-Agent AI Workflows

AgentLens provides unified tracing across Ollama, vLLM, Anthropic, and OpenAI, with cost tracking, an MCP server for querying stats from Claude Code, and a CLI for inline checks. It's self-hosted and runs locally via Docker.

OpenClawRadar
Jentic Mini: Self-Hosted API and Action Execution Layer for OpenClaw
Tools

Jentic Mini: Self-Hosted API and Action Execution Layer for OpenClaw

Jentic Mini is a self-hosted API and action execution layer that sits between AI agents and external APIs, storing credentials in an encrypted vault and providing scoped toolkits with individually revocable keys. It automatically imports 10,000+ OpenAPI specs and Arazzo workflow sources when credentials are added.

OpenClawRadar