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 FlameskyDexive/Legends-Of-Heroes --skill et-gitgit 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/skills/flameskydexive/legends-of-heroes/et-git)<a href="https://agentmods.dev/skills/flameskydexive/legends-of-heroes/et-git"><img src="https://agentmods.dev/badge/skills/flameskydexive/legends-of-heroes/et-git/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/flameskydexive/legends-of-heroes/et-git"><img src="https://agentmods.dev/badge/skills/flameskydexive/legends-of-heroes/et-git.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.00050 | $0.00513 |
| Opus 5 | $0.00025 | $0.00257 |
| Sonnet 5 | $0.00010 | $0.00103 |
| Haiku 4.5 | $0.00005 | $0.00051 |
Grade A, and why
et-git 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.
What it actually says
et-git - ET Git 入口
红线:禁止直接使用
git pull。远端同步必须使用git pull --rebase,或先git fetch再git rebase。若与远端冲突,只能用rebase处理,禁止merge。
何时使用
- 准备提交本次改动
- 检查
git status、git diff、git diff --staged - 筛除日志、临时文件、自动生成文件和无关改动
- 编写中文
commit message - 拆分提交、整理暂存区、审查提交范围、与远端同步
不要加载
- 只是改代码、跑测试、导出配置,还没进入交付阶段
- 只是查看项目背景或架构规范
默认动作
- 先看
git status --short与git diff --stat,确认影响范围。 - 只保留本次任务相关改动,排除
Logs/、临时文件、无关自动生成文件和无关文件。 - 如果本次任务需要提交
.meta、导出结果或生成代码,则保留对应文件,并说明原因。 - 准备提交前,再看
git diff与git diff --staged,确认没有混入无关改动。 - 提交信息统一使用中文,优先写成“动作 + 对象 + 影响范围/原因”。
- 风险操作(拆分提交、回滚、
cherry-pick、rebase)先说明影响再执行。
优先入口
git status --shortgit diff --statgit diffgit diff --stagedgit pull --rebasegit fetchgit rebase
按需补读
references/et-git-workflow.md:提交前检查、变更筛选、中文提交信息、rebase 规范与风险操作
What ships with it
4 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.
- 11d ago First seen · 45 lines · 50 tokens per session scan A 48dd1a9e7380
et-git is a skill published in the GitHub repository FlameskyDexive/Legends-Of-Heroes (925 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 513 once invoked, about $0.0003 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
create-pr
Creates a GitHub PR with a Linear-ticket-prefixed title and a decision-led, narrative description for prisma-next. Use when the user wants to create a pull request, open a PR, or submit changes for review.
git-commit
Generate well-formatted git commit messages following conventional commit standards.
repo-sync
Manage repo-sync on macOS for shared documents and team context. Use when asked what repo-sync does, to automatically sync a repo, add a repo to repo-sync, stop syncing or un-sync a repo, check sync health, configure repo-sync, uninstall it, or install and maintain its bundled agent skill. Ordinary one-time Git pulls…
mcore-split-pr
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
strict-tdd
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
git-commit
Creates git commits following Conventional Commits format with type/scope/subject and detailed markdown body. Use when user wants to commit changes, create commit, save work, or stage and commit. Enforces project-specific conventions from CLAUDE.md. Each change type gets its own markdown heading (# emoji + type), with…