Use WordPress Studio for local WordPress development, preferring MCP and falling back to the Studio CLI when needed.
54
60%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/claude-code/skills/studio/SKILL.mdUse this skill whenever the user wants to work with a local WordPress site in WordPress Studio.
This skill is the canonical source for:
Other skills should reference this skill for review and iteration instead of restating those steps.
Prefer WordPress Studio MCP tools over shell commands for WordPress operations.
Use the Studio CLI only when MCP is unavailable, failing, or explicitly required.
Keep this skill minimal. Do not duplicate command syntax or generic WordPress guidance that can be inferred from the tool surface.
Use MCP for:
wp_cliUse the CLI for:
studio wp actionsUse direct file edits for theme and plugin files when writing code.
studio site listSTUDIO_HOME from the common parent of existing site paths, or default to ~/Studio if no sites exist yet.mcp.json entry for normal usesite_list or site_info when you need to confirm connectivitysite_list or site_info.<site-path> as the root for generated artifacts rather than the Codex launch directory.wp_cli, block validation, or audit tools.wp_cli for arbitrary WordPress operations instead of dropping to the shell.studio CLI command that gets the job done.wp_cli content update that contains serialized WordPress block markup, run validate_blocks immediately.validate_blocks reports invalid blocks, treat that as a required fix step:Expected versus Actual markup to identify the serialization mismatchvalidate_blocksvalidate_blocks is mandatory after block-content writes or updates.auditing rather than embedding that workflow here.record_workflow_event only for meaningful workflow milestones such as started or completed when a specialist skill asks for it.1c076c2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.