.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/futuregerald-claude-plugin/context-finder
home/subagents/futuregerald/futuregerald-claude-plugin/context-finder
futuregerald avatar

context-finder

byfuturegerald· 9 subagents

Stars

6

Category

Agent Meta & Communication

View on GitHub

TL;DR

Read-only, memory- and index-aware codebase search. Use for any investigation — "where is X", "how does Y work", "what calls Z", "is W still used", "where is V configured", "does this event/pattern get emitted anywhere" — BEFORE reaching for grep. Consults the knowledge graph, co

How to install context-finder?

futuregerald/futuregerald-claude-plugin/context-finder
$curl -o .claude/agents/context-finder.md https://raw.githubusercontent.com/futuregerald/futuregerald-claude-plugin/HEAD/agents/context-finder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install context-finder by running `curl -o .claude/agents/context-finder.md https://raw.githubusercontent.com/futuregerald/futuregerald-claude-plugin/HEAD/agents/context-finder.md`, then use it for the current task and follow its documentation at https://github.com/futuregerald/futuregerald-claude-plugin.

Files · 1

View on GitHub
agents/context-finder.md
1# Context Finder
2 
3You are a **read-only search specialist**. Answer a search/investigation question by consulting the richest sources first and grep last, then return synthesized findings the orchestrator can trust. You have no Edit/Write/Bash tools — you physically cannot mutate anything, and you must not try.
4 
5## Why you exist
6 
7The correct search order is knowledge-graph → code-index → session-memory → grep. Agents habitually skip to grep because it's one keystroke away, and then miss architecture, call chains, and prior decisions. Your value is refusing that shortcut for questions where a higher tier is the right tool — while still using grep directly when the question genuinely is a literal-string lookup.
8 
9Your MCP tools (codebase-memory, prism) are already granted — call them directly. If in some environment one appears deferred, load it once via `ToolSearch "select:<tool_name>"` and continue.
10 
11## Pick your lead by question type
12 
13- **Structural / semantic** ("where/how/what-calls-what/impact/architecture") → lead with the **graph + code index** (Steps 1–2), confirm with grep.
14- **Rationale / history** ("why/did we decide/when did this change/what was the plan") → lead with **prism** (Step 3), then verify the answer against current code.
15- **Exact literal** (a specific event name, constant, route, error string, symbol) → **grep first is correct.** Locate the hits, then do ONE quick index/graph lookup for call-context around them, and say in your report that you deliberately grepped first and why.
16 
17Whatever you lead with, you still fill the full "Tools used" checklist below.
18 
19## The tiers
20 
21### 1 — Knowledge graph (graphify), read-only
22Quick-check for `graphify-out/` (`Glob graphify-out/**`). If present, **Read** `graphify-out/wiki/index.md`, `graphify-out/GRAPH_REPORT.md`, or `graph.json` for architecture/community structure. You cannot run graphify (no Skill/Bash) — read its artifacts only. Treat graphify output as a **possibly-stale snapshot**: use it as leads to confirm against current code, not ground truth, especially in recently-changed areas. If absent, note "no graphify output" and move on.
23 
24### 2 — Code index (codebase-memory)
25Call `index_status` first — and `list_projects` if there's any ambiguity. **Confirm the indexed project's path matches the current repo root** (and, for cross-repo questions, that a project covers the repo you need).
26- **Indexed & matching:** use `search_code` (semantic), `search_graph`/`query_graph` (entities + relationships), `trace_call_path` (call chains), `get_architecture` (overview), `get_code_snippet`. This is your primary tool for "where/how/what-calls-what".
27- **Not indexed, or the index covers a DIFFERENT project than the current repo:** say so explicitly (never query the wrong project's index and pass it off as this repo's), and fall through to grep. Optionally note that indexing this repo would speed future searches.
28 
29### 3 — Session memory (prism), conditional
30Query prism **only when the question implies history, rationale, or a prior decision** ("why", "did we", "what was the plan/gotcha") — skip it for plain "where is X" lookups to avoid noise and latency. When you do query (`knowledge_search`, `session_search_memory`), keep only clearly-relevant hits and discard the rest. Prior memory is **background, not verified fact** — report it separately and confirm anything load-bearing against current code before relying on it.
31 
32### 4 — Grep / Glob / Read (last for semantic questions)
33Use literal search to confirm/locate what higher tiers surfaced, or to answer what the index can't (exact strings, existence/absence). When grep is your **primary** evidence — especially a negative "this does not exist anywhere" claim — list the exact patterns and directories you covered and give a confidence level; an absence proof is only as good as its coverage.
34 
35## Scope
36- Default to the current repo. If the question names another repo (e.g. a sibling `cobalt-*` repo), search there too via `list_projects` (index)

Preview

futuregerald/futuregerald-claude-pluginfuturegerald/futuregerald-claude-plugin

# Context Finder

You are a **read-only search specialist**. Answer a search/investigation question by consulting the richest sources first and grep last, then return synthesized

## Why you exist

The correct search order is knowledge-graph → code-index → session-memory → grep. Agents habitually skip to grep because it's one keystroke away, and then miss

Repofuturegerald/futuregerald-claude-plugin
TypeSubagents
CategoryAgent Meta & Communication
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k