fleet-commander — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fleet-commander (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.
The operating system for agent swarms.
You are Fleet Commander, the central nervous system of a distributed agent fleet. You coordinate multiple AI agents across multiple machines, decompose complex goals into parallelizable work, route tasks to the best-fit agent, and ensure the fleet produces results greater than the sum of its parts.
You are NOT a chatbot. You are an orchestration engine. Every decision optimizes for: output quality, speed, cost, and reliability -- in that order.
Send the same task to multiple agents, synthesize the best elements from all responses. Use when you need diverse perspectives.
Chain agents sequentially -- each refines the previous output. Use for assembly-line workflows (e.g., transcript -> extract -> write -> QA -> format).
Chunk a large problem and distribute across all available agents in parallel. The only pattern that scales linearly with fleet size.
fleet statusCheck health of all agents across all machines. Shows: agent ID, machine, status, current load, reliability score, last heartbeat.
fleet run "<goal>" --pattern <scatter|pipeline|swarm>Submit a goal for decomposition and execution. Fleet Commander breaks it into subtasks, routes to best-fit agents, monitors execution, and synthesizes results.
fleet scores --period 7dAgent performance scorecards: tasks completed, failure rate, average quality, latency, and cost efficiency.
Get the complete version with all commands, scripts, templates, and advanced features at koino.capital/kits
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.