init

Create missing directories and default state files for an orchestration workspace.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/ether-moon/agent-atelier --skill init-ether-moon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/ether-moon/agent-atelier/tree/main/plugins/agent-atelier/skills/init
Command: npx skills add https://github.com/ether-moon/agent-atelier --skill init-ether-moon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bootstraps the orchestration workspace, creating default state files and directory structure to recover from missing or corrupted state or to prepare for a fresh run.

Core Features & Use Cases

  • Idempotent bootstrap that only creates missing files and directories, so re-running is safe.
  • Detects git root, builds required folders and state meta-files from templates, and preps the environment for /agent-atelier:run.
  • Provides a smooth pre-flight for new projects and recovery workflows.

Quick Start

Run /agent-atelier:init to bootstrap the orchestration workspace for your project.

Frequently Asked Questions about init

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

FAQPage Schema
How do I bootstrap an orchestration workspace from scratch?

Yes, you can safely re-run workspace bootstrapping because the process is idempotent. It only creates missing directories and default state files, leaving existing configurations intact during recovery or pre-flight checks.

How does git root detection work for workspace scaffolding?

Git root detection identifies the top-level directory of your repository to establish a deterministic base path. This ensures scripts create the required folders and state meta-files in the correct location for your orchestration workspace.

Do I need default state files before running agent automation?

Yes, you need default state files before running agent automation. The bootstrap process generates these from reference templates to prevent missing or corrupted state errors during your orchestration workflows.

What is the best way to recover from corrupted state files in an automation workspace?

The best way to recover from corrupted state files is to run an idempotent bootstrap command. It safely recreates missing directories and regenerates default state files from templates without overwriting valid existing data.

Can I use workspace bootstrap for pre-flight checks before an agent run?

Yes, you can use workspace bootstrap for pre-flight checks. It validates your git root, scaffolds required folders, and prepares default state files to ensure the environment is fully ready before executing agent automation.