setup

Configure an interactive EDAF setup workflow generating CLAUDE.md and edaf-config.yml.

1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/Tsuchiya2/evaluator-driven-agent-flow --skill setup-tsuchiya2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Tsuchiya2/evaluator-driven-agent-flow/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/Tsuchiya2/evaluator-driven-agent-flow --skill setup-tsuchiya2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an interactive, self-guiding setup workflow for the EDAF v1.0 Self-Adapting System. It orchestrates language preferences, Docker/execution configuration, and automatic generation of CLAUDE.md and edaf-config.yml, enabling teams to bootstrap the environment quickly and consistently.

Core Features & Use Cases

  • Interactive configuration: language, Docker usage, and execution mode.
  • Auto-generation: CLAUDE.md and edaf-config.yml tailored to the project.
  • Scalable setup: supports Node/Go/Python projects and modern frontend/backend stacks.
  • Progress tracking: records setup state and expected artifacts for traceability.

Quick Start

  1. Run the /setup command in a CLAUDE-enabled project.
  2. Follow prompts to choose language preference, Docker integration, and execution mode (sequential or pool-based).
  3. Let the system generate CLAUDE.md and .claude/edaf-config.yml; verify generated files under docs/ and .claude/.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I generate CLAUDE.md and edaf-config.yml for a new project?

To generate CLAUDE.md and edaf-config.yml, run the /setup command in your CLAUDE-enabled project. The interactive workflow guides you through language preferences and Docker integration, then auto-generates the configuration files tailored to your specific stack.

Can I configure EDAF setup for Node, Go, and Python projects?

Yes, the EDAF setup supports Node, Go, and Python projects alongside modern frontend and backend stacks. The interactive workflow adapts its configuration prompts and artifact generation to match your project's specific language and framework requirements.

What is the best way to bootstrap an EDAF Docker execution environment?

The best way to bootstrap an EDAF Docker environment is using the interactive setup skill. It guides you through Docker integration choices and execution modes like sequential or pool-based, ensuring deterministic execution and filesystem-based progress tracking.

Does the EDAF setup workflow support language preference selection?

Yes, the EDAF setup workflow supports interactive language preference selection. When you run the setup command, it prompts you to choose your preferred language settings before automatically generating the required configuration files.

How does filesystem-based progress tracking work during setup configuration?

Filesystem-based progress tracking records your setup state and expected artifacts during configuration. This ensures traceability and allows the self-adapting workflow to maintain deterministic execution and fallback-safe artifact generation even if interrupted.

Why does the interactive setup enforce deterministic execution and fallback-safe generation?

The interactive setup enforces deterministic execution and fallback-safe artifact generation to guarantee consistent environment bootstrapping. This ensures CLAUDE.md and edaf-config.yml are reliably generated without errors, providing traceable setup state across different project stacks.