What problem does it solve? Locating a specific project, file, or commit scattered across local repos, git history, GitHub issues, and past session memory is slow and error-prone. This Skill unifies those search surfaces into a single trace command with tiered depth. ## Core Features & Use Cases - Tiered Search Modes: Choose --oracle for fast memory-only lookups, --smart for Oracle-first search with automatic escalation, or --deep for five parallel search agents covering files, git history, GitHub issues, other repos, and memory. - Flexible Repo Targeting: Search the current repo by default, point at a local path with --repo, or clone a remote URL into ghq before searching. - Persistent Trace Logs: Every search writes a timestamped markdown log to ψ/memory/traces/ and records results to Oracle, so future searches benefit from past findings. - Use Case: You remember building a rate-limiter somewhere last month but not where. Run a trace query and get matching files, commits, issues, and prior session notes compiled into one log. ## Quick Start Ask the AI to trace where the rate limiter project lives across my repos and git history.