qidahen-ui-imagegen-rules

qidahen-ui-imagegen-rules is a skill for Claude Code, Codex from zhuanggenhua/BoardGame. It costs 27 tokens per session (531 once invoked), scanned A, original, MIT.

A Chinese-language workflow for the Qidahen board-game interface, image-generation prompts, and runtime layout checks. It contains rules specific to the game’s main board and existing printed controls.

In plain words
What is it for?
Use it when designing the main Qidahen board UI, writing image prompts, or auditing its runtime layout.
Why use it?
It helps keep generated or reviewed Qidahen screens consistent with the game’s board structure and action model.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when designing the main Qidahen board UI, writing image prompts, or auditing its runtime layout.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules
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 zhuanggenhua/BoardGame --skill qidahen-ui-imagegen-rules
Clone the repo
git clone --depth 1 https://github.com/zhuanggenhua/BoardGame

Made for: Claude Code, Codex.

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 qidahen-ui-imagegen-rules

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules/github.svg)](https://agentmods.dev/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules)
Your own site
<a href="https://agentmods.dev/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules"><img src="https://agentmods.dev/badge/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules/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 qidahen-ui-imagegen-rules

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules"><img src="https://agentmods.dev/badge/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 531 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 32
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00027 $0.00531
Opus 5 $0.00014 $0.00266
Sonnet 5 $0.00005 $0.00106
Haiku 4.5 $0.00003 $0.00053

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

Security

Grade A, and why

qidahen-ui-imagegen-rules 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.

.spec/skills/qidahen-ui-imagegen-rules/SKILL.md · 35 lines

What it actually says

七大恨 UI / 生图专项约束

适用范围:只在 qidahen / 七大恨 的主棋盘 UI、生图 prompt、运行时布局审计里使用。
分层说明:这些内容是七大恨专属约束,不得上抬到通用 skill 或通用 UI 规范。

主板与已有印刷控件

  • 主地图素材是完整版图,不拆地图。
  • 左上公共轮盘已经承担行动指示器职责,不再额外生成第二个“轮盘行动”面板或解释器。
  • 朝鲜区域与主地图同画布存在,不做独立朝鲜副面板;只增强原图里的朝鲜牌库和朝鲜弃牌槽。
  • 纪年卡位在原图右下,优先增强原卡位,不另造第二套纪年区。

主行动模型

  • 每回合主动作是 手牌行动 + 轮盘行动,不是四个并列主按钮。
  • 轮盘是全场共享节奏,不是某个玩家私有技能盘。
  • 如果当前画面已经用地图高亮、轮盘高亮或箭头表达了候选对象,常驻文案只补动作意图,不复述“绿色可点/轮盘可点”。

常驻 UI 边界

  • 行动记录默认不出现在主界面;即使用户要看,也优先做临时浮层或展开层,不占底部或右侧常驻主槽位。
  • 底部优先承担手牌入口、当前手牌行动入口和必要确认入口;不要铺成一整条重 HUD。
  • 不生成区域编辑器、单位摆放工具、AP、科技树、任务栏这类不属于七大恨规则的系统。

使用方式

  • 先读通用 .spec/skills/boardgame-ui-imagegen/SKILL.md,拿共性约束。
  • 再读本文档,补七大恨自己的棋盘结构、主行动模型和禁止项。
  • 如果后续七大恨 UI 再出现新特例,继续写在这里或同目录专项文档,不要回写到通用 skill。
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 · 35 lines · 27 tokens per session scan A 7373bccd8aa5

Subscribe to this mod's changes

qidahen-ui-imagegen-rules is a skill published in the GitHub repository zhuanggenhua/BoardGame (23 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 531 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 skills, from other repositories

gameobject-component-destroy

Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.

IvanMurzak/Unity-MCP · 49 tokens

unity-version-split

Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).

IvanMurzak/Unity-MCP · 59 tokens

godot-signals-groups

Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…

gamedev-skills/awesome-gamedev-agent-skills · 95 tokens

motion

How an agent turns a character mesh into a usable animated FBX — and how to judge whether the result is shippable.

OpenDCAI/GameFactory-3A · 0 tokens

unity-addressables

Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based).

Besty0728/Unity-Skills · 25 tokens

threejs-exposure-color-grading

Build a measured exposure and grading path in Three.js. Use for a 64x36 encoded luminance meter, asynchronous readback, weighted log-average exposure, asymmetric adaptation, single tone-map ownership, and a generated 32-cube post-tone-map LUT.

scottstts/Threejs-Awesome-Graphics-Agent-Skills · 60 tokens