Divi 5 Builder
Encodes Divi 5's silent-failure attribute paths so AI-generated WordPress pages actually render and stay VB-editable.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 8021a02
Extremely well-documented silent-failure knowledge (e.g. button content must be an object at button.innerContent, not a string at content.innerContent, or Divi renders a default 'Click Me' with empty href) but two in-body cross-references (diviops-scf/SKILL.md, docs/theme-builder-critical-css-scope.md) 404 on GitHub, and real use requires a live WordPress+Divi5(paid theme)+diviops-agent plugin+npm MCP server, so it's not a standalone drop-in.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What Divi 5 Builder does
A reference skill for building Divi 5 WordPress pages/sections/theme-builder templates programmatically via the DiviOps MCP server, documenting verified (and explicitly unverified) block-attribute paths that differ from what a generic Gutenberg/Divi mental model would guess. Triggers on requests to build or edit Divi 5 landing pages, sections, presets, mega menus, or theme-builder templates; explicitly excludes non-Divi builders, custom PHP, and WooCommerce.
How to install Divi 5 Builder
git clone https://github.com/oaris-dev/diviops
cd diviops
mkdir -p ~/.claude/skills
cp -r skills/divi-5-builder ~/.claude/skills/divi-5-builder
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Divi 5 Builder
-
/divi-5-builderEncodes Divi 5's silent-failure attribute paths so AI-generated WordPress pages actually render and stay VB-editable.
It also activates on plain-language prompts like these:
-
help me build a hero section with heading and button in Divi 5 -
why does my Divi 5 button render as Click Me with no link -
set up a mega menu and theme builder template in Divi 5
Frequently asked questions
- Is the Divi 5 Builder skill free?
- Yes. The skill itself is free from oaris-dev/diviops. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Divi 5 Builder work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Extremely well-documented silent-failure knowledge (e.g. button content must be an object at button.innerContent, not a string at content.innerContent, or Divi renders a default 'Click Me' with empty href) but two in-body cross-references (diviops-scf/SKILL.md, docs/theme-builder-critical-css-scope.md) 404 on GitHub, and real use requires a live WordPress+Divi5(paid theme)+diviops-agent plugin+npm MCP server, so it's not a standalone drop-in.
- What is the Divi 5 Builder SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install Divi 5 Builder?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Divi 5 Builder with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.