egg-setup

Guide users through multi-phase egg setup covering dependencies, secrets, repos, and validation.

13|3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/jwbron/egg --skill egg-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: egg-setup
Source: https://github.com/jwbron/egg/tree/main/skills/egg-setup
Command: npx skills add https://github.com/jwbron/egg --skill egg-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users through initial egg setup and configuration to ensure a consistent, validated environment.

Core Features & Use Cases

  • Orchestrates a multi-phase setup covering dependencies, secrets, repositories, and general configuration to minimize manual errors.
  • Supports fresh installs and upgrades with built-in validation at the end of the workflow.
  • Use case: onboarding a new developer workstation or updating an existing egg installation with minimal disruption.

Quick Start

Run /egg-setup to start the guided setup and follow the prompts for dependencies, secrets, repos, and validation.

Frequently Asked Questions about egg-setup

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

FAQPage Schema
How do I automate egg configuration and initial environment setup?

Automate egg configuration by running a guided multi-phase setup that checks dependencies, provisions secrets, maps repositories, and validates the environment to ensure consistency.

What is the best way to configure secrets and repositories during a fresh egg installation?

The best way to configure secrets and repositories is through an automated setup workflow that prompts you for each configuration step and finishes with a system validation pass.

Can I use this guided setup process for upgrading an existing egg installation?

Yes, the guided setup process supports both fresh installs and upgrades, updating your existing egg configuration and dependencies while minimizing manual errors and disruption.

How does the egg setup workflow validate my environment after configuration?

The egg setup workflow validates your environment by executing a final validation pass after dependency checks, secrets configuration, repo mapping, and defaults provisioning are complete.

Do I need to manually check dependencies before starting the egg setup?

No, you do not need to manually check dependencies; the setup workflow orchestrates an initial dependency check phase automatically before moving on to secrets and repository configuration.

Why does my egg setup require a multi-phase configuration workflow?

A multi-phase configuration workflow is required to systematically handle dependencies, secrets, repositories, and defaults provisioning, ensuring a validated environment and minimizing manual configuration errors.