← Back to list

context-finder
by laris-co
Claude Code plugin: Core agents and commands
⭐ 2🍴 3📅 Jan 13, 2026
SKILL.md
name: context-finder description: Auto-spawn context-finder agent for search tasks. Use when user says "find", "search", "where is", "look for", "trace", "what file", "which commit", "grep", "locate". Triggers search in git history, files, issues, retrospectives.
Context Finder Skill
Auto-trigger search when user needs to find something
Proactive Triggers
MUST Spawn context-finder Agent When:
- User says: "find", "search", "where is", "look for"
- User says: "what file", "which commit", "locate"
- User asks: "did we work on X", "when did we", "where did"
- User needs to trace: code, history, issues, docs
How to Invoke
Spawn the context-finder agent:
Task tool:
subagent_type: context-finder
model: haiku
prompt: |
Search for [USER'S QUERY] in:
1. Git history: git log --all --oneline --grep="[QUERY]"
2. Files: find/grep for [QUERY]
3. GitHub issues: gh issue list --search "[QUERY]"
4. Retrospectives: grep in ψ/memory/retrospectives/
Return: compact list of matches with paths/commits
What context-finder Searches
| Source | Command | Finds |
|---|---|---|
| Git history | git log --grep | Commits mentioning topic |
| Files | find, grep | Current files |
| Issues | gh issue list | Planning, discussions |
| Retrospectives | grep ψ/memory/ | Past session context |
When NOT to Use
- User already knows the exact file path
- Simple questions about current code (just read it)
- User explicitly says "don't search"
Quick Patterns
| User Says | Action |
|---|---|
| "find the auth code" | Spawn agent → search "auth" |
| "where did we put X" | Spawn agent → search files + git |
| "when did we work on Y" | Spawn agent → search retrospectives |
| "trace Z" | Spawn agent → comprehensive search |
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon