·distributed-systems
</>

distributed-systems

用于锁定、弹性、幂等性和速率限制的分布式系统模式。在实现分布式锁、断路器、重试策略、幂等性密钥、令牌桶速率限制器或容错模式时使用。

65安装·2热度·@yonatangross

安装

$npx skills add https://github.com/yonatangross/orchestkit --skill distributed-systems

如何安装 distributed-systems

通过命令行快速安装 distributed-systems AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/yonatangross/orchestkit --skill distributed-systems
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:yonatangross/orchestkit。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-19
更新时间
2026-03-10

Browse more skills from yonatangross/orchestkit

快速解答

什么是 distributed-systems?

用于锁定、弹性、幂等性和速率限制的分布式系统模式。在实现分布式锁、断路器、重试策略、幂等性密钥、令牌桶速率限制器或容错模式时使用。 来源:yonatangross/orchestkit。

如何安装 distributed-systems?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/yonatangross/orchestkit --skill distributed-systems 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/yonatangross/orchestkit