Spawn Instance

Fork and configure a new Aeon instance repository with a skill plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Forks this repository into a new Aeon instance, configures its skill inventory, and registers it for fleet management, enabling rapid deployment of autonomous agents.

Core Features & Use Cases

  • Dynamic skill plan generation from the live catalog (no hardcoded lists), validation, and per-instance configuration.
  • Automated setup of important files (aeon.yml, SETUP.md, CLAUDE.md) and memory reset for a clean slate.
  • Post-flight checks, enabling Actions, and instance registration to the parent fleet for monitoring.

Quick Start

Pass a var in the form name: purpose (e.g., crypto-tracker: monitor DeFi movements) to spawn an Aeon instance.

Frequently Asked Questions about Spawn Instance

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

FAQPage Schema
How do I fork and configure a new autonomous agent repository instance?▼

To fork and configure a new autonomous agent repository instance, you pass a variable in the form name: purpose. The system handles pre-flight checks, generates a dynamic skill plan, and writes configuration files like aeon.yml to set up the child repo.

What is fleet management for autonomous agent instances?▼

Fleet management for autonomous agent instances is the process of registering newly forked repositories to a parent memory. This enables centralized monitoring and coordination of deployed agents across the entire network.

How do I set up GitHub Actions for a newly forked AI agent repository?▼

To set up GitHub Actions for a newly forked AI agent repository, the deployment process includes automated post-flight checks that enable Actions. This ensures the autonomous workflows are triggered immediately after configuration.

Can I dynamically generate a skill plan from a catalog when deploying an AI agent?▼

Yes, you can dynamically generate a skill plan from a live catalog when deploying an AI agent. The system builds the inventory without hardcoded lists, validates the inputs, and writes per-instance configurations for the specific purpose.

What configuration files are required to deploy a new AI agent instance?▼

Required configuration files to deploy a new AI agent instance include aeon.yml, SETUP.md, and CLAUDE.md. The automated setup writes these files and performs a memory reset to ensure the child repository starts with a clean slate.

Does spawning a new repository instance require manual memory reset?▼

Spawning a new repository instance does not require manual memory reset. The automated setup process handles the memory reset automatically, validating inputs and registering the new instance in the parent fleet for monitoring.