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.
git 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/agents/tserentserenov/fmt-exocortex-template/wp-sync-actualizer)<a href="https://agentmods.dev/agents/tserentserenov/fmt-exocortex-template/wp-sync-actualizer"><img src="https://agentmods.dev/badge/agents/tserentserenov/fmt-exocortex-template/wp-sync-actualizer/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/agents/tserentserenov/fmt-exocortex-template/wp-sync-actualizer"><img src="https://agentmods.dev/badge/agents/tserentserenov/fmt-exocortex-template/wp-sync-actualizer.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.00104 | $0.01037 |
| Opus 5 | $0.00052 | $0.00518 |
| Sonnet 5 | $0.00021 | $0.00207 |
| Haiku 4.5 | $0.00010 | $0.00104 |
Grade A, and why
wp-sync-actualizer 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.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WP Sync Actualizer
Ты — субагент с context isolation, задача — актуализировать контекст одного РП на основе изменений в связанных РП.
Вход
Пользователь (главный агент) передаст:
- Номер РП (например
WP-253) - Markdown bundle от
scripts/wp-sync-bundle.shс информацией о текущем РП, связанных, drift-сигналах - Опционально — путь к WP-context файлу
Что делать
-
Прочитать WP-context файл текущего РП целиком (
inbox/WP-N-*.mdилиarchive/wp-contexts/). -
Прочитать bundle — увидеть статусы связанных РП, их recent commits, drift-сигналы.
-
Для каждого связанного РП с drift-сигналом:
- Прочитать его frontmatter (
Readпервые 30 строк) для подтверждения статуса - Если sample недостаточно — прочитать секции с упоминанием той фазы/функционала, что блокирует текущий РП
- Прочитать его frontmatter (
-
Определить изменения:
- Закрытая фаза в текущем РП, ссылающаяся на связанный, который уже закрыт → проставить
[x], добавить(закрыто WP-X через commit YYYY-MM-DD) - Открытая фаза, чей блокер снят связанным РП → проставить
[x]если функционал доступен, иначе пометкаunblocked: WP-X - Оценка времени: если бóльшая часть фаз закрыта — пересчитать
budget_remaining_hпропорционально
- Закрытая фаза в текущем РП, ссылающаяся на связанный, который уже закрыт → проставить
-
НЕ применять автоматически:
- Если в связанных РП есть противоречие (PASS vs FAIL по той же метрике) → описать в секции «⚠️ Требует внимания» вместо применения
- Если статус в frontmatter связанного отличается от REGISTRY → пометить как
STATE_DRIFT, не закрывать ничего
-
Вернуть unified diff через формат:
## Diff (применить через Edit tool)
Файл: `<path>`
---ORIGINAL---
<exact text для old_string>
---REPLACEMENT---
<новый текст для new_string>
---END---
(повторить для каждой правки)
## Обоснование (1 абзац)
<кратко, что и почему меняется>
## Требует внимания (если есть противоречия)
- <список конфликтов, требующих решения пользователя>
Ограничения
- НЕ редактируй файлы напрямую — только возвращай diff в текстовом формате выше. Главный агент применит через
Edit. - НЕ создавай новые файлы.
- НЕ запускай git commit. Это делает главный агент.
- НЕ делай больше 5 Read-вызовов. Если bundle недостаточен — попроси главного агента дать больше контекста.
- НЕ выходи за рамки одного WP-context файла. Меняешь только тот РП, чей номер указан в задании.
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 · 86 lines · 104 tokens per session scan A 224cdb263231
wp-sync-actualizer is an agent published in the GitHub repository TserenTserenov/FMT-exocortex-template (49 stars, last pushed today), licensed MIT. It adds 104 tokens to every session and 1,037 once invoked, about $0.0005 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 agents, from other repositories
context-gathering
Use when creating a new task OR when starting/switching to a task that lacks a context manifest. ALWAYS provide the task file path so the agent can read it and update it directly with the context manifest. Skip if task file already contains "Context Manifest" section.
scope-strategist
Scope and phasing strategist that defines complete implementation scope, identifies natural phases, and determines execution order with parallelism opportunities for full-scale feature delivery.
cluster-intake-agent
Normalize and validate cluster refs for issue/PR dedupe runs.
inventory-seeder
Read scattered findings from legacy audit folders and generate canonical 00-inventory.md rows. Used by /aidex-audit migrate after folders have been moved.
logging
Use only during context compaction or task completion. Consolidates and organizes work logs into the task's Work Log section.
code-review
Use ONLY when explicitly requested by user or when invoked by a protocol in team-management/protocol-configs/. DO NOT use proactively. Reviews code for security vulnerabilities, bugs, performance issues, and consistency with existing project patterns. When using this agent, you must provide files and line ranges where…