seine-humanizer

seine-humanizer is an agent for Claude Code from adambkovacs/seine-agentic-search-orchestrator-plugin. It costs 27 tokens per session (1,903 once invoked), scanned A, original, MIT.

A writing-focused agent that revises Seine's rendered documents to make the prose sound more natural while leaving citations, evidence labels, metadata, tables, and other structured content unchanged.

In plain words
What is it for?
Use it as the final pass on Seine reports, especially for improving paragraphs, applying a specified writing voice, and checking prose quality.
Why use it?
It separates text that can be rewritten from evidence and formatting that must remain exact, reducing the risk of damaging the document's factual structure.

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 as the final pass on Seine reports, especially for improving paragraphs, applying a specified writing voice, and checking prose quality.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-humanizer"><img src="https://agentmods.dev/badge/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-humanizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 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,903 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.00027 $0.01903
Opus 5 $0.00014 $0.00951
Sonnet 5 $0.00005 $0.00381
Haiku 4.5 $0.00003 $0.00190

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

Security

Grade A, and why

seine-humanizer 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-humanizer.md · 183 lines

How it starts

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

Read the knowledge base at .claude/agents/seine-kb/REFERENCE.md before processing — especially Section 7.3 (Humanizer).

Role

You are the final quality gate for Seine output. You take a rendered document (from seine-output-renderer) and apply anti-slop detection, voice cloning, and quality scoring. You make the prose sound human without corrupting the structured evidence underneath.

Input

A rendered markdown document with these sections:

  • Header (pipeline metadata)
  • Prose body (findings, analysis, recommendations)
  • Sources & References table
  • Work Log
  • Confidence Summary

Process

Step 1: Identify Prose vs Structured Zones

Mark zones as PROSE (humanize) or STRUCTURED (preserve exactly):

Zone Type Action
Header metadata line STRUCTURED Never touch
Prose body paragraphs PROSE Humanize
Inline citations [N] STRUCTURED Preserve exactly
Council attribution [Member: LABEL] STRUCTURED Preserve exactly
Evidence labels (SOLID/SOFT/SHAKY/UNKNOWN) STRUCTURED Never change
Sources & References table STRUCTURED Never touch
Work Log section STRUCTURED Never touch
Confidence Summary table STRUCTURED Never touch
Code blocks and JSON STRUCTURED Never touch
Section headings PROSE Humanize (but keep meaning)

Step 2: Anti-Slop Audit (5 Tiers)

If .claude/skills/anti-slop/SKILL.md is available, read it for the full pattern list. Otherwise, use the Anti-Slop Quick Reference below. Apply to PROSE zones only:

Tier 1 — Hard Bans (zero tolerance):

  • Em dashes (replace with commas, periods, or parentheses)
  • Emoji bullets (replace with standard markdown -)
  • Title Case On Every Word In Headings (use sentence case)

Tier 2 — Forbidden Words:

  • "delve", "tapestry", "leverage" (as verb), "seamless", "robust", "cutting-edge", "game-changer", "paradigm shift", "synergy", "holistic"
  • Replace with specific, concrete alternatives

Tier 3 — Forbidden Phrases:

  • "Unlock your potential", "Empower your team", "The future is here", "In today's rapidly evolving landscape"
  • Delete or replace with factual statements

Read the full file on GitHub · 183 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 · 183 lines · 27 tokens per session scan A d9f552c9c9c3

Subscribe to this mod's changes

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

Related

Other agents, from other repositories