conductor-setup

Configures Rails projects with editable Blueprint files for Blueprint-driven UI generation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Shpigford/skills --skill conductor-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-setup
Source: https://github.com/Shpigford/skills/tree/main/conductor-setup
Command: npx skills add https://github.com/Shpigford/skills --skill conductor-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill configures Rails projects to work with Conductor, enabling parallel coding agents to collaborate across a shared codebase.

Core Features & Use Cases

  • Bootstrap integration by creating conductor.json at the project root.
  • Provide an executable bin/conductor-setup to wire dependencies, symlinks, and initial setup.
  • Include a script/server entry to start the development environment with Conductor integration.
  • Guidance for updating Rails config files to reference ENV['REDIS_URL'] or ENV.fetch for Redis-backed services.

Quick Start

  • Add conductor.json, bin/conductor-setup, and script/server to your Rails project, then run the setup script to prepare the environment.

Frequently Asked Questions about conductor-setup

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

FAQPage Schema
How do I configure a Rails project for parallel coding agents?

To configure Rails for parallel coding agents, you need to generate a conductor.json manifest, add executable helpers like bin/conductor-setup, and wire the environment for multi-agent execution. This creates a standardized setup for collaboration across a shared codebase.

What is a conductor.json manifest used for in Rails development?

A conductor.json manifest is used to bootstrap integration for parallel coding agents in a Rails project. Placed at the project root, it provides a standardized configuration that allows multiple agents to collaborate effectively across the shared codebase.

How do I set up Redis environment variables for parallel agent execution?

To set up Redis for parallel agent execution, update your Rails config files to reference ENV['REDIS_URL'] or use ENV.fetch. This ensures Redis-backed services are properly wired for both development and deployment environments.

Does this parallel agent setup require specific executable scripts?

Yes, the setup requires executable scripts including bin/conductor-setup for wiring dependencies and symlinks, and a script/server entry to start the development environment with Conductor integration fully active.

What's the best way to start a development environment with Conductor integration?

The best way to start a development environment with Conductor integration is to run the included script/server entry. This script initiates the environment after bin/conductor-setup has successfully prepared your dependencies and initial setup artifacts.