patterns-integration
v1.0.0Паттерны интеграции и распределённых данных из pattern language Криса Ричардсона (microservices.io): saga, transactional outbox, CQRS/API composition, strangler + anti-corruption layer, idempotent consumer. Дистилляты с проблемой/силами/вариантами/антипаттернами и банковскими примерами; источник указан в каждом скилле.
1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/romannekrasovaillm/spine-aimlClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is assets/plugins/patterns-integration/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── skills/transactional-outbox/SKILL.md
Included Skills1
Transactional Outbox — надёжная публикация событий как часть локальной транзакции БД (запись бизнес-сущности и события атомарно), ретранслятор (polling publisher / transaction log tailing), борьба с дублями. Используй этот навык ВСЕГДА, когда сервис обязан обновить БД И отправить событие/сообщение (платёж проведён → событие в шину), при рассинхроне «в БД есть, в Kafka нет», при проектировании интеграции через события.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "patterns-integration",
"version": "1.0.0",
"description": "Паттерны интеграции и распределённых данных из pattern language Криса Ричардсона (microservices.io): saga, transactional outbox, CQRS/API composition, strangler + anti-corruption layer, idempotent consumer. Дистилляты с проблемой/силами/вариантами/антипаттернами и банковскими примерами; источник указан в каждом скилле.",
"keywords": [
"patterns",
"integration",
"microservices",
"saga",
"cqrs",
"outbox",
"strangler",
"idempotency",
"bank"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[patterns-integration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/patterns-integration)