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
+35-2Lines changed: 35 additions & 2 deletions
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 Codex, Claude Code, Cursor, Continue, Devin CLI, Factory Droid, GitHub Copilot, Gemini, Roo Code, Windsurf/Cascade, Aider, and Zed as separate outputs:
5
+
This repo currently packages shared skills and setup files for Codex, Claude Code, Cursor, Continue, Devin CLI, Factory Droid, GitHub Copilot, Gemini, 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
@@ -18,6 +18,7 @@ This repo currently packages shared skills and setup files for Codex, Claude Cod
18
18
- includes Continue-native setup files for WordPress.com rules, prompts, and MCP configuration
19
19
- includes Devin CLI project config, rules, and skills under Devin's documented `.devin/` surfaces
20
20
- adds Roo Code workspace rules and project MCP config without introducing a Roo-specific backend service
21
+
- adds a Qodo `AGENTS.md` workspace package and documents Qodo's manual MCP setup path from official Qodo docs
21
22
- adds Zed project instructions, project-local skills, and project settings for MCP without introducing a Zed-specific backend service
22
23
- adds Windsurf/Cascade workspace rules and MCP config without introducing a Windsurf-specific backend service
23
24
- includes a Factory Droid marketplace output with a native Droid plugin, command, custom Droid, hook, and MCP configuration
@@ -122,6 +123,20 @@ claude --plugin-dir ./plugins/claude-code
122
123
3. In Continue, copy the `.continue/` examples into a project or merge the `config.yaml` MCP snippet into `~/.continue/config.yaml`.
123
124
4. Use Continue Agent mode for WordPress.com MCP tool access.
124
125
126
+
### Test in Qodo
127
+
128
+
1. Install Qodo IDE Plugin for VS Code, JetBrains, or Visual Studio.
129
+
2. Open `./plugins/qodo` as the workspace root, or copy that folder's `AGENTS.md`, `skills/`, and `scripts/` into a target workspace root.
130
+
3. Confirm Qodo can read the generated repository guidance at `plugins/qodo/AGENTS.md`.
131
+
4. If your Qodo plan supports Agentic Tools, add the MCP JSON shown in `plugins/qodo/README.md` through Qodo's Tools Management page or enterprise MCP allow-list.
132
+
5. Try representative local review or agent tasks:
133
+
- creating a new site
134
+
- building or editing a theme
135
+
- creating a custom block
136
+
- creating a custom plugin
137
+
- running an audit request
138
+
6. For workflow telemetry coverage, make sure the generated `wordpress-telemetry` MCP server starts alongside `wordpress-studio` after you add the documented MCP JSON in Qodo.
139
+
125
140
### Test in Zed
126
141
127
142
1. Open `./plugins/zed` as a Zed workspace root, or copy that folder's contents into a target workspace root.
- Qodo: documented in `plugins/qodo/README.md` because official Qodo docs describe MCP setup through Agentic Tools or enterprise allow-lists, not automatic repo-local `.mcp.json` discovery
@@ -468,6 +486,21 @@ That folder currently contains:
468
486
469
487
The generated Roo Code project MCP config launches both `studio mcp` and the bundled `wordpress-telemetry` MCP server. The `.roo/rules/` files are Roo-specific; the WordPress.com MCP and skill behavior is shared with the other outputs.
470
488
489
+
The Qodo workspace output is generated to:
490
+
491
+
```text
492
+
plugins/qodo/
493
+
```
494
+
495
+
That folder currently contains:
496
+
497
+
-`AGENTS.md`
498
+
-`scripts/wordpress-telemetry-mcp.mjs`
499
+
-`skills/`
500
+
-`README.md`
501
+
502
+
The generated Qodo output follows official Qodo docs by using repo-local `AGENTS.md` for project guidance and documenting MCP JSON for Qodo's Agentic Tools UI or enterprise allow-list. Qodo's docs do not describe automatic repo-local `.mcp.json` discovery, so this output intentionally does not generate a Qodo-only `.mcp.json` file.
0 commit comments