什么是 distributed-systems?
用于锁定、弹性、幂等性和速率限制的分布式系统模式。在实现分布式锁、断路器、重试策略、幂等性密钥、令牌桶速率限制器或容错模式时使用。 来源:yonatangross/orchestkit。
用于锁定、弹性、幂等性和速率限制的分布式系统模式。在实现分布式锁、断路器、重试策略、幂等性密钥、令牌桶速率限制器或容错模式时使用。
通过命令行快速安装 distributed-systems AI 技能到你的开发环境
来源:yonatangross/orchestkit。
Comprehensive patterns for building reliable distributed systems. Each category has individual rule files in rules/ loaded on-demand.
| Category | Rules | Impact | When to Use |
| Distributed Locks | 3 | CRITICAL | Redis/Redlock locks, PostgreSQL advisory locks, fencing tokens | | Resilience | 3 | CRITICAL | Circuit breakers, retry with backoff, bulkhead isolation | | Idempotency | 3 | HIGH | Idempotency keys, request dedup, database-backed idempotency |
用于锁定、弹性、幂等性和速率限制的分布式系统模式。在实现分布式锁、断路器、重试策略、幂等性密钥、令牌桶速率限制器或容错模式时使用。 来源:yonatangross/orchestkit。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/yonatangross/orchestkit --skill distributed-systems用于锁定、弹性、幂等性和速率限制的分布式系统模式。在实现分布式锁、断路器、重试策略、幂等性密钥、令牌桶速率限制器或容错模式时使用。 来源:yonatangross/orchestkit。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/yonatangross/orchestkit --skill distributed-systems 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/yonatangross/orchestkit