Cluster Agent Swarm
by @kcns008
Complete Platform Agent Swarm — A coordinated multi-agent system for Kubernetes and OpenShift platform operations. Includes Orchestrator (Jarvis), Cluster Op...
clawhub install cluster-agent-swarm-skills📖 About This Skill
name: cluster-agent-swarm description: > Complete Platform Agent Swarm — A coordinated multi-agent system for Kubernetes and OpenShift platform operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), GitOps (Flow), Security (Shield), Observability (Pulse), Artifacts (Cache), and Developer Experience (Desk). metadata: author: cluster-agent-swarm version: 1.0.0 agent_name: Swarm agent_role: Platform Agent Swarm (All Agents) session_key: "agent:platform:swarm" heartbeat: "*/5 * * * *" platforms: - openshift - kubernetes - eks - aks - gke - rosa - aro tools: - kubectl - oc - argocd - helm - kustomize - az - aws - gcloud - rosa - jq - curl - git
Cluster Agent Swarm — Complete Platform Operations
This is the complete cluster-agent-swarm skill package. When you add this skill, you get access to ALL 7 specialized agents working together as a coordinated swarm.
Installation Options
Install All Skills (Recommended)
npx skills add https://github.com/kcns008/cluster-agent-swarm-skills
This installs all 7 agents as a single combined skill with access to all capabilities.
Install Individual Skills
Each agent can also be installed separately:# Orchestrator - Task routing and coordination
npx skills add https://github.com/kcns008/cluster-agent-swarm-skills/skills/orchestratorCluster Ops - Atlas (cluster operations)
npx skills add https://github.com/kcns008/cluster-agent-swarm-skills/skills/cluster-opsGitOps - Flow (ArgoCD, Helm, Kustomize)
npx skills add https://github.com/kcns008/cluster-agent-swarm-skills/skills/gitopsSecurity - Shield (RBAC, policies, CVEs)
npx skills add https://github.com/kcns008/cluster-agent-swarm-skills/skills/securityObservability - Pulse (metrics, alerts, incidents)
npx skills add https://github.com/kcns008/cluster-agent-swarm-skills/skills/observabilityArtifacts - Cache (registries, SBOM, promotions)
npx skills add https://github.com/kcns008/cluster-agent-swarm-skills/skills/artifactsDeveloper Experience - Desk (namespaces, onboarding)
npx skills add https://github.com/kcns008/cluster-agent-swarm-skills/skills/developer-experience
The Swarm — Agent Roster
| Agent | Code Name | Session Key | Domain |
|-------|-----------|-------------|--------|
| Orchestrator | Jarvis | agent:platform:orchestrator | Task routing, coordination, standups |
| Cluster Ops | Atlas | agent:platform:cluster-ops | Cluster lifecycle, nodes, upgrades |
| GitOps | Flow | agent:platform:gitops | ArgoCD, Helm, Kustomize, deploys |
| Security | Shield | agent:platform:security | RBAC, policies, secrets, scanning |
| Observability | Pulse | agent:platform:observability | Metrics, logs, alerts, incidents |
| Artifacts | Cache | agent:platform:artifacts | Registries, SBOM, promotion, CVEs |
| Developer Experience | Desk | agent:platform:developer-experience | Namespaces, onboarding, support |
Agent Capabilities Summary
What Agents CAN Do
kubectl get, kubectl describe, oc get)argocd app sync, Flux reconciliation)What Agents CANNOT Do (Human-in-the-Loop Required)
kubectl delete in prod)Communication Patterns
@Mentions
Agents communicate via @mentions in shared task comments:@Shield Please review the RBAC for payment-service v3.2 before I sync.
@Pulse Is the CPU spike related to the deployment or external traffic?
@Atlas The staging cluster needs 2 more worker nodes.
Thread Subscriptions
Escalation Path
1. Agent detects issue 2. Agent attempts resolution within guardrails 3. If blocked → @mention another agent or escalate to human 4. P1 incidents → all relevant agents auto-notifiedHeartbeat Schedule
Agents wake on staggered 5-minute intervals:
*/5 * * * * Atlas (Cluster Ops - needs fast response for incidents)
*/5 * * * * Pulse (Observability - needs fast response for alerts)
*/5 * * * * Shield (Security - fast response for CVEs and threats)
*/10 * * * * Flow (GitOps - deployments can wait a few minutes)
*/10 * * * * Cache (Artifacts - promotions are scheduled)
*/15 * * * * Desk (DevEx - developer requests aren't usually urgent)
*/15 * * * * Orchestrator (Coordination - overview and standups)
Key Principles
Detailed Agent Capabilities
Orchestrator (Jarvis)
Cluster Ops (Atlas)
GitOps (Flow)
Security (Shield)
Observability (Pulse)
Artifacts (Cache)
Developer Experience (Desk)
File Structure
cluster-agent-swarm-skills/
├── SKILL.md # This file - combined swarm
├── AGENTS.md # Swarm configuration and protocols
├── skills/
│ ├── orchestrator/ # Jarvis - task routing
│ │ └── SKILL.md
│ ├── cluster-ops/ # Atlas - cluster operations
│ │ └── SKILL.md
│ ├── gitops/ # Flow - GitOps
│ │ └── SKILL.md
│ ├── security/ # Shield - security
│ │ └── SKILL.md
│ ├── observability/ # Pulse - monitoring
│ │ └── SKILL.md
│ ├── artifacts/ # Cache - artifacts
│ │ └── SKILL.md
│ └── developer-experience/ # Desk - DevEx
│ └── SKILL.md
├── scripts/ # Shared scripts
└── references/ # Shared documentation
Reference Documentation
For detailed capabilities of each agent, refer to individual SKILL.md files:
skills/orchestrator/SKILL.md - Full Orchestrator documentationskills/cluster-ops/SKILL.md - Full Cluster Ops documentationskills/gitops/SKILL.md - Full GitOps documentationskills/security/SKILL.md - Full Security documentationskills/observability/SKILL.md - Full Observability documentationskills/artifacts/SKILL.md - Full Artifacts documentationskills/developer-experience/SKILL.md - Full Developer Experience documentation