Lightweight persistent memory for Claude that works across conversations. You create named memories with content, list what's stored, retrieve specific ones by name, or clear everything when you need a fresh start. The implementation is straightforward: JSON file storage with basic CRUD operations. Honestly most useful if you're building an agent that needs to remember context between sessions without setting up a proper database. Not sophisticated, but that's kind of the point. If you just need Claude to recall a few key facts or preferences without architectural overhead, this does the job.
npx skills add https://github.com/alirezarezvani/claude-skills --skill remember