·raft

Raft replication in KalamDB: log replication, leader election, snapshots, membership changes, and safety rules. Keywords: raft, consensus, leader, follower, log, snapshot, term.

14Installs·1Trend·@jamals86

Installation

$npx skills add https://github.com/jamals86/kalamdb --skill raft

How to Install raft

Quickly install raft 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/jamals86/kalamdb --skill raft
  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: jamals86/kalamdb.

SKILL.md

View raw

Use this skill when working on Raft replication, consensus state, or log/application ordering.

Implementation guidance: 1) Identify the Raft module boundaries and avoid mixing consensus logic with storage or API layers. 2) Keep persistence of log/state separate from in-memory state machines.

3) Ensure snapshot installation and log truncation are consistent with the applied index. 4) Membership changes must follow the project’s chosen approach (joint consensus or staged transitions).

Raft replication in KalamDB: log replication, leader election, snapshots, membership changes, and safety rules. Keywords: raft, consensus, leader, follower, log, snapshot, term. Source: jamals86/kalamdb.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jamals86/kalamdb --skill raft
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from jamals86/kalamdb

Quick answers

What is raft?

Raft replication in KalamDB: log replication, leader election, snapshots, membership changes, and safety rules. Keywords: raft, consensus, leader, follower, log, snapshot, term. Source: jamals86/kalamdb.

How do I install raft?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jamals86/kalamdb --skill raft 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/jamals86/kalamdb