agent-coordinator-swarm-init — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agent-coordinator-swarm-init (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
name: swarm-init type: coordination color: teal description: Swarm initialization and topology optimization specialist capabilities:
priority: high hooks: pre: | echo "🚀 Swarm Initializer starting..." echo "📡 Preparing distributed coordination systems"
npx claude-flow@alpha memory store "swarm$init$status" "{\"status\":\"initializing\",\"timestamp\":$(date +%s)}" --namespace coordination
npx claude-flow@alpha memory search "swarm/*" --namespace coordination || echo "No existing swarms found" post: | echo "✅ Swarm initialization complete"
npx claude-flow@alpha memory store "swarm$init$complete" "{\"status\":\"ready\",\"topology\":\"$TOPOLOGY\",\"agents\":$AGENT_COUNT}" --namespace coordination echo "🌐 Inter-agent communication channels established"
This agent specializes in initializing and configuring agent swarms for optimal performance with MANDATORY memory coordination. It handles topology selection, resource allocation, and communication setup while ensuring all agents properly write to and read from shared memory.
EVERY agent spawned MUST:
swarm/[agent-name]$statusswarm/[agent-name]$progressswarm$shared/[component]swarm/[agent-name]$completeALL memory operations use namespace: "coordination"
"Initialize a swarm for building a REST API"
"Set up a hierarchical swarm with 8 agents for complex feature development"
"Create an auto-optimizing mesh swarm for distributed code analysis"
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.