← スキル一覧に戻る

cfn-loop-orchestration-v2
by masharratt
Simplified Claude Flow for beginners - AI agent orchestration made easy
⭐ 14🍴 2📅 2026年1月15日
SKILL.md
name: cfn-loop-orchestration-v2 description: "CFN Loop coordination and orchestration - gate checks, validation, consensus, coordination patterns. Use when orchestrating multi-agent workflows, managing iteration cycles, or coordinating Loop 2/Loop 3 dependencies." version: 1.0.0 tags: [mega-skill, cfn-loop, orchestration, coordination] status: production
Loop Orchestration Skill (Mega-Skill)
Version: 1.0.0 Purpose: CFN Loop coordination and orchestration Status: Production Consolidates: cfn-loop-orchestration, cfn-loop-output-processing, cfn-loop-validation, cfn-coordination
Overview
This mega-skill provides complete CFN Loop orchestration:
- Orchestrator - Main loop execution and gate checks
- Output - Agent output parsing and consensus calculation
- Validation - Multi-layer validation framework
- Coordination - Agent coordination patterns (chain, broadcast, mesh)
Directory Structure
loop-orchestration/
├── SKILL.md
├── lib/
│ ├── orchestrator/ # From cfn-loop-orchestration
│ ├── output/ # From cfn-loop-output-processing
│ ├── validation/ # From cfn-loop-validation
│ └── coordination/ # From cfn-coordination
└── cli/
Migration Paths
| Old Path | New Path |
|---|---|
| cfn-loop-orchestration/ | loop-orchestration/lib/orchestrator/ |
| cfn-loop-output-processing/ | loop-orchestration/lib/output/ |
| cfn-loop-validation/ | loop-orchestration/lib/validation/ |
| cfn-coordination/ | loop-orchestration/lib/coordination/ |
Version History
1.0.0 (2025-12-02)
- Consolidated 4 loop orchestration skills into mega-skill
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です