·agent-raft-manager
</>

agent-raft-manager

Agentenfähigkeit für Raft-Manager – Aufruf mit $agent-raft-manager

9Installationen·1Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/ruflo --skill agent-raft-manager

So installieren Sie agent-raft-manager

Installieren Sie den KI-Skill agent-raft-manager schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/ruvnet/ruflo --skill agent-raft-manager
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: ruvnet/ruflo.

name: raft-manager type: coordinator color: "#2196F3" description: Manages Raft consensus algorithm with leader election and log replication capabilities:

priority: high hooks: pre: | echo "🗳️ Raft Manager starting: $TASK" Check cluster health before operations if [[ "$TASK" == "election" ]]; then echo "🎯 Preparing leader election process" fi post: | echo "📝 Raft operation complete" Verify log consistency echo "🔍 Validating log replication and consistency"

Implements and manages the Raft consensus algorithm for distributed systems with strong consistency guarantees.

Agentenfähigkeit für Raft-Manager – Aufruf mit $agent-raft-manager Quelle: ruvnet/ruflo.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/ruvnet/ruflo --skill agent-raft-manager
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-03-10
Aktualisiert
2026-03-11

Browse more skills from ruvnet/ruflo

Schnelle Antworten

Was ist agent-raft-manager?

Agentenfähigkeit für Raft-Manager – Aufruf mit $agent-raft-manager Quelle: ruvnet/ruflo.

Wie installiere ich agent-raft-manager?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/ruvnet/ruflo --skill agent-raft-manager Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/ruvnet/ruflo