跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Agent Quorum Manager

技能 已验证 活跃

Agent skill for quorum-manager - invoke with $agent-quorum-manager

目的

To provide intelligent, adaptive quorum management for distributed consensus protocols, optimizing for network conditions, performance, and fault tolerance.

功能

  • Dynamic quorum calculation
  • Intelligent membership management
  • Network condition monitoring
  • Fault tolerance optimization
  • Weighted voting implementation

使用场景

  • Adapting quorum requirements based on real-time network conditions
  • Handling seamless node addition, removal, and failure scenarios in distributed systems
  • Assessing connectivity, latency, and partition detection for consensus protocols
  • Optimizing availability and consistency guarantees through dynamic quorum adjustments

非目标

  • Operating as a general-purpose distributed database
  • Replacing the core consensus protocol logic itself
  • Managing node hardware or infrastructure directly

工作流

  1. Assess current network conditions and membership status.
  2. Calculate optimal quorum size based on analyzed conditions and chosen strategy.
  3. Validate the proposed new quorum configuration.
  4. Create an adjustment plan including membership and voting weight changes.
  5. Execute quorum adjustment with monitoring.
  6. Verify the new quorum is operational and record the change.

实践

  • Distributed Systems Design
  • Fault Tolerance Engineering
  • Network Analysis
  • Performance Optimization

安装

npx skills add ruvnet/ruflo

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码

类似扩展

Agent Mesh Coordinator

97

Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator

技能
ruvnet

Swarm Orchestration

100

Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.

技能
ruvnet

Circuit Breaker Pattern

100

Implement circuit breaker logic for agentic tool calls — tracking tool health, transitioning between closed/open/half-open states, reducing task scope when tools fail, routing to alternatives via capability maps, and enforcing failure budgets to prevent error accumulation. Separates orchestration (deciding what to attempt) from execution (calling tools), following the expeditor pattern. Use when building agents that depend on multiple tools with varying reliability, designing fault-tolerant agentic workflows, recovering gracefully from tool outages mid-task, or hardening existing agents against cascading tool failures.

技能
pjt222

Workflow Orchestration Patterns

99

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

技能
wshobson

System Design

99

Design scalable distributed systems using structured approaches for load balancing, caching, database scaling, and message queues. Use when the user mentions "system design", "scale this", "high availability", "rate limiter", "design a URL shortener", "system design interview", "capacity planning", or "distributed architecture". Also trigger when estimating infrastructure requirements, choosing between microservices and monoliths, or designing for millions of concurrent users. Covers common system designs and back-of-the-envelope estimation. For data fundamentals, see ddia-systems. For resilience, see release-it.

技能
wondelai

Instrument Distributed Tracing

99

Instrument applications with OpenTelemetry for distributed tracing, including auto and manual instrumentation, context propagation, sampling strategies, and integration with Jaeger or Tempo. Use when debugging latency issues in distributed systems, understanding request flow across microservices, correlating traces with logs and metrics for root cause analysis, measuring end-to-end latency, or migrating from legacy tracing systems to OpenTelemetry.

技能
pjt222