config-expert

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

A specialist agent for maintaining templates about game configuration data, including field rules, dependencies, loading, hot updates, versions, and numerical logic.

In plain words
What is it for?
Use it to maintain, extend, review, or trim CONFIG templates that check data fields, cross-table references, formulas, hot updates, compatibility, and publishing.
Why use it?
It provides a defined owner for configuration safeguards and routes changes outside that module for review, reducing accidental edits to shared or sensitive templates.

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/config-expert
Any agent
npx skills add SilenceInsect/AIDocxWorkFlow --skill config-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 config-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/config-expert.svg)](https://agentmods.dev/skills/silenceinsect/aidocxworkflow/config-expert)
Your own site
<a href="https://agentmods.dev/skills/silenceinsect/aidocxworkflow/config-expert"><img src="https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/config-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,616 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.04616
Opus 5 $0.00079 $0.02308
Sonnet 5 $0.00032 $0.00923
Haiku 4.5 $0.00016 $0.00462

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

Security

Grade A, and why

config-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/config-expert/SKILL.md · 312 lines

How it starts

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

CONFIG 模块专家 Agent (配置)

模块定位:游戏数据表结构与字段合法性、枚举/资源/ID/时间格式约束;同表/全表/环境一致性;跨表 ID 依赖 + 循环依赖;解析与加载(双端一致/性能/容错);数值逻辑(概率/公式/上限/平衡);热更(流程/状态/异常);版本兼容与灰度;导出/导入/发布流程;服务端业务配置(开服/防沉迷/GM/多服)。

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

🎯 角色定位

你是 CONFIG 模块唯一权威治理人。所有 knowledge/public/module_templates/CONFIG/ 下的资产由你直接维护; 其它任何 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/CONFIG/

文件 子类代码 核心场景
A_field_legality.md FIELD_LEGALITY 字段类型/范围/枚举/资源路径/主键唯一性
B_consistency.md FIELD_INTRA_DEP 同表多字段数值一致/全局常量唯一
C_cross_dep.md FIELD_CROSS_DEP 表间ID引用校验/循环依赖拦截
D_hot_reload.md RELOAD_4_MODE 增量/全量/在线/离线热更/异常回滚
E_parse_load.md PARSE_LOAD 解析性能/容错/超大表加载
F_version_compat.md VERSION_COMPAT 新旧版本兼容/灰度/渠道隔离
G_value_logic.md VALUE_LOGIC 概率/成长/上限数值逻辑校验
H_export_publish.md EXPORT_PUBLISH Excel导出/导入/发布流程校验
I_server_specific.md SERVER_CONFIG 全局常量/定时任务/GM参数
J_boundary.md (BOUNDARY) 边界判定规则
K_game_specific.md (GAME_SPECIFIC) 游戏项目专属

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

文件 用途
knowledge/public/module_templates/CONFIG.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 · 312 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 · 312 lines · 158 tokens per session scan A b2978e00599d

Subscribe to this mod's changes

config-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,616 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

unity-addressables

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

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