·agent-raft-manager
</>

agent-raft-manager

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

9Installs·1Trend·@ruvnet

Installation

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

How to Install agent-raft-manager

Quickly install agent-raft-manager AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-raft-manager
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ruvnet/ruflo.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/ruflo --skill agent-raft-manager
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from ruvnet/ruflo

Quick answers

What is agent-raft-manager?

Agent skill for raft-manager - invoke with $agent-raft-manager Source: ruvnet/ruflo.

How do I install agent-raft-manager?

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

Where is the source repository?

https://github.com/ruvnet/ruflo