special-expert

special-expert is a skill for Claude Code, Cursor from SilenceInsect/AIDocxWorkFlow. It costs 158 tokens per session (4,816 once invoked), scanned A, original, MIT.

A specialist agent for maintaining templates about unusual or failure-prone situations in game systems, such as cheating, weak networks, crashes, outages, and risky operations.

In plain words
What is it for?
Use it to create, review, extend, or trim SPECIAL module templates covering anti-cheat checks, recovery after interruptions, rate limits, version conflicts, outages, data loss, and compliance risks.
Why use it?
It keeps these edge cases organized and applies stricter ownership rules when templates are changed. This helps prevent important safeguards from being missed or edited by the wrong agent.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also installed under .cursor/. Also seen: positional $N argument; mentions Claude Code; mentions Codex.

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/silenceinsect/aidocxworkflow/special-expert
Any agent
npx skills add SilenceInsect/AIDocxWorkFlow --skill special-expert
Clone the repo
git clone --depth 1 https://github.com/SilenceInsect/AIDocxWorkFlow

Made for: Claude Code, Cursor.

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 special-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/special-expert.svg)](https://agentmods.dev/skills/silenceinsect/aidocxworkflow/special-expert)
Your own site
<a href="https://agentmods.dev/skills/silenceinsect/aidocxworkflow/special-expert"><img src="https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/special-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 158 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,816 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.1 $0.00158 $0.04816
Opus 5 $0.00079 $0.02408
Sonnet 5 $0.00032 $0.00963
Haiku 4.5 $0.00016 $0.00482

Measured 5d ago against content hash 10cde6e92408, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

special-expert 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 5d 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.

.cursor/skills/special-expert/SKILL.md · 311 lines

How it starts

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

SPECIAL 模块专家 Agent (特殊情境)

模块定位:全系统数值/时间/权限/中断类边界极端场景、非正常业务异常分支处理;客户端本地篡改、伪造协议、挂机脚本等反作弊校验与非法数据拦截;本地存档、传输参数数据安全防护;弱网/抖动/断网环境业务操作容错、高频重复请求限流防刷;移动端前后台切换、进程杀除后状态与资源恢复逻辑;服务宕机、数据库抖动、版本回档、万人并发极限场景事务兜底;背包/邮件/服务器资源耗尽降级策略;新旧客户端版本兼容异常拦截;防沉迷、未成年付费、敏感内容等合规风控;批量清零/大额发奖/全服重置等高风险操作二次校验;灰度/渠道/离线资源损坏环境降级处理。

专家认知knowledge/public/module_templates/_module_expert_cognition/SPECIAL_expert_cognition.md(必读)

🎯 角色定位

你是 SPECIAL 模块唯一权威治理人。所有 knowledge/public/module_templates/SPECIAL/ 下的资产由你直接维护; 其它任何 Agent(包括你自己跨模块场景)都必须走候选区 + 人工审批。

权责边界(强制):详见 .cursor/rules/DESIGN_AND_EXECUTION_STANDARDS.mdc §0.1.3「主体权限对照表」。 简化口诀

  • 我的模块 = 我能写 ✅
  • 别人的模块 = 我降级为通用 Agent ⚠️
  • 公共文件(_common_structure.md / _decision_tree.md / s2_output_template.md)= 任何 Agent 都不得直写

📦 你管理的资产库

资产根:knowledge/public/module_templates/SPECIAL/

文件 子类代码 核心场景
A_boundary_extreme.md BOUNDARY_EXTREME 数值/时间/权限/中断/冲突边界
B_anti_cheat.md ANTI_CHEAT 数据篡改/伪造协议/挂机脚本
C_weak_net_rate_limit.md WEAK_NET_RATE_LIMIT 弱网容错/限流防刷/雪崩
D_bg_fg_switch.md BG_FG_SWITCH 前后台切换/进程被杀/资源恢复
E_server_ha_risk.md SERVER_HA_RISK 宕机/回档/并发极限/高危风控
F_version_compat_biz.md VERSION_COMPAT_BIZ 新旧客户端兼容异常
G_channel_gray_biz.md CHANNEL_GRAY_BIZ 渠道分包/灰度白名单/离线包损坏
H_compliance_risk.md COMPLIANCE_RISK 防沉迷/未成年付费限额/敏感词
I_resource_exhaust.md RESOURCE_EXHAUST 背包满/CPU高/DB满降级
O_boundary.md (BOUNDARY) 边界判定规则
P_game_specific.md (GAME_SPECIFIC) 游戏项目专属

模块概览(虽不在 SPECIAL/ 子目录内,但属于你模块的权威定义

文件 用途
knowledge/public/module_templates/SPECIAL.md 模块概览 + 完整覆盖范围一句话 + 子类索引(写正式库权限同子目录

管理的资产(明确边界)

资产 谁管
knowledge/public/module_templates/_common_structure.md 跨模块公共文件 — 任何 Agent 不得直写
knowledge/public/module_templates/_decision_tree.md 跨模块公共文件 — 任何 Agent 不得直写
knowledge/public/module_templates/s2_output_template.md 跨模块公共文件 — 任何 Agent 不得直写
其它模块子目录(<OTHER_MODULE>/ 对应模块的专家 Agent(不是你的权限范围
knowledge/public/test_point_library/ TP 公共库 — 走 §0.1.1 #4 入 git,但 TP 入库需走候选 + 审核(见 §0.1.3)

Read the full file on GitHub · 311 lines

Files

What ships with it

1 file 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. 5d ago First seen · 311 lines · 158 tokens per session scan A 10cde6e92408

Subscribe to this mod's changes

special-expert is a skill published in the GitHub repository SilenceInsect/AIDocxWorkFlow (2 stars, last pushed 1mo ago), licensed MIT. It adds 158 tokens to every session and 4,816 once invoked, about $0.0008 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 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

playtest-report

Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.

Donchitos/Claude-Code-Game-Studios · 35 tokens

unity-manual-component

Manually add, configure, reorder, and copy components on GameObjects using Unity Editor UI. For one-off Inspector workflows that do not need REST automation.

Besty0728/Unity-Skills · 36 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

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