sts2-llm skills.instructions.md

sts2-llm skills.instructions.md is an instructions file for GitHub Copilot from ttxttx1111/sts2-llm. It costs 310 tokens per session, scanned A, original, MIT.

Repository instructions for creating and changing agent skills. They define where skill files and their change records belong.

In plain words
What is it for?
Use them when modifying skills, triggers, recommended commands, responsibilities, debugging methods or the live execution path.
Why use it?
They ensure skill edits are documented and that changes affecting the project's main workflow are reflected in the broader documentation.

Instructions file for GitHub Copilot

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 instructions/ttxttx1111/sts2-llm/skills
Clone the repo
git clone --depth 1 https://github.com/ttxttx1111/sts2-llm

Made for: GitHub Copilot.

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 sts2-llm skills.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ttxttx1111/sts2-llm/skills.svg)](https://agentmods.dev/instructions/ttxttx1111/sts2-llm/skills)
Your own site
<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>
Per session 310 This file is loaded in full into every session.
When invoked 310 The same file — it is already loaded in full.
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.00310 $0.00310
Opus 5 $0.00155 $0.00155
Sonnet 5 $0.00062 $0.00062
Haiku 4.5 $0.00031 $0.00031

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

Security

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.

deprecated/3/ai-play-slts2-2/.github/instructions/skills.instructions.md · 52 lines

What it actually says

skill 文件与变更记录说明

适用范围:

  • .github/skills/**/SKILL.md
  • knowledge/seed/skill-change-log.jsonl

基本规则

  • organizer 和 player 都可以修改 repo-level skill。
  • 每次 skill 变更都必须同时留下文档记录。
  • skill 变更不能只存在于聊天上下文里。

修改 skill 时的最小要求

每次修改 .github/skills/<skill-name>/SKILL.md 时,必须同时:

  1. 更新对应 skill 文件
  2. knowledge/seed/skill-change-log.jsonl 追加一条记录

建议字段:

  • timestamp
  • actor
  • skill
  • changeSummary
  • reason
  • relatedFiles
  • behaviorChange

何时要同步更新总文档

如果 skill 变更影响以下内容之一,还要同步更新总文档:

  • 推荐入口
  • player / organizer / skill 的职责边界
  • 调试方式
  • live 主路径

优先检查:

  • README.md
  • .github/copilot-instructions.md
  • PROJECT_DESIGN.md
  • AGENTS.md

工作方式

  • skill 应尽量保持短、小、明确
  • skill 负责塑造行为,不负责堆新的包装层
  • 如果一个 skill 只是重复 README 结论而没有明确触发条件,应考虑合并或删除
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 · 52 lines · 310 tokens per session scan A 0a0d680517c2

Subscribe to this mod's changes

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.