TEngine is a Unity framework for building games, providing modules for asynchronous work, hot updates, asset management, configuration tables, and user interfaces. It is for Unity developers and teams making commercial projects across desktop, mobile, web, and WeChat Mini Game targets, with catalogue skills supporting its AI-assisted development workflow.
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.
npx skills add Alex-Rachel/TEngine --skill grill-with-docsgit clone --depth 1 https://github.com/Alex-Rachel/TEngineWrote 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/alex-rachel/tengine/grill-with-docs)<a href="https://agentmods.dev/skills/alex-rachel/tengine/grill-with-docs"><img src="https://agentmods.dev/badge/skills/alex-rachel/tengine/grill-with-docs/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/alex-rachel/tengine/grill-with-docs"><img src="https://agentmods.dev/badge/skills/alex-rachel/tengine/grill-with-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00071 | $0.00716 |
| Opus 5 | $0.00036 | $0.00358 |
| Sonnet 5 | $0.00014 | $0.00143 |
| Haiku 4.5 | $0.00007 | $0.00072 |
Grade A, and why
grill-with-docs 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- grill-with-docs — 100% identical, 0 lines differ
What it actually says
Grill With Docs
对代码变更进行深度审查,利用项目文档提供架构上下文。
何时使用
当用户要求代码审查,或当你需要对变更进行比表面审查更深入的分析时。
流程
1. 收集上下文
在审查任何代码之前,收集相关的项目文档:
- ADR(架构决策记录)— 查找
.adr/或docs/adr/目录。这些记录了关键决策及其理由。审查应验证变更是否与现有决策一致,或是否需要新的 ADR。 - CONTEXT.md — 查找项目根目录或相关包中的
CONTEXT.md文件。这些描述了模块的领域概念和关系。审查应使用此词汇来评估变更是否正确地建模了领域。
参见 ADR-FORMAT.md 和 CONTEXT-FORMAT.md 了解这些文档的预期格式。
2. 审查变更
对于每个变更,评估:
- 领域忠实度 — 变更是否正确建模了领域?是否与 CONTEXT.md 中的概念一致?
- 架构一致性 — 变更是否与现有 ADR 一致?是否引入了需要新 ADR 的决策?
- 模块深度 — 变更是否改善了模块深度(简单接口,深层实现)?还是增加了浅层性?
- 接缝放置 — 变更是否在正确的位置引入了接缝?接缝是否被至少两个适配器(adapter)证明是合理的?
- 泄漏 — 变更是否将知识泄漏到了不该去的模块?是否违反了封装?
3. 产出审查结果
对每个发现:
- 引用支持该发现的 ADR 或 CONTEXT.md
- 如果变更与 ADR 矛盾,建议要么修改变更,要么创建新的 ADR
- 如果变更引入了领域概念但 CONTEXT.md 中没有,建议更新 CONTEXT.md
- 使用 LANGUAGE.md 中的词汇来描述架构问题
原则
- 文档是规范,代码是实现。 当代码与文档矛盾时,审查应标记这一点——并建议哪个应该改变。
- 审查应教学。 引用 ADR 和 CONTEXT.md 不仅是为了证明审查观点,也是为了教作者为什么做出这些决策。
- 没有文档不是借口。 如果项目没有 ADR 或 CONTEXT.md,审查仍应进行——但应建议创建它们,特别是对于架构性变更。
What ships with it
2 files 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.
- 12d ago First seen · 49 lines · 71 tokens per session scan A ffb17374fbeb
grill-with-docs is a skill published in the GitHub repository Alex-Rachel/TEngine (2,334 stars, last pushed yesterday), licensed MIT. It adds 71 tokens to every session and 716 once invoked, about $0.0004 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.
Other skills, from other repositories
et-test-write
ET test authoring workflow for WOW. Use when writing or modifying ATestHandler tests, choosing test package placement, naming test classes, creating test-only model types, preparing deterministic coroutine-style assertions, handling ObjectWait, constructing test config data, and enforcing EntityRef safety in tests.
et-code
ET framework C# code authoring and review workflow. Use when creating or modifying Entity, Component, System, Helper, message handlers, package dependencies, assemblies, module analyzer boundaries, C# file placement, .meta handling, ECS layering, or component contract logic in WOW/ET packages.
et-luban
ET Luban export workflow. Use when exporting generated C# config/data code, refreshing aggregated luban.conf, validating CodeMode outputs, or troubleshooting ET.ExcelExporter, LubanGen.ps1, table definitions, beans, enums, Defines, and Luban export failures.
et-build
ET build, analyzer, proto export, server startup, and publish workflow. Use when compiling WOW with dotnet build ET.sln, exporting Proto to C#, starting ET.App, publishing, or validating analyzer/build results.
fantasy-net
This guide applies to development and code review for Fantasy / Fantasy.Net / Fantasy.Unity written in C#. Use it when a task involves Fantasy server code or Unity client code using Fantasy, ECS entities/components/systems, scenes and subscenes, FTask, network handlers/messages/protocols, Address or Roaming routing…
reflection-method-call
Call a C# method by reflection — including private methods. Requires a method schema obtained via 'reflection-method-find'. Supports static methods, instance methods (with optional target deserialization), and main-thread / off-thread execution.