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 TashanGKD/tashan-cursor-skills --skill trigger-linkage-rulesgit clone --depth 1 https://github.com/TashanGKD/tashan-cursor-skillsWrote 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/tashangkd/tashan-cursor-skills/trigger-linkage-rules)<a href="https://agentmods.dev/skills/tashangkd/tashan-cursor-skills/trigger-linkage-rules"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/trigger-linkage-rules/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/tashangkd/tashan-cursor-skills/trigger-linkage-rules"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/trigger-linkage-rules.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.00072 | $0.01074 |
| Opus 5 | $0.00036 | $0.00537 |
| Sonnet 5 | $0.00014 | $0.00215 |
| Haiku 4.5 | $0.00007 | $0.00107 |
Grade A, and why
trigger-linkage-rules 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 9d 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
跨项目联动规则触发技能
当任务涉及以下任一变动时,必须按此技能执行联动通知。
第一步:判断触发场景
| 发生的变动 | 对应场景 | 通知对象 | 强制? |
|---|---|---|---|
| ①公理体系变动 | A + B | ②体系结构 + ③沙盘验证 | ✅ 强制 |
| ②体系结构变动(已通过①③验证) | G | TF 技术框架 | ✅ 强制 |
| ②变动且影响 Bᵢ/Agent State | K | ④⑤分身系统 | ✅ 强制 |
| 产品设计(PD)变动 | H | ②评估 → TF → TEST | ✅ 强制(不可跳流程) |
| TF 发布新版本(含 Breaking Change) | I + N | 所有 APP_n + ④⑤ | ✅ 强制通知 |
| APP_n 发现底座 Bug | J | TF 修复 → 所有 APP | ✅ 强制 |
| ④⑤分身数据格式变动 | L | 消费分身数据的 APP_n | ✅ 强制 + 迁移脚本 |
| APP_n 需要 TF 新能力 | M | TF 的 PD 评估 | ✅ 强制走需求单 |
第二步:创建联动通知 Issue
在受影响仓库创建 Issue,标签:linkage-notice
通知格式模板:
## 联动通知 [场景X] - 来自 [触发源仓库]
**触发日期**:YYYY-MM-DD
**触发场景**:X(如:G - 体系结构变动)
**触发源**:[触发变动的仓库/文档名称]
**变动版本**:vX.X.X
### 变动概述
(1-3 句话描述核心变动内容)
### 需要你做什么
(明确说明受影响方需要进行的评估或操作)
### 截止时间
- Breaking Change:5 个工作日内完成评估
- Non-breaking:14 个工作日内完成评估
### 参考文档
- 变更记录:[CHANGELOG.md 链接]
- 详细说明:[相关文档链接]
第三步:在任务日志中记录联动状态
在 任务日志.md 的「联动触发记录」中追加:
| 触发场景 | 通知对象 | 通知日期 | 响应状态 |
|---------|---------|---------|---------|
| 场景G | TF技术框架 | YYYY-MM-DD | 🔲 待响应 |
场景 H(产品设计变动)专项流程
产品设计变动不能直接推给 TF,必须先走评估:
PD 变动
↓
评估:是否需要改②体系结构?
├── 不需要 → 直接进入 TF 功能层改动
└── 需要 → ②变动流程(公理验证 + 沙盘验证)
↓ 通过后
触发场景 G(TF 架构合规层)
评估判断标准(任一为"是"则需改②):
- 是否需要引入新的状态持有者(粒子层面)?
- 是否需要修改现有事件路径(emit→route→apply)?
- 是否需要改变粒子间耦合方式?
- 是否需要新增/修改写权所有者?
Breaking Change 预告期规则
确认 Breaking Change
↓
当前版本发布 Deprecation Notice(代码 + CHANGELOG 标记 ⚠ Deprecated)
↓
保留至少一个中间版本(deprecated 但仍可用)
↓
下下个版本正式移除(发布 Breaking Change)
- 轻量 Breaking Change:跳过 1 个版本后删除
- 重大 Breaking Change:提前 2 个版本公告
完整场景速查
详见 _内部总控/开发规范/06_全链路联动规则.md 第十八节「完整场景速查矩阵」(场景 A–P)。
相关规范
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.
- 9d ago First seen · 119 lines · 72 tokens per session scan A d248957e82c6
trigger-linkage-rules is a skill published in the GitHub repository TashanGKD/tashan-cursor-skills (20 stars, last pushed 5mo ago), licensed MIT. It adds 72 tokens to every session and 1,074 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-09-03.
Other skills, from other repositories
team
Coordinate parallel work across multiple Cursor sessions via shared .omc/team/ state.
android-feature
Workflow for implementing a new Android feature, screen, fragment, activity, dialog, adapter, or enhancement in this XML/MVVM template. Use whenever the user asks to add, build, implement, or extend functionality — before writing any code. Covers planning, the MVVM/MVI skeleton, the Android configuration checklist…
template-helpers
Catalog of the reusable building blocks shipped with this Android template — BaseActivity/BaseFragment, the helpers/ extension files (navigation, lifecycle, toast, snackbar, dialogs, images, permissions, theme, locale, settings intents, date, delay), common/ (Firebase, network, observers), and…
android-new-project
Workflow for turning a fresh copy of this Android template into a new app — renaming the package/namespace/applicationId, branding (icons, splash, palette, fonts), Firebase setup, signing config, stripping unused sample screens, and verifying the foundation. Use when the user says they are starting a new app…
android-preflight
Final verification checklist to run before declaring Android work finished — build, both themes, string resources, lifecycle and leak risks, registered permissions and components, resource parity between values and values-night, and honest reporting of what was and was not verified. Use at the end of any feature, fix…
android-ui-theming
Rules for Android XML layouts, Material 3 components, semantic color tokens, light/dark theming, dimensions (sdp/ssp), string resources and localization, accessibility, and edge-to-edge insets. Use when creating or editing any layout, drawable, style, color, vector, or string resource, or when a screen must work in…