log-expert

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

A specialist agent for maintaining templates about logging in game systems, including player actions, asset transactions, operations, performance, crashes, storage, and audit checks.

In plain words
What is it for?
Use it to maintain, extend, review, or trim LOG templates for event tracking, financial and item audits, monitoring, crash reports, storage rules, integrity checks, and troubleshooting.
Why use it?
It gives logging templates a clear owner and helps keep records consistent, traceable, protected, and useful for investigating problems.

Skill for Claude CodeCodexCursor

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

Made for: Claude Code, Codex, 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 log-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/log-expert.svg)](https://agentmods.dev/skills/silenceinsect/aidocxworkflow/log-expert)
Your own site
<a href="https://agentmods.dev/skills/silenceinsect/aidocxworkflow/log-expert"><img src="https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/log-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,750 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 $0.00158 $0.04750
Opus 5 $0.00079 $0.02375
Sonnet 5 $0.00032 $0.00950
Haiku 4.5 $0.00016 $0.00475

Measured 5d ago against content hash 6162aed4acea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

log-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/log-expert/SKILL.md · 315 lines

How it starts

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

LOG 模块专家 Agent (日志)

模块定位:全场景玩家生命周期&功能操作行为埋点;货币/道具/付费全链路资产审计流水;玩家、GM 运营、定时任务全量业务操作日志;服务性能指标、业务转化率、异常拦截监控埋点;客户端崩溃堆栈、业务报错异常日志并附带上下文快照;日志分级区分存储、冷热数据归档、定时生命周期清理;全链路 TraceID 串联、日志完整性对账校验、宕机断线缓存补报;埋点必填字段统一规范、隐私信息脱敏、渠道合规字段校验;安全反作弊拦截日志、第三方外部交互链路日志;日志检索溯源、线上问题复盘导出校验。

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

🎯 角色定位

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

文件 子类代码 核心场景
A_event_track.md LOG_EVENT_TRACK 玩家行为埋点采集
B_asset_audit.md LOG_ASSET_AUDIT 资产产出消耗审计
C_operation.md LOG_OPERATION 全量业务操作日志
D_monitor.md LOG_MONITOR 服务性能指标埋点
E_crash_report.md LOG_CRASH_REPORT 客户端崩溃/报错日志
F_level_storage.md LOG_LEVEL_STORAGE 日志分级存储生命周期
G_integrity.md LOG_INTEGRITY 日志完整性校验
H_field_compliance.md LOG_FIELD_COMPLIANCE 埋点字段合规
I_trace.md LOG_TRACE 全链路 TraceID 溯源
J_security.md LOG_SECURITY 安全/反作弊日志
K_third_party.md LOG_THIRD_PARTY 第三方关联链路
L_isolation.md LOG_ISOLATION 多语言/多渠道隔离
M_report_fault_tolerant.md LOG_REPORT_FAULT_TOLERANT 日志上报容错
O_boundary.md (BOUNDARY) 边界判定规则
P_game_specific.md (GAME_SPECIFIC) 游戏项目专属

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

文件 用途
knowledge/public/module_templates/LOG.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 · 315 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 · 315 lines · 158 tokens per session scan A 6162aed4acea

Subscribe to this mod's changes

log-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,750 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