← Back to list

cfn-redis-coordination
by masharratt
Simplified Claude Flow for beginners - AI agent orchestration made easy
⭐ 14🍴 2📅 Jan 15, 2026
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 operationsdata/- SQLite database for local persistencedist/- Compiled TypeScriptcoverage/- 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"
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon