BeClaude

mnemo

New
5GitHubDevelopmentby jojoprison

Persistent memory layer for Claude Code — Obsidian vault health, connection discovery, brain dump, session notes, email bridge. Five lightweight skills, CLI-first, any taxonomy.

First seen 6/7/2026

Summary

The mnemo skill provides a persistent memory layer for Claude Code, enabling you to maintain an Obsidian vault health check, discover connections between notes, perform brain dumps, manage session notes, and bridge email.

  • It consists of five lightweight, CLI-first skills that work with any taxonomy, helping you stay organized and context-aware across coding sessions.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/mnemo.md https://raw.githubusercontent.com/jojoprison/mnemo/main/SKILL.md
3
Invoke in Claude Code
/mnemo

Use Cases

Check the health of your Obsidian vault to identify broken links or missing notes before starting a project.
Discover hidden connections between notes in your vault to uncover insights or related ideas.
Perform a brain dump of current thoughts or tasks directly into a new note for later reference.
Create session notes during a coding session to track progress, decisions, and next steps.
Bridge email content into your vault by extracting key information and linking it to relevant notes.

Usage Examples

1

/mnemo vault-health check my Obsidian vault for broken links

2

/mnemo brain-dump my ideas for the new feature into a note called 'feature-brainstorm'

3

/mnemo session-note log today's progress and decisions in a session note

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is mnemo?

The mnemo skill provides a persistent memory layer for Claude Code, enabling you to maintain an Obsidian vault health check, discover connections between notes, perform brain dumps, manage session notes, and bridge email. It consists of five lightweight, CLI-first skills that work with any taxonomy, helping you stay organized and context-aware across coding sessions.

How to install mnemo?

To install mnemo: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/mnemo.md https://raw.githubusercontent.com/jojoprison/mnemo/main/SKILL.md. Finally, /mnemo in Claude Code.

What is mnemo best for?

mnemo is a skill categorized under Development. Created by jojoprison.

What can I use mnemo for?

mnemo is useful for: Check the health of your Obsidian vault to identify broken links or missing notes before starting a project.; Discover hidden connections between notes in your vault to uncover insights or related ideas.; Perform a brain dump of current thoughts or tasks directly into a new note for later reference.; Create session notes during a coding session to track progress, decisions, and next steps.; Bridge email content into your vault by extracting key information and linking it to relevant notes..