|
| 1 | +# WordPress Studio for Qodo |
| 2 | + |
| 3 | +Use these instructions when Qodo IDE Plugin assists with WordPress site building, auditing, theme work, custom blocks, or plugins. |
| 4 | + |
| 5 | +## Operating model |
| 6 | + |
| 7 | +- Prefer WordPress Studio MCP tools for site management, screenshots, block validation, frontend audits, and WordPress operations when they are available in Qodo. |
| 8 | +- Use `wp_cli` through the Studio MCP server as the general-purpose WordPress escape hatch. |
| 9 | +- Route implementation requests through the smallest suitable WordPress abstraction: site settings, content, theme, block, plugin, or audit. |
| 10 | +- Preserve existing project conventions and inspect the current WordPress structure before editing. |
| 11 | +- Keep generated code accessible, performant, responsive, secure, and aligned with WordPress APIs and Gutenberg conventions. |
| 12 | +- Verify changes with relevant Studio MCP tools, project tests, screenshots, block validation, or WP-CLI before summarizing completion. |
| 13 | + |
| 14 | +## Shared WordPress skills |
| 15 | + |
| 16 | +This Qodo output packages the same shared skill source as the other Build with WordPress outputs. The skills live in `skills/` and provide deeper task-specific guidance: |
| 17 | + |
| 18 | +- For auditing work, consult `skills/auditing/SKILL.md`. |
| 19 | +- For block-creator work, consult `skills/block-creator/SKILL.md`. |
| 20 | +- For design-previews-creator work, consult `skills/design-previews-creator/SKILL.md`. |
| 21 | +- For plugin-creator work, consult `skills/plugin-creator/SKILL.md`. |
| 22 | +- For site-creator work, consult `skills/site-creator/SKILL.md`. |
| 23 | +- For studio work, consult `skills/studio/SKILL.md`. |
| 24 | +- For theme-creator work, consult `skills/theme-creator/SKILL.md`. |
| 25 | +- For wordpress-creator work, consult `skills/wordpress-creator/SKILL.md`. |
| 26 | + |
| 27 | +When a task maps to one of those skills, use the relevant `skills/<name>/SKILL.md` file as the detailed playbook. Start with `skills/wordpress-creator/SKILL.md` for broad WordPress implementation requests. |
0 commit comments