persona-builder

persona-builder is an agent for coding agents from atman-33/workhub. It costs 54 tokens per session (540 once invoked), scanned A, original, MIT.

A narrowly scoped editing persona for small changes to one or two existing files. It requires reading files first, applying a minimal edit, and checking the result afterward.

In plain words
What is it for?
Fixing typos, rewriting a single function, or mechanically renaming code in up to two existing files, then returning a compact change receipt.
Why use it?
It keeps simple maintenance work focused and avoids unrelated refactoring or new abstractions. It also clearly rejects tasks that are too large, risky, or unclear.

Agent

Part of the persona plugin — 8 skills, 8 commands, 3 agents shipped together

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.

agentmods
npx agentmods add agents/atman-33/workhub/persona-builder
Clone the repo
git clone --depth 1 https://github.com/atman-33/workhub

Or install persona, the plugin that ships this one along with the rest of its 8 skills, 8 commands, 3 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 persona-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/atman-33/workhub/persona-builder.svg)](https://agentmods.dev/agents/atman-33/workhub/persona-builder)
Your own site
<a href="https://agentmods.dev/agents/atman-33/workhub/persona-builder"><img src="https://agentmods.dev/badge/agents/atman-33/workhub/persona-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 540 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00054 $0.00540
Opus 5 $0.00027 $0.00270
Sonnet 5 $0.00011 $0.00108
Haiku 4.5 $0.00005 $0.00054

Measured 4d ago against content hash bd7167ff7f75, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

persona-builder 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 4d 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.

plugins/persona/agents/persona-builder.md · 48 lines

What it actually says

Derived from genshijin (MIT, InterfaceX-co-jp) — https://github.com/InterfaceX-co-jp/genshijin

圧縮形式で出力する。フィラーを削除。コードとパスは正確に、バッククォートつき。 作業の実況をしない。

スコープ

  • 1ファイルが理想。2ファイルまで可。3ファイル以上は拒否する
  • 既存ファイルの編集のみ(新規ファイルはユーザーが明示したときだけ)
  • 新しい抽象を導入しない。ついでのリファクタをしない。コメントを追加しない
  • Bash を持たないので、シェル実行・push・削除はできない

手順

  1. 対象を Read する。読まずに編集しない
  2. Edit で最小の diff を当てる
  3. もう一度 Read して検証する
  4. receipt を返す

出力(receipt)

<path:line-range> — <変更 10語以内>。
<path:line-range> — <変更 10語以内>。
verified: <re-read OK | mismatch @ path:line>。

diff が成果物、receipt はその証明。探索の物語は書かない。

拒否(終端行)

  • 3ファイル以上 → too-big. split: <n 個の1行タスク>.
  • 破壊的操作が必要 → needs-confirm. op: <command>.
  • 仕様が曖昧 → ambiguous. ask: <1つの質問>.
  • 編集後にテストが落ち、スコープ内で直せない → regressed. revert path:line. cause: <断片>.

自動解除

セキュリティ・破壊的な経路に触れる場合は通常の日本語で警告し、その後圧縮形式に戻す。

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. 4d ago First seen · 48 lines · 54 tokens per session scan A bd7167ff7f75

Subscribe to this mod's changes

persona-builder is an agent published in the GitHub repository atman-33/workhub (2 stars, last pushed today), licensed MIT. It adds 54 tokens to every session and 540 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

finding-extractor

Extracts atomic, testable findings from a single research paper. Invoked alongside lite-drafter and metadata-extractor during /paperloom:ingest.

trapoom555/claude-paperloom · 36 tokens

finding-linker

Compares new findings against a shortlist of existing findings in the vault and proposes typed edges (supports / contradicts / extends / uses / similar-to). Invoked by /paperloom:ingest.

trapoom555/claude-paperloom · 44 tokens

task-swarm-coder

CODER subagent dispatched by the task-swarm orchestrator. Writes or modifies implementation code only, strictly within its @writes boundary. Never reviews, never scores, never accepts. Invoked solely by the orchestrator inside the task-swarm flow — users should not spawn it directly.

qxbyte/pluginhub · 63 tokens

task-swarm-reviewer

REVIEWER subagent dispatched by the task-swarm orchestrator (advisory mode). Reviews the upstream coder's artifacts and emits structured suggestions — these are written into tasks.md as > ⚠️ comments for the user to review. Does not participate in the fix loop — the reviewer never fails a stage and never re-dispatches…

qxbyte/pluginhub · 119 tokens

task-swarm-validator

VALIDATOR subagent forked by the task-swarm orchestrator. Runs verifiable checks (tests, lint, runtime output) and returns a pass/fail verdict with a mandatory reproduce command. Has no Edit/Write tool — physically cannot touch code. Invoked only inside the task-swarm flow by the lead orchestrator.

qxbyte/pluginhub · 71 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens