スキル一覧に戻る
masharratt

cfn-redis-coordination

by masharratt

Simplified Claude Flow for beginners - AI agent orchestration made easy

14🍴 2📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: cfn-redis-coordination description: Redis-based agent coordination with pub/sub and waiting mode version: 1.0.0 tags: [redis, coordination, pub-sub, waiting-mode] status: production

Redis Coordination Submodule

Parent Skill: cfn-memory-persistence Purpose: Redis-based coordination for agent synchronization and waiting mode

Components

  • bash-wrappers/ - Bash wrapper scripts for Redis operations
  • data/ - SQLite database for local persistence
  • dist/ - Compiled TypeScript
  • coverage/ - Test coverage reports

Key Operations

  • Agent waiting mode (BLPOP-based)
  • Confidence score collection
  • Context storage and retrieval
  • Swarm coordination signals
  • Agent completion tracking

Usage

# Invoke waiting mode
./.claude/skills/cfn-memory-persistence/lib/redis/bash-wrappers/invoke-waiting-mode.sh \
  --task-id "task-123" \
  --agent-id "agent-456" \
  --action wait

# Store context
./.claude/skills/cfn-memory-persistence/lib/redis/bash-wrappers/store-context.sh \
  --task-id "task-123" \
  --context "implementation context"

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です