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

2. Orient from memory → fill gaps with file reads

Installs
1
GitHub Stars
8
First Seen
Apr 28, 2026
smart-explore — msapps-mobile/claude-plugins