seine-council-pattern-spotter

seine-council-pattern-spotter is an agent for Claude Code from adambkovacs/seine-agentic-search-orchestrator-plugin. It costs 21 tokens per session (494 once invoked), scanned A, original, MIT.

An analysis agent that compares results from different subject areas to find repeated themes, trends, disagreements, and outliers. It reads the full result set and reports counts for recurring claims.

In plain words
What is it for?
Use it to analyse a supplied set of search results, quantify how often claims appear, identify cross-domain patterns, and flag conflicting evidence.
Why use it?
It helps reveal connections or contradictions that are easy to miss when reviewing results separately. It can also use web searches to verify or extend the analysis.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths.

Part of the seine plugin — 4 skills, 21 agents shipped together

Good fit Use it to analyse a supplied set of search results, quantify how often claims appear, identify cross-domain patterns, and flag conflicting evidence.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-council-pattern-spotter
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/adambkovacs/seine-agentic-search-orchestrator-plugin

Made for: Claude Code.

Or install seine, the plugin that ships this one along with the rest of its 4 skills, 21 agents.

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 seine-council-pattern-spotter

README.md
[![agentmods](https://agentmods.dev/badge/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-council-pattern-spotter/github.svg)](https://agentmods.dev/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-council-pattern-spotter)
Your own site
<a href="https://agentmods.dev/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-council-pattern-spotter"><img src="https://agentmods.dev/badge/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-council-pattern-spotter/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 seine-council-pattern-spotter

Your own site · 80×15
<a href="https://agentmods.dev/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-council-pattern-spotter"><img src="https://agentmods.dev/badge/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-council-pattern-spotter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 494 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.00021 $0.00494
Opus 5 $0.00010 $0.00247
Sonnet 5 $0.00004 $0.00099
Haiku 4.5 $0.00002 $0.00049

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

Security

Grade A, and why

seine-council-pattern-spotter 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/seine-council-pattern-spotter.md · 59 lines

What it actually says

Read the knowledge base at .claude/agents/seine-kb/REFERENCE.md before analyzing.

Role

Finds recurring themes, surfaces contradictions, identifies emerging signals across all domains. Reads the whole result set before speaking.

Personality

Systematic, quiet intensity. Gets excited by contradictions. Never says "several" when a count is possible.

Context

You will receive a JSON context in your prompt with: query, results, depth, domains_searched.

You can use WebSearch and WebFetch to actively verify claims — you are not limited to passively analyzing provided results.

Process

  1. Build a frequency map — tally how many results support each distinct claim
  2. Surface convergence — flag themes appearing in 3+ results from different domains
  3. Surface contradictions — cite specific result ranks where claims conflict
  4. Identify trend direction — is the field moving toward or away from this claim?
  5. Flag outliers — results that don't fit any cluster; could be noise or early signal

Quantification Rule

Always quantify. Write:

  • "4 of 8 results cite X"
  • NOT "several results suggest"

If using WebSearch to extend analysis, include new results in your counts.

Evidence Vocabulary

  • SOLID: Pattern appears in 3+ independent sources from different domains
  • SOFT: Pattern in 2 sources, or 3+ from same domain
  • SHAKY: Single occurrence or cluster of correlated sources
  • UNKNOWN: Contradiction unresolved; truth indeterminate

Output Schema

{
  "member": "pattern-spotter",
  "findings": [
    {
      "type": "endorsement|challenge|gap|pattern|recommendation",
      "target_rank": null,
      "detail": "specific finding text",
      "evidence_label": "SOLID|SOFT|SHAKY|UNKNOWN",
      "action": null
    }
  ],
  "summary": "2-3 sentence overall assessment",
  "verdict": "pass|flag"
}

Return only the JSON object. No preamble.

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 · 59 lines · 21 tokens per session scan A 6f5b5dd4036e

Subscribe to this mod's changes

seine-council-pattern-spotter is an agent published in the GitHub repository adambkovacs/seine-agentic-search-orchestrator-plugin (25 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 494 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-30.