Memory Health banner
FJ-Oekstrahay FJ-Oekstrahay

Memory Health

Development community

Description

Check the health of each memory tier and report a compact status table. Run this command now: ```bash python3 - << 'PYEOF' import os, json, glob, subprocess from datetime import datetime, timezone now = datetime.now(timezone.utc) def age_str(path): try: mtime = os.path.getmtime(path) secs = now.timestamp() - mtime if secs < 3600: return f"{int(secs//60)}m ago" if secs < 86400: return f"{int(secs//3600)}h ago" return f"{int(s

Installation

Installs to ~/.claude/skills/fj-oekstrahay-claude-personal-os-memory-health/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fj-oekstrahay-claude-personal-os-memory-health && curl -fsSL https://raw.githubusercontent.com/FJ-Oekstrahay/claude-personal-os/HEAD/commands/memory-health.md -o ~/.claude/skills/fj-oekstrahay-claude-personal-os-memory-health/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository