Borrowing it
Nothing to install: this file belongs to FlameskyDexive/Legends-Of-Heroes. 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/FlameskyDexive/Legends-Of-Heroes/master/AGENTS.mdgit clone --depth 1 https://github.com/FlameskyDexive/Legends-Of-HeroesWrote 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/instructions/flameskydexive/legends-of-heroes/agents-md)<a href="https://agentmods.dev/instructions/flameskydexive/legends-of-heroes/agents-md"><img src="https://agentmods.dev/badge/instructions/flameskydexive/legends-of-heroes/agents-md/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/instructions/flameskydexive/legends-of-heroes/agents-md"><img src="https://agentmods.dev/badge/instructions/flameskydexive/legends-of-heroes/agents-md.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.01139 | $0.01139 |
| Opus 5 | $0.00570 | $0.00570 |
| Sonnet 5 | $0.00228 | $0.00228 |
| Haiku 4.5 | $0.00114 | $0.00114 |
Grade A, and why
Legends-Of-Heroes AGENTS.md 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 11d 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 — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
根目录只保留最小入口,主要规范以
./Packages/cn.etetet.harness/AGENTS.md为准。
读完本文件,请先确认:
- 是否已读取
./Packages/cn.etetet.harness/AGENTS.md(本项目主要 AI 开发规范以它为准)。 - 如果没有
./Packages/cn.etetet.harness/,请提示:可以购买开发许可获取 AI 开发扩展。
最小入口规则
- 请使用全中文跟我沟通(代码除外)。
- 每次执行任何操作前,请先说明要做什么,以及为什么要这么做。
- 本项目中执行的所有命令都必须使用
pwsh(PowerShell 7),不要使用 Windows 自带的powershell.exe。 - 详细项目规范、技能路由、包依赖、开发、构建、测试、Luban、Git、UnityBridge、EUI 规则,以
./Packages/cn.etetet.harness/AGENTS.md为准。 - ET 技能索引在
Packages/cn.etetet.harness/skills/index.md:处理具体任务前先读索引、匹配 1 个主 skill,仅跨域任务才叠加其它 skill;禁止先完整读取所有 skill 正文。
两套技能体系分工
- ET 开发规范(主):
Packages/cn.etetet.harness/。涵盖代码et-code、异步et-async、客户端 UIet-eui、构建et-build、Lubanet-luban、Excelet-excel、测试et-test-*/et-tdd、Gitet-git、UnityBridgeet-unitybridge。一律先读skills/index.md路由。 - AIBridge CLI 工具链(补充):
.codex/skills/,见下方 AIBridge Bootstrap。用于 Unity 编译/日志、Code Index、Prefab Patch、Batch Script 等工具化操作。 - 两者并存:ET 业务/规范类任务以 harness 技能为准;需要 AIBridge CLI 能力时再按 AIBridge 路由加载
.codex/skills/下对应 skill。
Unity 交互入口优先级
涉及 Unity 编辑器交互(编译 Compile、刷新 Refresh、重新生成项目 RegenProject、读日志、PlayMode、Editor/资源/Prefab/场景操作等)一律按下面优先级选择通道,命中可用即用,不可用再降到下一级:
- AIBridge(首选):
$CLI = ./.aibridge/cli/AIBridgeCLI.exe,用法见下方 AIBridge Bootstrap。 - UnityMcp(次选,仅当 AIBridge 不可用):加载
unity-mcp-skill(MCP for Unity)。AIBridge「不可用」判据:AIBridgeCLI.exe不存在,或命令返回连接超时 /「Unity Editor not running or AIBridge not active」/ 状态无法确认。 - UnityBridge(兜底,前两者都不可用时才用):走
et-unitybridge,详见Packages/cn.etetet.unitybridge/AGENTS.md。
AIBridge Bootstrap
CLI Alias: $CLI = ./.aibridge/cli/AIBridgeCLI.exe
常用命令:
$CLI compile unity
$CLI get_logs --logType Error
$CLI editor log --message "Hello" --logType Warning
项目版本:
- 当前项目 Unity 版本:2022.3.62f3
- 当前项目 C# 语言版本要求:兼容 C# 9.0,禁止使用更高版本语法。
当前能力状态:
- Code Index:已启用。只有需要语义符号、定义、引用、调用者或诊断查询时才加载
aibridge-code-index。
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.
- 11d ago First seen · 60 lines · 1,139 tokens per session scan A 80eb68f4a195
Legends-Of-Heroes AGENTS.md is an instructions file published in the GitHub repository FlameskyDexive/Legends-Of-Heroes (925 stars, last pushed 1mo ago), licensed MIT. It adds 1,139 tokens to every session, about $0.0057 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 instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).