--- name: search description: Search through memory, history, and configuration aliases: [find, lookup] invokes: skill:search --- # Search Command Search across PA memory, session history, and configuration files. ## Usage ``` /search # Search everywhere /search --memory # Search only memory /search --history # Search only session history /search --config # Search configuration files /search --recent [days] # Show recent items (default 7 days) ``` ## Implementation Run the search script: ```bash python3 ~/.claude/automation/search.py [options] ``` ## Search Locations | Location | Contents | |----------|----------| | Memory | preferences, decisions, projects, facts | | History | Past session summaries and topics | | Config | State files, component registry | ## Output Returns matching items with: - Source location - Match context - Relevance score (when applicable)