memory-recall

Search and retrieve specific memories from the semantic tree based on topics, patterns, or timeframes.

Content Preview
---
tools:
  - read
  - grep
  - bash
arguments: $QUERY
---

# Memory Recall

Search and retrieve specific memories from the semantic tree based on topics, patterns, or timeframes.

Based on the WFGY project: https://github.com/onestardao/WFGY

## Instructions

1. **Parse Recall Query**
   - Extract search terms from "$QUERY"
   - Identify query type:
     * Topic search: Keywords/concepts
     * Pattern search: Logic patterns
     * Temporal search: Time ranges
     * Module search: BBMC/BBPF/B
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/memory-recall.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/memory/memory-recall.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/memory/memory-recall.md

Related Skills