Summary
Ship a docs/prompts/ (or skills/) collection of reusable, copy-paste prompt patterns that make the six MCP tools more useful in day-to-day Claude usage — starting with an auto-capture / session-summary pattern.
Idea from OB1
OB1's skills/ directory is a library of reusable prompt bundles, including:
- Auto-Capture — automatically saves session summaries and action items when work concludes.
- Research Synthesis — turns sources into findings with contradictions + confidence levels + follow-ups.
- Meeting Synthesis — turns notes/recordings into decisions, tasks, risks, deliverables.
- Aiception — extracts lessons from a work session into new reusable skills.
These are pure prompt/workflow assets that ride on top of a memory store.
Why it fits memserv
- Zero code in the server — these are docs/prompts that drive the existing
add_memory / search_memories tools from any MCP client (Claude Code, Desktop, web).
- The PRD already includes an acceptance criterion around Claude calling
add_memory to "remember that I prefer X"; documented prompt patterns make that behavior repeatable and richer.
- Cheap, high-leverage, and a natural home in
docs/.
Proposed approach
- Add
docs/prompts/ with one markdown file per pattern. Lead with auto-capture (a prompt the user can drop into a Claude project / CLAUDE.md so the agent saves a structured session summary via add_memory at the end of a session).
- Adapt OB1's research-synthesis and meeting-synthesis patterns to memserv's tool names and the single-user model.
- Cross-link from
docs/USER_GUIDE.md.
Notes / scope
Documentation-only; no architectural impact. Good first issue.
Source: https://github.com/NateBJones-Projects/OB1/tree/main/skills
Summary
Ship a
docs/prompts/(orskills/) collection of reusable, copy-paste prompt patterns that make the six MCP tools more useful in day-to-day Claude usage — starting with an auto-capture / session-summary pattern.Idea from OB1
OB1's
skills/directory is a library of reusable prompt bundles, including:These are pure prompt/workflow assets that ride on top of a memory store.
Why it fits memserv
add_memory/search_memoriestools from any MCP client (Claude Code, Desktop, web).add_memoryto "remember that I prefer X"; documented prompt patterns make that behavior repeatable and richer.docs/.Proposed approach
docs/prompts/with one markdown file per pattern. Lead with auto-capture (a prompt the user can drop into a Claude project / CLAUDE.md so the agent saves a structured session summary viaadd_memoryat the end of a session).docs/USER_GUIDE.md.Notes / scope
Documentation-only; no architectural impact. Good first issue.
Source: https://github.com/NateBJones-Projects/OB1/tree/main/skills