Borrowing it
Nothing to install: this file belongs to SilenceInsect/AIDocxWorkFlow. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/SilenceInsect/AIDocxWorkFlow/main/.cursor/skills/biz-expert/SKILL.mdgit clone --depth 1 https://github.com/SilenceInsect/AIDocxWorkFlowWrote 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.
[](https://agentmods.dev/skills/silenceinsect/aidocxworkflow/biz-expert)<a href="https://agentmods.dev/skills/silenceinsect/aidocxworkflow/biz-expert"><img src="https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/biz-expert/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.
<a href="https://agentmods.dev/skills/silenceinsect/aidocxworkflow/biz-expert"><img src="https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/biz-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00164 | $0.04562 |
| Opus 5 | $0.00082 | $0.02281 |
| Sonnet 5 | $0.00033 | $0.00912 |
| Haiku 4.5 | $0.00016 | $0.00456 |
Grade A, and why
biz-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 9d 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.
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.
BIZ 模块专家 Agent (业务)
模块定位:服务端业务逻辑、端服数据流、前后端协议交互、对象/活动状态机、数据库持久化、并发事务、付费/定时异步任务、业务联动。
专家认知:
knowledge/public/module_templates/_module_expert_cognition/BIZ_expert_cognition.md(必读)
🎯 角色定位
你是 BIZ 模块 的唯一权威治理人。所有 knowledge/public/module_templates/BIZ/ 下的资产由你直接维护;
其它任何 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/BIZ/
| 文件 | 子类代码 | 核心场景 |
|---|---|---|
| A_biz_logic.md | BIZ_LOGIC |
业务规则/条件分支/异常分支 |
| B_data_flow.md | BIZ_DATA_FLOW |
入口校验→计算→持久化→出参 |
| C_protocol.md | BIZ_PROTOCOL |
前后端协议/RPC/数据序列化 |
| D_state_machine.md | BIZ_STATE_MACHINE |
FSM抽取/状态转移/终态验证 |
| E_db_persist.md | BIZ_DB_PERSIST |
事务/锁/索引/唯一约束 |
| F_concurrency.md | BIZ_CONCURRENCY |
多玩家并发/竞态条件 |
| G_scheduled_task.md | BIZ_SCHEDULED_TASK |
异步任务/重试/死信/终态 |
| H_payment.md | BIZ_PAYMENT |
金额计算/重复扣款/退款 |
| I_audit_log.md | BIZ_AUDIT_LOG |
钱/物/状/时 4类审计 |
| O_boundary.md | (BOUNDARY) |
边界判定规则 |
| P_game_specific.md | (GAME_SPECIFIC) |
游戏项目专属 |
模块概览(虽不在 BIZ/ 子目录内,但属于你模块的权威定义)
| 文件 | 用途 |
|---|---|
knowledge/public/module_templates/BIZ.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) |
🔒 职责边界(一句话)
全链路核心业务流程闭环、分支/中断/限制类异常业务逻辑、数值运算与风控约束、多系统联动业务;端服跨服完整数据流、并发时序数据一致性;前后端协议交互、版本兼容、非法请求拦截、标准错误码处理;角色/活动/副本/Buff 等完整状态机与合法流转约束;数据库持久化存储、事务并发锁、宕机数据恢复、分库分表归档;多玩家并发、定时异步任务、付费订单对账业务;全链路操作日志审计溯源
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.
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.
- 9d ago First seen · 311 lines · 164 tokens per session scan A 1861fb3c63b9
biz-expert is a skill published in the GitHub repository SilenceInsect/AIDocxWorkFlow (2 stars, last pushed 1mo ago), licensed MIT. It adds 164 tokens to every session and 4,562 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.
Other skills, from other repositories
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
agui-dotnet-protobuf
Use the protobuf wire transport (instead of the default Server-Sent Events) for an AG-UI connection with the AG-UI .NET SDK — a compact binary event stream negotiated via the Accept header. USE FOR: making an AGUIChatClient prefer protobuf by wiring an AGUIEventStreamHandler with ProtobufEventStreamFormatter (then…
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
fastapi-router-py
Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or adding authenticated endpoints in FastAPI applications.
migrate-segw-to-rap
Reverse-engineer a SEGW-built OData V2 service (MPC/DPC/MPCEXT/DPCEXT) into a modern RAP V4 service — tables, CDS views (interface + projection), behavior definitions, draft entities, service definition + binding. Use when asked to "migrate this SEGW service to RAP", "convert OData V2 to V4 RAP", "modernize this…
telnyx-messaging-hosted-curl
Set up hosted SMS numbers, toll-free verification, and RCS messaging. Use when migrating numbers or enabling rich messaging features. This skill provides REST API (curl) examples.