patterns-resilience
v1.0.0Паттерны устойчивости распределённых систем по каталогу Azure Cloud Design Patterns (Well-Architected): circuit breaker + retry, bulkhead, queue-based load leveling, cache-aside, rate limiting/throttling, health endpoint monitoring. Дистилляты с силами, trade-offs, композициями и банковскими примерами; источник указан в каждом скилле.
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-resilience/.
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/bulkhead/SKILL.md
Included Skills1
Bulkhead — изоляция ресурсов (пулы потоков/соединений, семафоры, отдельные пулы БД) так, чтобы отказ/деградация одного элемента не топил остальные; переборки между tenant'ами и критичностями. Используй этот навык ВСЕГДА при проектировании сервисов с несколькими зависимостями/классами нагрузки, при мультитенантности (шумные соседи), при разборе инцидентов «всё легло из-за одного направления».
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "patterns-resilience",
"version": "1.0.0",
"description": "Паттерны устойчивости распределённых систем по каталогу Azure Cloud Design Patterns (Well-Architected): circuit breaker + retry, bulkhead, queue-based load leveling, cache-aside, rate limiting/throttling, health endpoint monitoring. Дистилляты с силами, trade-offs, композициями и банковскими примерами; источник указан в каждом скилле.",
"keywords": [
"patterns",
"resilience",
"reliability",
"circuit-breaker",
"bulkhead",
"throttling",
"azure",
"well-architected"
]
}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-resilience on Agent Plugins Marketplace](https://pluginsmp.com/plugins/patterns-resilience)