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 agentmods add instructions/ttxttx1111/sts2-llm/skillsgit clone --depth 1 https://github.com/ttxttx1111/sts2-llmWrote 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/ttxttx1111/sts2-llm/skills)<a href="https://agentmods.dev/instructions/ttxttx1111/sts2-llm/skills"><img src="https://agentmods.dev/badge/instructions/ttxttx1111/sts2-llm/skills.svg" alt="Measured on agentmods" 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 | $0.00310 | $0.00310 |
| Opus 5 | $0.00155 | $0.00155 |
| Sonnet 5 | $0.00062 | $0.00062 |
| Haiku 4.5 | $0.00031 | $0.00031 |
Grade A, and why
sts2-llm skills.instructions.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 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.
What it actually says
skill 文件与变更记录说明
适用范围:
.github/skills/**/SKILL.mdknowledge/seed/skill-change-log.jsonl
基本规则
- organizer 和 player 都可以修改 repo-level skill。
- 每次 skill 变更都必须同时留下文档记录。
- skill 变更不能只存在于聊天上下文里。
修改 skill 时的最小要求
每次修改 .github/skills/<skill-name>/SKILL.md 时,必须同时:
- 更新对应 skill 文件
- 向
knowledge/seed/skill-change-log.jsonl追加一条记录
建议字段:
timestampactorskillchangeSummaryreasonrelatedFilesbehaviorChange
何时要同步更新总文档
如果 skill 变更影响以下内容之一,还要同步更新总文档:
- 推荐入口
- player / organizer / skill 的职责边界
- 调试方式
- live 主路径
优先检查:
README.md.github/copilot-instructions.mdPROJECT_DESIGN.mdAGENTS.md
工作方式
- skill 应尽量保持短、小、明确
- skill 负责塑造行为,不负责堆新的包装层
- 如果一个 skill 只是重复 README 结论而没有明确触发条件,应考虑合并或删除
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.
- 5d ago First seen · 52 lines · 310 tokens per session scan A 0a0d680517c2
sts2-llm skills.instructions.md is an instructions file published in the GitHub repository ttxttx1111/sts2-llm (41 stars, last pushed 1mo ago), licensed MIT. It adds 310 tokens to every session, about $0.0015 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
Build-CLI AGENTS.md
Instructions for microsoft/Build-CLI, covering agents.md, plugin ecosystems, sync rules, cli and cli behavior contracts.
spec-kit-copilot AGENTS.md
Instructions for github/spec-kit-copilot, covering what this repository is, core skills plugin, core decisions (do not silently undo) and when revving the core skills plugin.
groundhog-day AGENTS.md
Instructions for DUBSOpenHub/groundhog-day, covering agents.md: working guide for ai agents, architecture, file ownership map, key design decisions and 1. no external dependencies beyond standard tools.
copilot-brag-sheet AGENTS.md
AGENTS.md instructions for microsoft/copilot-brag-sheet, covering agents.md, 1. project overview, 2. architecture map, 3. build / test / lint commands and run a single test file.
spec-kitty AGENTS.md
AGENTS.md instructions for Priivacy-ai/spec-kitty, covering spec kitty development guidelines, ⚠️ critical: load the project charter first, ⚠️ critical: template source location, ⚠️ critical: use canonical sources, never improvise and ⚠️ critical: git workflow — no direct pushes to origin/main.
apm python.instructions.md
Python development guidelines.