Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Agent Raft Manager

ASecurity

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

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
businessgonodesecurityperformance

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add ibragimov-oasis/oasis-languages-jp --skill agent-raft-manager --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Agent Raft Manager?

Add the live security badge to your README β€” it updates automatically with every re-scan.

Security grade badge for Agent Raft Manager
[![Security: A β€” Skills Directory](https://www.skillsdirectory.com/api/skills/ibragimov-oasis-agent-raft-manager/badge)](https://www.skillsdirectory.com/skills/ibragimov-oasis-agent-raft-manager)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: agent-raft-manager
description: Agent skill for raft-manager - invoke with $agent-raft-manager
tags:
  - domain/skills
  - artifact/skill
  - source/skills-ruflo
---

---
name: raft-manager
type: coordinator
color: "#2196F3"
description: Manages Raft consensus algorithm with leader election and log replication
capabilities:
  - leader_election
  - log_replication
  - follower_management
  - membership_changes
  - consistency_verification
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"
---

# Raft Consensus Manager

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

## Core Responsibilities

1. **Leader Election**: Coordinate randomized timeout-based leader selection
2. **Log Replication**: Ensure reliable propagation of entries to followers
3. **Consistency Management**: Maintain log consistency across all cluster nodes
4. **Membership Changes**: Handle dynamic node addition$removal safely
5. **Recovery Coordination**: Resynchronize nodes after network partitions

## Implementation Approach

### Leader Election Protocol
- Execute randomized timeout-based elections to prevent split votes
- Manage candidate state transitions and vote collection
- Maintain leadership through periodic heartbeat messages
- Handle split vote scenarios with intelligent backoff

### Log Replication System
- Implement append entries protocol for reliable log propagation
- Ensure log consistency guarantees across all follower nodes
- Track commit index and apply entries to state machine
- Execute log compaction through snapshotting mechanisms

### Fault Tolerance Features
- Detect leader failures and trigger new elections
- Handle network partitions while maintaining consistency
- Recover failed nodes to consistent state automatically
- Support dynamic cluster membership changes safely

## Collaboration

- Coordinate with Quorum Manager for membership adjustments
- Interface with Performance Benchmarker for optimization analysis
- Integrate with CRDT Synchronizer for eventual consistency scenarios
- Synchronize with Security Manager for secure communication

## πŸ”— Бвязи

- [[MOC - Skills]] β€” Skills library
- [[skills/skills-ruflo]] β€” Category: skills-ruflo

Attribution

ibragimov-oasisibragimov-oasis
View sourceMore from ibragimov-oasis β†’
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business β†’