Conductor For All banner
hlhr202 hlhr202

Conductor For All

Testing community

Description

Bring the Conductor spec-driven development methodology to any coding environment as skills.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Conductor for All

[![npm version](https://badge.fury.io/js/conductor-4-all.svg)](https://badge.fury.io/js/conductor-4-all)

Conductor for All Banner

[English](./README.md) | [中文](./README_zh.md) | [日本語](./README_ja.md) | [한국어](./README_ko.md)

[!IMPORTANT] **Recommended migration:** The maintainer recommends migrating new and existing skill-based workflows to [hlhr202/swe-skills](https://github.com/hlhr202/swe-skills).

This recommendation is intentional: Google's upstream Conductor ecosystem has introduced a Google-owned service-related skill catalog, and this project does not intend to reference or depend on that catalog. `swe-skills` fully inherits the Conductor workflow model while adding an architecture discussion process.

**Conductor for All** is a standalone command-line tool designed to bring the [Conductor](https://github.com/gemini-cli-extensions/conductor) spec-driven development methodology to *any* coding environment.

Originally tied to the Gemini CLI extension, this project aims to decouple the methodology, allowing developers to install and initialize Conductor workflows in their projects so they can be leveraged by **any** AI Coding Agent (e.g., Claude Code, Cursor, VS Code Copilot, Codex) or IDE.

🎯 Goals

  • Universal Compatibility: Enable the Conductor methodology outside of the Gemini CLI ecosystem.
  • Agent-Agnostic Setup: Provide a mechanism to "install" Conductor commands and templates into a project, effectively "enabling" it for consumption by multiple different coding agents.
  • Standardization: Create a unified interface for project orchestration that bridges the gap between human intent and AI execution.

🔧 Skills Install Mode (Recommended)

Conductor supports two primary installation formats: "Slash Custom Prompts (Commands)" and "Skills". We recommend the **Skills** installation mode as the preferred option for most projects.

  • **What "Skills" d