cfn-docker-runtime

Orchestrate Docker-based CFN Loop agent lifecycles with Redis coordination and wave-based execution.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-docker-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfn-docker-runtime
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/cfn-extras/skills/deprecated/cfn-docker-runtime
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-docker-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides Docker-based orchestration for CFN Loop, covering spawning, coordination, logging, wave execution, and lifecycle management in containerized agents.

Core Features & Use Cases

  • Spawning: Deploys containerized CFN Loop agents.
  • Coordination: Redis-based coordination and synchronization.
  • Logging: Centralized container log collection.
  • Waves & Orchestration: Supports multi-wave, parallel agent execution.
  • Use Case: Spin a team of agents in containers, coordinate them via Redis, and aggregate results for decision making.

Quick Start

Example: See the deprecated Docker runtime docs for setting up a single wave and logging outputs.

Frequently Asked Questions about cfn-docker-runtime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate Docker containers for CFN Loop agents?

Docker-based orchestration for CFN Loop handles spawning containerized agents, coordinating them via Redis, managing logging, and executing multi-wave parallel workflows. This Skill provides end-to-end lifecycle management across agent cohorts in containers.

Can I use Redis to coordinate multiple Docker agents in parallel?

Yes. This Skill uses Redis-based coordination and synchronization to manage multiple containerized CFN Loop agents running in parallel waves, enabling distributed agent communication and state management.

How do I set up centralized logging for containerized agents?

The Skill implements centralized container log collection, capturing and aggregating logs from all spawned Docker agents for unified visibility and debugging across your orchestrated agent cohorts.

What's the best way to run multiple agent waves in Docker containers?

Wave-based execution splits agent workloads into coordinated parallel batches within containers. This Skill manages multi-wave orchestration, spawning agent cohorts sequentially or in parallel and synchronizing results via Redis.

Do I need Docker and Redis to use this orchestration approach?

Yes. Docker provides the container runtime for agent deployment, and Redis enables distributed coordination and synchronization across agents. Both are core dependencies for this orchestration model.