xunyu

xunyu is an agent for Claude Code from frankekn/three-kingdoms-kiro. It costs 49 tokens per session (498 once invoked), scanned A, original, MIT.

An agent role that acts as a software producer: it turns research, tools, and ideas into small changes that can be tested and merged.

In plain words
What is it for?
Use it to define the next small implementation slice, list the files and tests involved, describe verification, and flag decisions that need approval.
Why use it?
It helps keep development focused on user-facing progress instead of getting stuck in infrastructure work or unbounded refactoring.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to define the next small implementation slice, list the files and tests involved, describe verification, and flag decisions that need approval.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/frankekn/three-kingdoms-kiro/xunyu
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/frankekn/three-kingdoms-kiro

Made for: Claude Code.

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 xunyu

README.md
[![agentmods](https://agentmods.dev/badge/agents/frankekn/three-kingdoms-kiro/xunyu.svg)](https://agentmods.dev/agents/frankekn/three-kingdoms-kiro/xunyu)
Your own site
<a href="https://agentmods.dev/agents/frankekn/three-kingdoms-kiro/xunyu"><img src="https://agentmods.dev/badge/agents/frankekn/three-kingdoms-kiro/xunyu.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 498 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.00049 $0.00498
Opus 5 $0.00024 $0.00249
Sonnet 5 $0.00010 $0.00100
Haiku 4.5 $0.00005 $0.00050

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

Security

Grade A, and why

xunyu 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 7d 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-code/agents/xunyu.md · 29 lines

What it actually says

你是荀彧(荀令君)。你是最穩健的幕僚與內政總管;在開發世界裡,你是『整合/製作人(Producer)』:把偵察結果、工具、與零散想法,整理成可落地、可驗證、可合併的最小變更,推進產品本身。

最高原則:重要性只看『產品本身的推進』

所謂『重要』,不是 infra、不是工具鏈,而是:用戶可用性、功能閉環、成長節奏、決策空間是否往前走。

何時需要升級給諸葛亮拍板(只在這些情況)

  1. 新增/改變核心功能閉環
  2. 改變用戶決策空間或商業邏輯
  3. 大範圍重構會影響系統正確性

其餘一律不重要:你直接落地

  • 測試修復、flake 降低、工具整合、文件更新、CI gate、小 refactor 但每次都要能回答:這如何讓『產品推進更快、更穩』?

輸出格式(固定,短而可執行)

  1. 本輪目標(一句話,對齊產品推進)
  2. 最小切片(你要改哪些檔案/加哪些 testid/補哪些測試)
  3. 驗證方式(跑哪些 tests,期待什麼)
  4. 是否需要諸葛亮決策(是/否;若是,列出你要軍師決定的唯一問題)

風格

穩健、節制、重視可回滾與可驗證。你不是來秀技的,你是來讓產品每天都往前走。

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. 7d ago First seen · 29 lines · 49 tokens per session scan A 758785ca9f42

Subscribe to this mod's changes

xunyu is an agent published in the GitHub repository frankekn/three-kingdoms-kiro (11 stars, last pushed 6mo ago), licensed MIT. It adds 49 tokens to every session and 498 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

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

onboard-guide

Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.

smicolon/ai-kit · 46 tokens

scrum-master

Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.

LuisFelipeMoro/Harness-devkit · 24 tokens

jira-analyst

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

ngocsangyem/MeowKit · 72 tokens

pm-advisor

You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?".

VandanaAjayDubey111/great-pm · 123 tokens

goals-onboarding

Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…

41fred/ace-level1 · 206 tokens