Fast search through git history, retrospectives, issues, and codebase. Use when user asks to "find", "search", "where is", or needs to locate something in the codebase or history.
From oracle-skillsnpx claudepluginhub soul-brews-studio/plugin-marketplace --plugin oracle-skillsThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Fast search using parallel Haiku subagents.
/context-finder # Recent context summary
/context-finder [query] # Search for specific topic
date "+🕐 %H:%M (%A %d %B %Y)"
Gather automatically:
Launch 5 parallel subagents:
Task: context-finder (haiku)
git log --all --oneline --grep="[QUERY]" | head -15
Task: context-finder (haiku)
grep -ril "[QUERY]" --include="*.md" . | head -20
Task: context-finder (haiku)
gh issue list --state all --limit 20 --search "[QUERY]"
Task: context-finder (haiku)
grep -ril "[QUERY]" ψ/memory/retrospectives/ | head -10
Task: context-finder (haiku)
grep -ril "[QUERY]" ψ/memory/learnings/ | head -10
## 🔍 Context: [QUERY]
### 📂 Files Found
[list from agents]
### 📅 Git History
[commits mentioning query]
### 🎫 Issues
[related issues]
### 📝 Retrospectives & Learnings
[documents found]
/trace can invoke context-finder:
/trace [query]
→ Oracle MCP first
→ Then: /context-finder [query] (5 parallel agents)
→ Synthesize results
ARGUMENTS: $ARGUMENTS