skills/memory-protocol/SKILL.md
Full persistent memory protocol: auto-setup for new projects, MEMORY.md templates, maintenance rules.
npx skillsauth add tesseract-ripple/claude-research-config memory-protocolInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
~/claude-projects/ subdirectoriesWhen working inside a subdirectory of ~/claude-projects/ for the first time (i.e., no MEMORY.md exists in the project root), bootstrap:
MEMORY.md in the project root:# Project Memory — <Project Name>
> Maintained by Claude across sessions. Last updated: <date>
## Research Threads
## Key Decisions & Design Choices
## Notation & Conventions
## Proof Sketches & Partial Results
## References & Papers
## Open Questions & Future Directions
## Session Log
- <date>: Project memory initialized.
Create a project CLAUDE.md at ~/.claude/projects/<shadow-dir-key>/CLAUDE.md containing instructions to read/update the project MEMORY.md. The shadow-dir key is the absolute project path with / replaced by -.
Inform the user that project memory has been set up.
Adapt sections if the project is code-focused (e.g., replace "Proof Sketches" with "Architecture Decisions").
~/.claude/memory/MEMORY.md): user preferences, usage patterns, cross-project notes, session log. Does not store project-specific research content.MEMORY.md in project root): research threads, key decisions, notation, proof sketches, references, open questions, session log.~/claude-projects/ subdirectory, also read that project's MEMORY.md.done, compress to a one-liner after one session.documentation
Draft or refine a LaTeX section for a research paper, note, or proof writeup.
development
Computationally verify a mathematical identity, construction, or cryptographic property using Python.
testing
Cross-reference all citations in .tex files against bibliography entries. Find missing entries, unused references, and quality issues.
research
Survey a research topic — find approaches, compare tradeoffs, summarize key papers and results.