mem-search

Query historical project observations from persistent memory via HTTP requests.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/dandawatey/ProjectZero --skill mem-search-dandawatey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mem-search
Source: https://github.com/dandawatey/ProjectZero/tree/main/.claude/skills/mem-search
Command: npx skills add https://github.com/dandawatey/ProjectZero --skill mem-search-dandawatey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of querying and accessing past project history stored in persistent memory, allowing users to retrieve relevant information quickly and efficiently.

Core Features & Use Cases

  • 3-Layer Progressive Disclosure: Search, timeline, and fetch modes provide varying levels of detail for efficient data retrieval.
  • Search: Quickly locate observations using simple queries.
  • Timeline: Obtain context around specific observations by viewing surrounding timeline entries.
  • Fetch: Retrieve the full content of selected observations for in-depth review.

Quick Start

Execute a search for past project history using the command: /mem-search <query>.

Frequently Asked Questions about mem-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search past project history stored in persistent memory?

To search past project history, use the /mem-search command with a query to retrieve historical observations from persistent memory, accessing them through three layers of progressive disclosure for efficient information retrieval.

What is progressive disclosure for project knowledge management?

Progressive disclosure is an information retrieval approach offering three layers: search to locate observations quickly, timeline to view surrounding context, and fetch to retrieve full content for in-depth review.

How do I retrieve the full content of specific historical project observations?

To retrieve full content of historical project observations, use the fetch mode layer of progressive disclosure, which provides the complete details of selected entries for in-depth review.

Do I need a specific worker to query project history from persistent memory?

Yes, querying persistent memory requires interaction with a Claude-mem worker via HTTP GET and POST requests to retrieve historical project observations and enable knowledge management in collaborative environments.

Can I view the timeline context around a specific project observation?

Yes, you can view timeline context around specific observations by using the timeline mode, which obtains surrounding timeline entries to provide contextual history around your queried data.

What is the best way to quickly locate past observations in project memory?

The best way to quickly locate past observations is using the search layer of progressive disclosure, which allows you to find specific historical project entries using simple queries.