smart-explore
Installation
SKILL.md
smart-explore: Memory-Guided Project Exploration
Before reading files blindly, check what memory already knows. Past sessions may have documented the architecture, key files, gotchas, and current status.
Exploration Workflow
1. Check memory first
# What do we know about this project?
COWORK_MEM_DB=~/mnt/.claude/.cowork-mem/memory.db \
python3 {SKILL_DIR}/scripts/vector_search.py "project architecture overview" --limit 8
# Any recent decisions or file edits?
python3 {SKILL_DIR}/scripts/memory_store.py timeline --hours 168 --limit 20