conductor:setup

Scaffold new projects and bootstrap the Conductor environment interactively.

8|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/cloudaura-io/cloudaura-marketplace --skill conductor-setup-cloudaura-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor:setup
Source: https://github.com/cloudaura-io/cloudaura-marketplace/tree/main/plugins/conductor/skills/setup
Command: npx skills add https://github.com/cloudaura-io/cloudaura-marketplace --skill conductor-setup-cloudaura-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates scaffolding a new project and bootstrapping the Conductor environment.

Core Features & Use Cases

  • Scaffold a new project directory structure and initial configuration for Conductor workflows.
  • Initialize or validate a Git repository, and establish conductor/setup_state.json tracking for progress.
  • Guide users through an interactive setup flow to define product goals, tech stack, and workflow preferences.

Quick Start

Run the setup skill to begin scaffolding a new project. Follow the prompts to define your product, confirm progress after each milestone, and review the generated configuration files.

Frequently Asked Questions about conductor:setup

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

FAQPage Schema
How do I scaffold a new project and configure Conductor workflows?

To scaffold a new project and configure Conductor workflows, run the setup skill to interactively define your product goals, tech stack, and preferences while generating the initial directory structure and configuration files.

Can I bootstrap Conductor for an existing codebase instead of a new project?

Yes, you can bootstrap Conductor for an existing codebase. The setup skill applies to both greenfield and brownfield projects, guiding initial setup and workflow configuration without overwriting your existing project files.

How does project automation track setup progress and validate repository initialization?

Project automation tracks setup progress by recording milestones in conductor/setup_state.json and enforcing strict success checks after each operation to validate your git repository initialization and configuration steps.

What is the best way to define tech stack preferences during project scaffolding?

The best way to define tech stack preferences during project scaffolding is through the interactive setup flow, which prompts you to specify product goals and workflow preferences before generating the initial configuration.

Do I need a Git repository initialized before running project automation setup?

No, you do not need a Git repository initialized beforehand. The project automation setup process initializes or validates a Git repository for you during the scaffolding workflow.

Why does my interactive setup flow pause between milestones?

The interactive setup flow pauses between milestones to confirm progress, enforcing strict success checks after each operation to ensure your project scaffolding and Conductor environment configuration are correctly applied.