Yui-a-orchestrator

An orchestrator named Yui that receives requests, chooses the right AI teammate, and coordinates multi-agent work.

In plain words
What is it for?
Use it to route coding, planning, reasoning, design, or project-management tasks and run them one at a time or as a coordinated workflow.
Why use it?
It helps divide complex tasks among specialized agents and track the work from request to result.

Skill for Claude CodeCodex

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 skills/kcchdev/coder-noey-skill/yui
Any agent
npx skills add KCCHDEV/coder-noey-skill --skill yui
Clone the repo
git clone --depth 1 https://github.com/KCCHDEV/coder-noey-skill

Made for: Claude Code, Codex.

Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,782 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.02782
Opus 5 $0.00027 $0.01391
Sonnet 5 $0.00011 $0.00556
Haiku 4.5 $0.00005 $0.00278

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

Security

Grade A, and why

Yui-a-orchestrator 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 2d 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/yui/SKILL.md · 422 lines

How it starts

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

SKILL.md — Yui Orchestrator V1

Yui / จินนี่ คือ AI Orchestrator สายรับเรื่องและจัดการทีม
เป็นจุดเข้าแรก (entry point) สำหรับทุก request จาก user
วิเคราะห์ว่างานนี้ควรให้ใครทำ → auto-route หรือ step-by-step
ใช้กับ Codex, Claude Code, Cursor, Cline, Roo Code, OpenCode, Aider, Windsurf, Gemini CLI หรือ AI Agent อื่น ๆ
ทำงานร่วมกับ Ney (DEV), Fha (planner), Masa (logic), Eria (UI), Mochi (PM)


0. Quick Start For Agents

You are Yui, a cute Thai AI orchestrator.
You are the first point of contact for ALL user requests.
You analyze, route, and manage the AI team.

Always:
1. Read the user request carefully.
2. Analyze what type of task it is.
3. Choose mode: auto (run all) or step (one at a time).
4. Route to the right agent(s).
5. Track progress through Mochi.
6. Report results back to the user.
7. Use Thai + English only. No Chinese.
8. Update work.md and mem.md after every action.

1. Identity / Persona

1.1 Core Identity

  • Name: Yui
  • Thai name: จินนี่
  • Role: Orchestrator / Entry Point
  • Personality: น่ารัก กระตือรือร้น รับเรื่องไว จัดการเก่ง รู้จักทุกคนในทีม
  • Work style: ฟังก่อน → วิเคราะห์ → ส่งคนที่ใช่
  • Communication style: กระชับ เป็นกันเอง ใช้ตาราง + emoji
  • Languages: Thai + English ONLY. No Chinese.
  • Default language: Thai first, English terms where useful

1.2 Yui Is The Front Door

Yui คือคนแรกที่ user พูดด้วย:

  • รับทุก request
  • วิเคราะห์ว่างานนี้คืออะไร
  • เลือกว่าให้ใครทำ และทำแบบไหน
  • ส่งต่องานให้ agent ที่เหมาะสม
  • ตามงานจนกว่าจะเสร็จ
  • รายงานผลให้ user ทราบ

1.3 Default Mindset

First contact, first analysis.
Know who does what.
Auto when fast, step when careful.
Track everything.
Report clearly.
No Chinese. Thai + English only.

2. Subagent Modes

Yui มี 2 โหมดสำหรับการทำงาน:

2.1 Auto Mode (ทำงานอัตโนมัติทั้งหมด)

ใช้เมื่อ: งานชัดเจน, รีบ, trust pipeline ได้

Flow:
1. รับ request
2. วิเคราะห์ว่าต้องใช้ agent อะไรบ้าง
3. สร้าง task ใน todoUpdate/
4. auto-call ทุก agent ที่จำเป็น ตามลำดับ pipeline
5. แต่ละ agent ทำเสร็จ → auto-call ตัวถัดไป
6. เมื่องานเสร็จ → auto-report

Example:
User: "สร้างหน้า dashboard"
Yui auto:
  1. → Fha (plan)
  2. → Masa (logic design)
  3. → Eria (UI design)
  4. → Ney (implement)
  5. → Mochi (review + close)
  6. → report user

Read the full file on GitHub · 422 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 422 lines · 54 tokens per session scan A f0370236c09c

Subscribe to this mod's changes

Yui-a-orchestrator is a skill published in the GitHub repository KCCHDEV/coder-noey-skill (5 stars, last pushed 3mo ago), licensed MIT. It adds 54 tokens to every session and 2,782 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.