What is agent-raft-manager?
Agent skill for raft-manager - invoke with $agent-raft-manager Source: ruvnet/ruflo.
Agent skill for raft-manager - invoke with $agent-raft-manager
Quickly install agent-raft-manager AI skill to your development environment via command line
Source: 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.
Agent skill for raft-manager - invoke with $agent-raft-manager Source: ruvnet/ruflo.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ruvnet/ruflo --skill agent-raft-managerAgent skill for raft-manager - invoke with $agent-raft-manager Source: ruvnet/ruflo.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-raft-manager Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ruvnet/ruflo