biao-ben-priority

biao-ben-priority is a skill for Claude Code from dhicoc/wuyun-liuqi-skills. It costs 103 tokens per session (2,733 once invoked), scanned A, original, MIT.

A prioritization framework for problems that have both root causes and visible consequences. It explains when to address the underlying cause first and when a severe immediate problem must come first.

In plain words
What is it for?
Use it to order work when several connected problems need attention, such as a cause followed by a serious symptom. It helps choose between root-first, symptom-first, or parallel handling.
Why use it?
It prevents teams from following “fix the root cause first” blindly when a visible issue is already blocking everything else. It also helps decide whether related problems should be handled together or one at a time.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the wuyun-liuqi-skills plugin — 38 skills shipped together

Good fit Use it to order work when several connected problems need attention, such as a cause followed by a serious symptom. It helps choose between root-first, symptom-first, or parallel handling.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dhicoc/wuyun-liuqi-skills/biao-ben-priority
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.

Any agent
npx skills add dhicoc/wuyun-liuqi-skills --skill biao-ben-priority
Clone the repo
git clone --depth 1 https://github.com/dhicoc/wuyun-liuqi-skills

Made for: Claude Code.

Or install wuyun-liuqi-skills, the plugin that ships this one along with the rest of its 38 skills.

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 biao-ben-priority

README.md
[![agentmods](https://agentmods.dev/badge/skills/dhicoc/wuyun-liuqi-skills/biao-ben-priority/github.svg)](https://agentmods.dev/skills/dhicoc/wuyun-liuqi-skills/biao-ben-priority)
Your own site
<a href="https://agentmods.dev/skills/dhicoc/wuyun-liuqi-skills/biao-ben-priority"><img src="https://agentmods.dev/badge/skills/dhicoc/wuyun-liuqi-skills/biao-ben-priority/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 biao-ben-priority

Your own site · 80×15
<a href="https://agentmods.dev/skills/dhicoc/wuyun-liuqi-skills/biao-ben-priority"><img src="https://agentmods.dev/badge/skills/dhicoc/wuyun-liuqi-skills/biao-ben-priority.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,733 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00103 $0.02733
Opus 5 $0.00051 $0.01367
Sonnet 5 $0.00021 $0.00547
Haiku 4.5 $0.00010 $0.00273

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

Security

Grade A, and why

biao-ben-priority 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.

scripts/lib/neijing_snapshot/suwen/biao-ben-priority/SKILL.md · 147 lines

How it starts

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

标本缓急决策框架

R — 原文 (Reading)

黄帝问曰: 病有标本, 刺有逆从, 奈何? 岐伯对曰: 凡刺之方, 必别阴阳, 前后相应, 逆从得施, 标本相移。故曰: 有其在标而求之于标, 有其在本而求之于本, 有其在本 而求之于标, 有其在标而求之于本。故治有取标而得者, 有取本而得者。 知标本者, 万举万当; 不知标本, 是谓妄行。 先病而后逆者治其本, 先逆而后病者治其本, 先寒而后生病者治其本, 先热而后生中满 者治其标。人有客气, 有同气。小大不利治其标, 小大利治其本。病发而有余, 本而 标之, 先治其本, 后治其标; 病发而不足, 标而本之, 先治其标, 后治其本。间者并行, 甚者独行。

— 黄帝/岐伯, 标本病传论篇第六十五


I — 方法论骨架 (Interpretation)

标本缓急决策框架用于在多个交织的问题中确定处理优先级。

其核心概念和操作规则:

  1. 标本的定义: "本"是先发生的问题、根本原因;"标"是后发生的问题、表面症状。先病为本, 后病为标。本决定标的方向, 标反映本的状态。

  2. 标本不是固定的: "标本相移"——在特定条件下, 标和本的角色可以互换。当标(表面问题)已经严重到危及系统时, 它就变成了必须先处理的"急症", 优先级反而高于本。

  3. 三条优先级规则:

    • 一般规则: 先治本(先解决根本原因, 症状会随之消退)。
    • 急症例外: 中满(消化堵塞)、二便不利(排泄受阻)等急症, 即使是标, 也要先治。
    • 虚实规则: 有余(实证)先治本后治标; 不足(虚证)先治标稳住局面, 再治本。
  4. 间甚原则: "间者并行, 甚者独行"——问题不太严重时可以标本同时治; 问题很严重时必须集中力量一个一个来。

这个框架的精髓在于: 它不是简单的"先治本", 而是一套有条件的、可动态调整的优先级系统。


A1 — 书中的应用 (Past Application)

案例 1: 先热后生中满——标本转化

  • 问题: 一个人先有发热(本), 后来出现了腹胀中满(标)。按一般规则应该先治本(退热), 但这里岐伯说"先热而后生中满者治其标"。
  • 方法论的使用: 虽然发热是本, 但中满(消化系统堵塞)已经变成急症——消化不通, 药力无法吸收, 身体营养断供。此时治本(退热)的条件不具备。
  • 结论: 标(中满)虽然后发, 但它已经变成阻碍一切的关键瓶颈, 必须先通中满, 才有条件退热。
  • 结果: 先用泻法通中满, 再用清热法治本。这体现了"标本相移"——急症可以把标提升为优先处理项。

案例 2: 病发而不足——先标后本

  • 问题: 疾病表现为"不足"(虚证/功能衰退), 本和标先治哪个?
  • 方法论的使用: "病发而不足, 标而本之, 先治其标, 后治其本。"虚证意味着系统已经很弱, 直接攻本(去根)会进一步消耗系统。
  • 结论: 虚证时必须先扶正(治标, 稳住现状), 等系统有一定承受力之后, 再去治本。
  • 结果: 这一规则防止了"虚人猛攻"导致系统崩溃的错误决策。

A2 — 触发场景 (Future Trigger) ★

用户会在什么情境下需要这个 skill?

  1. 多问题交织: 用户同时面临3个以上的问题, 且这些问题之间存在因果关系——有些是因(本), 有些是果(标), 不知道先从哪个下手。
  2. 治标治本之争: 用户或团队在争论"先解决表面问题"还是"先解决根本原因", 需要一个清晰的决策框架来打破僵局。
  3. 资源有限需排序: 资源(时间、精力、预算)只够处理一部分问题, 必须确定优先级, 而且优先级需要动态调整(因为治了A可能会影响B)。

语言信号 (用户的话里出现这些就应激活)

  • "问题太多了, 不知道先解决哪个"
  • "治标不治本" 或 "要从根本上解决"
  • "表面问题是X, 但我觉得根源是Y"
  • "一边救火一边着火, 根本停不下来"
  • "先处理紧急的还是先处理重要的"

与相邻 skill 的区分

  • yin-yang-balance 的区别: 阴阳平衡解决的是"方向"(该补还是该泄), 标本缓急解决的是"顺序"(先做哪个后做哪个)。
  • five-elements-network 的区别: 五行生克揭示的是"传导路径"(问题如何扩散), 标本缓急揭示的是"处理顺序"(在传导路径上从哪里开始干预)。

Read the full file on GitHub · 147 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 · 147 lines · 103 tokens per session scan A 97eb818b7de9

Subscribe to this mod's changes

biao-ben-priority is a skill published in the GitHub repository dhicoc/wuyun-liuqi-skills (42 stars, last pushed 27d ago), licensed MIT. It adds 103 tokens to every session and 2,733 once invoked, about $0.0005 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.