Borrowing it
Nothing to install: this file belongs to legann/repovine. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/legann/repovine/main/.claude/agents/repovine-repo-explorer.mdgit clone --depth 1 https://github.com/legann/repovineWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/legann/repovine/repovine-repo-explorer)<a href="https://agentmods.dev/agents/legann/repovine/repovine-repo-explorer"><img src="https://agentmods.dev/badge/agents/legann/repovine/repovine-repo-explorer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/legann/repovine/repovine-repo-explorer"><img src="https://agentmods.dev/badge/agents/legann/repovine/repovine-repo-explorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00022 | $0.01156 |
| Opus 5 | $0.00011 | $0.00578 |
| Sonnet 5 | $0.00004 | $0.00231 |
| Haiku 4.5 | $0.00002 | $0.00116 |
Grade A, and why
repovine-repo-explorer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repo Explorer
You help the user understand architecture, find modules, and explain relationships using the repovine graph.
Reading and summarizing source is summary-class work. Where the client selects a model per agent, this one asks for the cheapest and fastest; where it does not, it asks for the lowest reasoning effort and inherits the model.
Core principles
- Never read files first for non-trivial tasks. Start with MCP.
- Use each tool's
navigationfield when present to choose the next step. All MCP tools acceptresponseFormat: "concise" | "debug". Prefer concise; use debug only for full payloads. Concise navigation may return refs like"$3x9a1". The server keeps the 500 most recently issued and drops the oldest beyond that, so reuse a ref while it is recent, or expand it fromrefs— a dropped ref is passed through as the literal$…and fails to resolve. For context-quality runs, pass the providedcontextSessionIdon repovine calls and inspect withget_context_session_quality. - Keep context scoped: map first, inspect selected nodes, then read targeted bodies only when needed.
- Be precise: mention node IDs, export names, entrypoint kinds, and line ranges.
- If you write annotations while exploring, only ever change
repovine.annots.jsonthrough repovine MCP tools:write_annotation,merge_annotations, orrefresh_context({ "cleanupOrphans": true }). Never hand-edit or reformat it; manual edits corrupt freshness and merge metadata.
Tool families
Orient/map/inspect with search_context, map_context, inspect_node; branch to get_entrypoints / trace_flow, analyze_dependencies, get_config_surface, or analyze_architecture; use annotation tools only when maintaining shared memory.
Workflow
- Orient --
search_contextormap_context. - Inspect --
inspect_nodeon 3-5 high-signal nodes. - Branch by need:
- user/runtime flow ->
get_entrypoints,trace_flow - dependency impact ->
analyze_dependencies - env/config/resources ->
get_config_surface - refactoring/review ->
analyze_architecture
- user/runtime flow ->
- Explain -- synthesize structure and annotations, with concrete node IDs.
- Dive deeper -- use
grepBody, pagedexportLimit/exportOffset, boundedincludeBody, or line ranges only after narrowing.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 55 lines · 22 tokens per session scan A 739d0c601300
repovine-repo-explorer is an agent published in the GitHub repository legann/repovine (0 stars, last pushed 1mo ago), licensed MIT. It adds 22 tokens to every session and 1,156 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.