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

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
👀 See Also

Audio Engineer Builds Mix Analysis Tool with Claude Code
An audio engineer created a tool that analyzes audio mixes using the Web Audio API and Claude to provide specific feedback on issues like muddy low-mids, lack of headroom, and buried vocals. The tool offers a free tier for quick analysis and a paid pro report with detailed frequency notes and plugin suggestions.

Black LLAB: Open-Source Architecture for Dynamic Model Routing and Docker-Sandboxed AI Agents
A developer has open-sourced Black LLAB, a system that uses Mistral 3B to route prompts between local and cloud models and runs AI agents in isolated Docker containers with OpenClaw integration.

Open Source Dashboard Reveals Actual Claude Code Compute Costs
A developer reverse-engineered Claude Code's rate limit formula to build a local dashboard that shows real-time usage percentage, actual dollar costs, burn rate, peak hours, and which skills/hooks are firing. The tool revealed a $100/month plan consumed $13,286 in equivalent API compute in one month.

Claude Code Production Grade Plugin v3.0 Released: Autonomous Software Development Pipeline
Production Grade Plugin v3.0 for Claude Code is now available as free, open-source software under MIT license. The plugin creates a full development pipeline from requirements to deployment with 13 AI skills acting as an engineering team.