Automates the creation and configuration of conductor.json by detecting local project dependencies and development scripts.
The Conductor Setup skill streamlines the initial configuration of the Conductor build environment by intelligently scanning your project for existing tools like mise, npm, yarn, pnpm, or bun. It automatically maps your setup and development commands to the required JSON schema, handles lockfile detection for accurate package management, and configures execution modes—concurrent vs. non-concurrent—to ensure your development server runs exactly how you need it. This skill eliminates manual boilerplate and ensures consistent configuration across diverse development environments.
주요 기능
01Automatic detection of mise configurations and task definitions
02Seamless detection of common development scripts like dev, start, and serve
03Interactive configuration of concurrent vs. non-concurrent execution modes
04Smart package manager identification via lockfile analysis
05Validation of existing configurations to prevent accidental data loss
061 GitHub stars
사용 사례
01Initializing a new project for use with the Conductor build platform
02Standardizing setup and run commands across a team's repository suite
03Migrating existing Node.js or Mise projects to a standardized configuration file