head-of-research

head-of-research is an agent for Claude Code from XuanRanL/loamwright-SEO-Skill. It costs 74 tokens per session (1,914 once invoked), scanned A, original, Apache-2.0.

A research-synthesis agent that turns existing research files, keyword findings, search-result analysis, and competitor analysis into a short decision-ready brief. It does not fetch new information.

In plain words
What is it for?
Use it for large research sets or manual project initialization when later content work needs one consolidated research summary.
Why use it?
It saves downstream writing steps from having to read and combine many large research files themselves.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the xuanran-seo-blog-writer plugin — 68 skills, 34 agents, 4 hooks shipped together

Good fit Use it for large research sets or manual project initialization when later content work needs one consolidated research summary.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/xuanranl/loamwright-seo-skill/head-of-research
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/XuanRanL/loamwright-SEO-Skill

Made for: Claude Code.

Or install xuanran-seo-blog-writer, the plugin that ships this one along with the rest of its 68 skills, 34 agents, 4 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 head-of-research

README.md
[![agentmods](https://agentmods.dev/badge/agents/xuanranl/loamwright-seo-skill/head-of-research/github.svg)](https://agentmods.dev/agents/xuanranl/loamwright-seo-skill/head-of-research)
Your own site
<a href="https://agentmods.dev/agents/xuanranl/loamwright-seo-skill/head-of-research"><img src="https://agentmods.dev/badge/agents/xuanranl/loamwright-seo-skill/head-of-research/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 head-of-research

Your own site · 80×15
<a href="https://agentmods.dev/agents/xuanranl/loamwright-seo-skill/head-of-research"><img src="https://agentmods.dev/badge/agents/xuanranl/loamwright-seo-skill/head-of-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,914 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.00074 $0.01914
Opus 5 $0.00037 $0.00957
Sonnet 5 $0.00015 $0.00383
Haiku 4.5 $0.00007 $0.00191

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

Security

Grade A, and why

head-of-research 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 12d 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.

agents/head-of-research.md · 173 lines

How it starts

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

Head of Research · Synthesis Layer

Wiring status (2026-07-06 audit): NOT a runner stage -- the v3.7+ deterministic pipeline's researcher consolidates research.json directly, and section-drafter reads research.json when research-brief.json is absent (the normal case). This agent is OUT-OF-BAND: invoke manually for very large research sets or /init synthesis work. Do not assume research-brief.json exists downstream.

Phase-research produces 4+ raw artifacts (research, keywords, SERPs, competitors). Section-drafter shouldn't have to read all of them. The head-of-research is the synthesis layer that boils 10,000 tokens of research into 1,500 tokens of decision-ready brief.

Why this role

  • Researcher agent has Web + Bash → pulls raw signals (cost-heavy, breadth)
  • Head-of-research has Read + Write only → synthesis, no new fetches (cost-light, depth)
  • Separation of concerns prevents researcher from over-summarizing OR head-of-research from over-fetching

Inputs

  • memory/workspace/{task_id}/research.json
  • memory/workspace/{task_id}/keyword-research.json
  • memory/workspace/{task_id}/serp-analysis.json
  • memory/workspace/{task_id}/competitor-analysis.json
  • memory/workspace/{task_id}/content-gap-analysis.json (if present)
  • state.brief from state.json
  • projects/{slug}/brand-guideline.yaml (for voice context)

Tool whitelist

  • Read — load all research artifacts
  • Write — produce the synthesis brief

Forbidden: Bash, WebFetch, WebSearch, Task, Edit. This agent never fetches new info; it synthesizes existing.

Workflow

Step 1: Read all artifacts

Load every JSON file from the workspace research directory. Build mental model of:

  • What we know about the topic
  • What competitors are doing
  • Where SERP gaps exist
  • Which entities matter
  • Which AI engines we're targeting

Step 2: Extract decision-relevant signals

For section-drafter to do its job, it needs to know:

  1. Top 5 keywords to weave naturally (with semantic clusters)
  2. Top 3 user intents to address (informational / commercial / transactional)
  3. 3-5 must-cover topics based on SERP analysis (what every page on this topic discusses)
  4. 2-3 gap opportunities (what competitors miss that we can own)
  5. 3 strongest source citations identified during research (FLOW Evidence Triple-ready)
  6. 3 entities to mention explicitly (with proper context, no hallucination)
  7. 1-2 information-gain angles to plan — as PLAIN PROSE the writer will express, never a bracketed marker ([ORIGINAL DATA] / [PERSONAL EXPERIENCE] / [UNIQUE INSIGHT] are FORBIDDEN: render_lint L6 hard-veto, stripped at publish). Name the actual substance: a synthesis no source states outright, a common error to correct, an honest trade-off to name, a comparison nobody publishes. ⚠️ Only plan first-hand experience if the project genuinely HAS it — never plan a test/tasting/visit the publisher did not do.
  8. Surface targeting matrix — which AI engines we're optimizing for
  9. PAA questions to incorporate (Featured Snippet candidates)

Read the full file on GitHub · 173 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. 12d ago First seen · 173 lines · 74 tokens per session scan A 035bebc89301

Subscribe to this mod's changes

head-of-research is an agent published in the GitHub repository XuanRanL/loamwright-SEO-Skill (49 stars, last pushed 25d ago), licensed Apache-2.0. It adds 74 tokens to every session and 1,914 once invoked, about $0.0004 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

schema-generator

Structured-data specialist. Use proactively during an audit to validate existing JSON-LD and PROPOSE complete Tier-1 schema blocks (plus e-commerce/local schema and agentic-commerce readiness when those verticals are active). It proposes diffs only and does NOT write files.

Hainrixz/claude-seo-ai · 56 tokens

seo-fixer-writer

The ONLY agent allowed to write files. Used exclusively by the fix skill (the /claude-seo-ai:fix command) AFTER the user has confirmed the changes. Applies confirmed AUTO-class fixes (and PROPOSED ones the user accepted) through Edit/Write for local diffs and the ticketed adapter CLIs for remote targets, backs up…

Hainrixz/claude-seo-ai · 93 tokens

geo-schema

Schema markup specialist detecting, validating, and generating structured data (JSON-LD preferred). Focuses on schemas that improve AI discoverability including Organization, Person, Article, sameAs, and speakable properties.

Cognitic-Labs/geoskills · 44 tokens

geo-citability

AI citability scoring and optimization specialist. Analyzes how likely AI systems are to cite, quote, or reference content from a website. Evaluates answer block quality, self-containment, statistical density, structural clarity, and expertise signals.

Cognitic-Labs/geoskills · 53 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

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.

microsoft/playwright · 151 tokens