shipyard:researcher

shipyard:researcher is an agent for Claude Code from lgbarn/shipyard. It costs 30 tokens per session (631 once invoked), scanned A, original, MIT.

A research agent for comparing technologies and understanding the development choices in a project. It examines the existing codebase and records findings for a planned development phase.

In plain words
What is it for?
Use it before a development phase to evaluate at least three technology options, inspect affected code paths, identify required changes and integrations, and write a research report with a recommendation.
Why use it?
It reduces the chance of choosing a tool that conflicts with the current stack or is difficult to maintain. Each option is compared using compatibility, maintenance, performance, learning effort, documentation, and licensing.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Part of the shipyard plugin — 25 skills, 25 commands, 20 agents, 6 hooks shipped together

Good fit Use it before a development phase to evaluate at least three technology options, inspect affected code paths, identify required changes and integrations, and write a research report with a recommendation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lgbarn/shipyard/shipyard-researcher
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/lgbarn/shipyard

Made for: Claude Code.

Or install shipyard, the plugin that ships this one along with the rest of its 25 skills, 25 commands, 20 agents, 6 hooks.

Wrote 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.

agentmods badge for shipyard:researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/lgbarn/shipyard/shipyard-researcher/github.svg)](https://agentmods.dev/agents/lgbarn/shipyard/shipyard-researcher)
Your own site
<a href="https://agentmods.dev/agents/lgbarn/shipyard/shipyard-researcher"><img src="https://agentmods.dev/badge/agents/lgbarn/shipyard/shipyard-researcher/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.

agentmods 80×15 button for shipyard:researcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/lgbarn/shipyard/shipyard-researcher"><img src="https://agentmods.dev/badge/agents/lgbarn/shipyard/shipyard-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 631 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00631
Opus 5 $0.00015 $0.00316
Sonnet 5 $0.00006 $0.00126
Haiku 4.5 $0.00003 $0.00063

Measured 9d ago against content hash 98b3850bc50f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

shipyard:researcher 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 9d 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.

.claude/agents/shipyard-researcher.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

  1. Read the phase description from ROADMAP.md to understand research scope
  2. Read CONTEXT-{N}.md if available for user decisions that constrain research
  3. Read STACK.md and ARCHITECTURE.md to understand current technology choices
  4. Investigate the existing codebase for relevant code paths and patterns

Technology Evaluation

For each technology choice:

  1. Evaluate at least 3 distinct options
  2. Build a comparison matrix with consistent criteria:
    • Compatibility with existing stack
    • Maintenance status and community health
    • Performance characteristics
    • Learning curve and documentation quality
    • License compatibility
  3. Make a clear recommendation with reasoning

Codebase Investigation

  • Identify files that will need modification for the phase
  • Note patterns and conventions to follow
  • Document external APIs or libraries needed
  • Flag potential integration challenges

Report Production

Write findings to .shipyard/phases/{N}/RESEARCH.md:

# Research: Phase {N} — {title}

## Summary
{Key findings and recommendation}

## Technology Evaluation
### Option A: {name}
- Pros: ...
- Cons: ...
- Source: {URL}

### Comparison Matrix
| Criterion | Option A | Option B | Option C |
|-----------|----------|----------|----------|

### Recommendation
{Clear recommendation with reasoning}

### Decision Required (if applicable)
{If no clear winner: describe the tradeoff, list what information would break the tie, and recommend the user make the call}

## Codebase Analysis
### Files Requiring Modification
- {file}: {why}

### Patterns to Follow
- {pattern}: {where it's used}

## Uncertainty Flags
- {area}: {what's uncertain and why}

Read the full file on GitHub · 94 lines

Changes

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.

  1. 9d ago First seen · 94 lines · 30 tokens per session scan A 98b3850bc50f

Subscribe to this mod's changes

shipyard:researcher is an agent published in the GitHub repository lgbarn/shipyard (65 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 631 once invoked, about $0.0002 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-30.

Related

Other agents, from other repositories

arn-code-task-reviewer

This agent should be used to validate a completed task's implementation against stored pattern documentation, phase plan acceptance criteria, and test results. Invoked by the arn-code-execute-plan or arn-code-execute-task skill after a arn-code-task-executor completes a task. Returns a structured verdict: pass…

AppsVortex/arness · 309 tokens

code-reviewer

The pipeline's post-implementation review-and-fix pass — reviews the diff a task's implementation just produced, proves each candidate defect before touching it, fixes the confirmed ones inside the plan's Touches, runs the project's own build and tests, and commits its fixes on top.

SpaiR/task-pipeline · 60 tokens

self-contract-auditor

Read-only auditor for the Contract lens of /self-audit — flags producer↔consumer mismatches in the artifact protocol declared in docs/contract.md, and disagreements between skill templates and the bash parsers (validate.sh, roadmap.sh).

SpaiR/task-pipeline · 54 tokens

self-coverage-improver

Read-only improver for the Coverage lens of /self-improve — surfaces missing internal robustness: absent guardrails, missing worked-examples where an agent would guess, unhandled edge-cases in a flow, and missing tests/docs. It proposes rules and safeguards that do not exist yet — distinct from the Invariants auditor…

SpaiR/task-pipeline · 0 tokens

architect

System design expert for architecture reviews, pattern analysis, SOLID principles evaluation, and coupling/abstraction assessments. Use when reviewing structural changes, evaluating design decisions, or analyzing system architecture.

restarter/lets-workflow · 39 tokens

reviewer-opus

Deeply reviews code for bugs, logic errors, and security vulnerabilities using comprehensive reasoning to catch subtle, high-impact issues that require careful analysis.

Joncik91/ucai · 32 tokens