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 TserenTserenov/FMT-exocortex-template --skill platform-bottleneckgit clone --depth 1 https://github.com/TserenTserenov/FMT-exocortex-templateWrote 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/tserentserenov/fmt-exocortex-template/platform-bottleneck)<a href="https://agentmods.dev/skills/tserentserenov/fmt-exocortex-template/platform-bottleneck"><img src="https://agentmods.dev/badge/skills/tserentserenov/fmt-exocortex-template/platform-bottleneck/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/tserentserenov/fmt-exocortex-template/platform-bottleneck"><img src="https://agentmods.dev/badge/skills/tserentserenov/fmt-exocortex-template/platform-bottleneck.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.00015 | $0.00465 |
| Opus 5 | $0.00008 | $0.00233 |
| Sonnet 5 | $0.00003 | $0.00093 |
| Haiku 4.5 | $0.00002 | $0.00047 |
Grade A, and why
platform-bottleneck 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: /platform-bottleneck
Алиас. Делегирует в
/bottleneck-pick --layer platform.Решение (S-46, 2026-05-21): два скилла (intra + platform) объединены в один через
--layerпараметр. Отдельный скилл — избыточен. Оставлен как удобный триггер.SC: DP.SC.152. Носитель: DP.ROLE.054.
When to use
Скилл IWE — см. тело файла
Algorithm
Шаг 1. Разобрать аргументы
Извлечь --horizon и --subsystem из аргументов вызова.
Шаг 2. Делегировать в /bottleneck-pick
Без --subsystem:
/bottleneck-pick --target c2:platform --layer platform [--horizon <h>]
С --subsystem:
/bottleneck-pick --target c2:platform --layer platform --subsystem <s> [--horizon <h>]
Шаг 3. Вернуть результат
Результат /bottleneck-pick передаётся пилоту без изменений.
Полная документация
→ /bottleneck-pick SKILL.md (секция --layer=platform)
→ DP.SC.152 (обещание платформо-специфичного анализа)
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 Changed · +1 lines 3d72607a2781
- 10d ago First seen · 63 lines · 15 tokens per session scan A db3e8375e8a6
platform-bottleneck is a skill published in the GitHub repository TserenTserenov/FMT-exocortex-template (50 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 465 once invoked, about $0.0001 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
team-management-debugging
Systematic debugging — a four-phase root-cause methodology, boundary instrumentation for multi-component systems, the 3-fix escalation rule, and a verification gate to run before claiming anything is fixed. Use on any test failure, production bug, build failure, performance regression, or integration glitch, and…
team-management-receiving-feedback
How to receive code review as technical evaluation rather than social performance — verify claims against the codebase before implementing, push back with evidence, and drop the performative agreement. Use when responding to a human reviewer, a PR comment, or another AI reviewer, and when deciding whether a suggestion…
team-management-tdd-discipline
Test-driven development discipline — when TDD applies, when forcing it is wrong, and the RED-GREEN-REFACTOR loop with an explicit "watch it fail" step. Use when writing or reviewing tests, fixing a bug, changing behaviour, or deciding whether a change needs a test at all. Triggers on bug fixes, new validation or…
data-profiling
Use BEFORE dispatching any subagent that needs to understand the dataset. Generates a high-density, PII-free data profile in Markdown so subagents receive structured context instead of raw data.
leakage-guard
Use whenever building features for time-series or any temporal dataset. Enforces strict temporal integrity: no future data in features, no post-event information, correct CV strategy.
verification-before-delivery
Use when any analysis, model, or report is claimed to be complete. Runs mandatory artifact integrity, statistical evidence, and reproducibility checks before any delivery.