Spawn Instance

Fork Aeon into a new repository configured for a specific purpose.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill spawn-instance-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Spawn Instance
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/spawn-instance
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill spawn-instance-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to rapidly create isolated Aeon instances by forking a base repository, configuring per-instance skills, validating the setup, and registering the new instance in the fleet for automated governance.

Core Features & Use Cases

  • Automates forking and per-instance configuration to launch dedicated Aeon deployments.
  • Enumerates the live skill catalog, validates availability, and curates an enabled skill set tailored to a defined purpose.
  • Generates dynamic artifacts (SETUP.md, CLAUDE.md, and a reset memory template) and initializes secret-handling boundaries to ensure secure operation.
  • Provides idempotent behavior and fleet registration to support repeat runs without duplication.

Quick Start

Fork Aeon into a new repository and configure it for a specific purpose.

Frequently Asked Questions about Spawn Instance

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

FAQPage Schema
How do I fork a repository and configure it for a specific deployment purpose?

To fork a repository and configure it for a specific deployment purpose, this Skill automates the forking of Aeon into a new repository, validates live skill availability, and curates an enabled skill subset tailored to your defined task.

How do I set up automated deployments without exposing secrets?

You can set up automated deployments without exposing secrets by initializing secret-handling boundaries that ensure the new repository does not propagate secrets, while generating dynamic setup artifacts like SETUP.md and CLAUDE.md for automated operation.

What is the best way to manage multiple isolated fleet instances?

The best way to manage multiple isolated fleet instances is using idempotent behavior and fleet registration, which supports repeat runs without duplication and registers new instances for automated governance.

Can I select a specific subset of skills to enable in a new instance?

Yes, you can select a specific subset of skills to enable in a new instance; the process enumerates the live skill catalog, validates availability, and curates an enabled skill set tailored to a defined purpose.

What artifacts do I need to generate for automated fleet operation?

To generate artifacts for automated fleet operation, the process creates dynamic files including SETUP.md, CLAUDE.md, and a reset memory template to initialize the new repository for secure, automated operation.