You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Shared source for WordPress-focused agent skills and plugin packaging.
4
4
5
-
This repo currently packages shared skills and setup files for Amp, Cline, Codex, Claude Code, Cursor, Continue, Devin CLI, Factory Droid, GitHub Copilot, Gemini, Junie, Kilo Code, Pi, Qodo, Roo Code, Windsurf/Cascade, Aider, and Zed as separate outputs:
5
+
This repo currently packages shared skills and setup files for Amp, Cline, Codex, Claude Code, Conductor, Cursor, Continue, Devin CLI, Factory Droid, GitHub Copilot, Gemini, Junie, Kilo Code, Pi, Qodo, Roo Code, Windsurf/Cascade, Aider, and Zed as separate outputs:
6
6
7
7
- prefers the WordPress Studio MCP server for site management, screenshots, and block validation
8
8
- falls back to the Studio CLI through a shared Studio skill when MCP is unavailable
@@ -20,6 +20,7 @@ This repo currently packages shared skills and setup files for Amp, Cline, Codex
20
20
- includes Devin CLI project config, rules, and skills under Devin's documented `.devin/` surfaces
21
21
- adds Cline workspace rules, skills, MCP settings, and Cline plugin-surface documentation from official Cline docs
22
22
- adds a Pi skills package using Pi's official package manifest and Agent Skills support
23
+
- includes Conductor repository settings and guidance for running the existing Claude Code, Codex, and Cursor outputs in isolated Conductor workspaces
23
24
- adds Roo Code workspace rules and project MCP config without introducing a Roo-specific backend service
24
25
- adds a Qodo `AGENTS.md` workspace package and documents Qodo's manual MCP setup path from official Qodo docs
25
26
- adds Zed project instructions, project-local skills, and project settings for MCP without introducing a Zed-specific backend service
@@ -137,6 +138,15 @@ claude --plugin-dir ./plugins/claude-code
137
138
- running an audit request
138
139
6. For workflow telemetry coverage, make sure the generated `wordpress-telemetry` MCP server starts alongside `wordpress-studio`.
139
140
141
+
### Test in Conductor
142
+
143
+
1. Review the generated Conductor output in `./plugins/conductor`.
144
+
2. Confirm the generated repository settings exist at `plugins/conductor/.conductor/settings.toml`.
145
+
3. Confirm `plugins/conductor/README.md` documents why this output uses `.conductor/settings.toml` instead of legacy `conductor.json`.
146
+
4. Confirm the README points Conductor MCP setup back to the existing Claude Code, Codex, and Cursor MCP configs instead of generating a Conductor-only MCP file.
147
+
5. In Conductor, open a workspace and use the generated settings as the shared repository script layer when the package workflow should run `pnpm install`, `pnpm build`, and `pnpm verify`.
148
+
6. Use Conductor's MCP/provider settings or Sync Agent Configs to make the existing `wordpress-studio` and `wordpress-telemetry` MCP servers available to the agents you run in Conductor.
149
+
140
150
### Test in Gemini
141
151
142
152
1. Copy or reference `./plugins/gemini` as the Gemini project context directory.
@@ -310,6 +320,7 @@ pi install ./plugins/pi
310
320
- A bundled standalone telemetry MCP server built from repo-local Node dependencies
311
321
- Codex packaging output in `plugins/codex/`
312
322
- Claude Code packaging output in `plugins/claude-code/`
323
+
- Conductor setup output in `plugins/conductor/`
313
324
- Cursor packaging output in `plugins/cursor/`
314
325
- Continue setup output in `plugins/continue/`
315
326
- Factory Droid marketplace output in `plugins/factory/`
The generated Conductor settings use the current `.conductor/settings.toml` repository settings format for shared setup and run scripts. Conductor MCP support stays in Conductor's app/provider settings and in the existing Claude Code, Codex, and Cursor MCP configs; this output intentionally does not generate legacy `conductor.json` or a Conductor-only MCP file.
561
+
538
562
The generated Copilot MCP config launches both `studio mcp` and the bundled `wordpress-telemetry` MCP server through VS Code's MCP configuration.
This output packages Conductor repository settings and guidance for using the shared Build with WordPress agent outputs inside Conductor workspaces.
4
+
5
+
Conductor is a workspace layer for parallel Claude Code, Codex, and Cursor agents. It creates isolated Git worktrees, runs setup and run scripts from each workspace, and then helps review, open PRs, and archive finished branches.
-`README.md` documents how Conductor should use the existing Claude Code, Codex, and Cursor outputs from this repository.
11
+
12
+
## Setup
13
+
14
+
1. Install Conductor for macOS from https://www.conductor.build/.
15
+
2. Open the repository you want Conductor to manage.
16
+
3. Copy this output's `.conductor/settings.toml` into the repository root when the Build with WordPress package scripts are the workflow you want new Conductor workspaces to share.
17
+
4. Install or sync the underlying agent configs for the agents you plan to run:
18
+
- Claude Code: use `plugins/claude-code/`.
19
+
- Codex: use `plugins/codex/`.
20
+
- Cursor: use `plugins/cursor/`.
21
+
5. In Conductor, use Sync Agent Configs or the agent/provider settings to make the same MCP servers available to Claude Code, Codex, and Cursor.
22
+
23
+
## Scripts
24
+
25
+
Current Conductor docs recommend committed repository settings in `.conductor/settings.toml` for shared setup and run scripts. Legacy `conductor.json` is not generated because current docs mark it as legacy and Conductor ignores repo-level `conductor.json` once `.conductor/settings.toml` exists.
Adjust `scripts.setup` and `scripts.run` for repositories that consume these WordPress.com agent files instead of developing this package directly. Use `$CONDUCTOR_PORT` in run scripts when a workspace starts a local web server.
39
+
40
+
## MCP support
41
+
42
+
Conductor supports MCP servers through the app's MCP/provider configuration and can sync agent configs between Claude Code and Codex. The current repository settings schema documents scripts, prompts, environment variables, providers, and Git behavior, but it does not define a repository-level MCP server table.
43
+
44
+
For that reason this output does not invent a Conductor-specific MCP file. Use the existing MCP configs generated for the underlying agents:
Those configs launch the shared `studio mcp` server plus the bundled `wordpress-telemetry` server. Conductor's MCP support and Sync Agent Configs should point at the same shared substrate instead of adding another WordPress.com backend.
51
+
52
+
## Message queues
53
+
54
+
Conductor message queues are a native composer/workspace feature. They do not require generated files in this package. Queue multiple prompts in Conductor when a workspace needs ordered follow-up work; keep durable WordPress.com workflow guidance in the underlying agent outputs and shared skills.
55
+
56
+
## Source links
57
+
58
+
- Product overview: https://www.conductor.build/
59
+
- Workflow and workspaces: https://www.conductor.build/docs/concepts/workflow and https://www.conductor.build/docs/concepts/workspaces-and-branches
60
+
- Scripts and repository settings: https://www.conductor.build/docs/reference/scripts and https://www.conductor.build/docs/reference/settings
This output packages Conductor repository settings and guidance for using the shared Build with WordPress agent outputs inside Conductor workspaces.
659
+
660
+
Conductor is a workspace layer for parallel Claude Code, Codex, and Cursor agents. It creates isolated Git worktrees, runs setup and run scripts from each workspace, and then helps review, open PRs, and archive finished branches.
- \`README.md\` documents how Conductor should use the existing Claude Code, Codex, and Cursor outputs from this repository.
666
+
667
+
## Setup
668
+
669
+
1. Install Conductor for macOS from https://www.conductor.build/.
670
+
2. Open the repository you want Conductor to manage.
671
+
3. Copy this output's \`.conductor/settings.toml\` into the repository root when the Build with WordPress package scripts are the workflow you want new Conductor workspaces to share.
672
+
4. Install or sync the underlying agent configs for the agents you plan to run:
673
+
- Claude Code: use \`plugins/claude-code/\`.
674
+
- Codex: use \`plugins/codex/\`.
675
+
- Cursor: use \`plugins/cursor/\`.
676
+
5. In Conductor, use Sync Agent Configs or the agent/provider settings to make the same MCP servers available to Claude Code, Codex, and Cursor.
677
+
678
+
## Scripts
679
+
680
+
Current Conductor docs recommend committed repository settings in \`.conductor/settings.toml\` for shared setup and run scripts. Legacy \`conductor.json\` is not generated because current docs mark it as legacy and Conductor ignores repo-level \`conductor.json\` once \`.conductor/settings.toml\` exists.
Adjust \`scripts.setup\` and \`scripts.run\` for repositories that consume these WordPress.com agent files instead of developing this package directly. Use \`$CONDUCTOR_PORT\` in run scripts when a workspace starts a local web server.
694
+
695
+
## MCP support
696
+
697
+
Conductor supports MCP servers through the app's MCP/provider configuration and can sync agent configs between Claude Code and Codex. The current repository settings schema documents scripts, prompts, environment variables, providers, and Git behavior, but it does not define a repository-level MCP server table.
698
+
699
+
For that reason this output does not invent a Conductor-specific MCP file. Use the existing MCP configs generated for the underlying agents:
Those configs launch the shared \`studio mcp\` server plus the bundled \`wordpress-telemetry\` server. Conductor's MCP support and Sync Agent Configs should point at the same shared substrate instead of adding another WordPress.com backend.
706
+
707
+
## Message queues
708
+
709
+
Conductor message queues are a native composer/workspace feature. They do not require generated files in this package. Queue multiple prompts in Conductor when a workspace needs ordered follow-up work; keep durable WordPress.com workflow guidance in the underlying agent outputs and shared skills.
710
+
711
+
## Source links
712
+
713
+
- Product overview: https://www.conductor.build/
714
+
- Workflow and workspaces: https://www.conductor.build/docs/concepts/workflow and https://www.conductor.build/docs/concepts/workspaces-and-branches
715
+
- Scripts and repository settings: https://www.conductor.build/docs/reference/scripts and https://www.conductor.build/docs/reference/settings
0 commit comments