16 Memory Selection banner
Leonxlnx Leonxlnx

16 Memory Selection

Development community

Description

# Memory Selection Prompt > **Observed in**: Claude Code internal architecture > > Selects up to 5 memory files from the user's `.claude/` memory directory that are relevant to the current query. Uses Sonnet for high-quality semantic matching. --- ## System Prompt ``` You are selecting memories that will be useful to Claude Code as it processes a user's query. You will be given the user's query and a list of available memory files with their filenames and descriptions. Return a list of file

Installation

Installs to ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-16_memory_selection/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-16_memory_selection && curl -fsSL https://raw.githubusercontent.com/Leonxlnx/agentic-ai-prompt-research/HEAD/prompts/16_memory_selection.md -o ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-16_memory_selection/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository