fleet-state

Aggregate weekly fleet metrics into a narrative digest and persist updated state.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill fleet-state-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-state
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/fleet-state
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill fleet-state-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates weekly fleet metrics from multiple sources into a single digest to reduce manual synthesis and cognitive load for operators.

Core Features & Use Cases

  • Consolidates three data streams (fork-cohort, contributor-spotlight, fork-release-tracker) into one narrative.
  • Generates a publishable fleet-state article and maintains a 12-week history for trend context.
  • Persists the updated state and logs to support next-week deltas and auditing.

Quick Start

Run the fleet-state skill to generate the weekly digest and persist the updated state for next week.

Frequently Asked Questions about fleet-state

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

FAQPage Schema
How do I generate a weekly fleet digest from multiple data streams?

Generate a weekly fleet digest by reading source state files from fork-cohort, contributor-spotlight, and fork-release-tracker streams to compute week-over-week deltas and produce a single narrative article.

What is fleet state aggregation and when do I need it?

Fleet state aggregation consolidates multiple data streams into one digest to reduce manual synthesis and cognitive load, needed for operator summaries, fleet reviews, and weekly briefings.

Can I maintain trend context for fleet analytics without manual history tracking?

Maintain trend context automatically through a 12-week history that persists updated state snapshots and logs, supporting next-week delta computations and auditing without manual tracking.

Does the fleet digest skill work with fork cohort and release tracker data sources?

The skill works with fork-cohort, contributor-spotlight, and fork-release-tracker data sources, reading their state files and aggregating the metrics into a unified narrative digest.

What's the best way to automate weekly fleet reviews across fork cohorts?

Automate weekly fleet reviews by running the skill to read source state files, compute week-over-week deltas, generate a publishable article, and persist the updated snapshot for next week.

Why does my weekly fleet digest require state file persistence?

State file persistence is required to log updates, support next-week delta computations, and maintain a 12-week history trend context for accurate fleet analytics and auditing.