Divi 5 Compatibility

Divi 5.6 CSS compatibility reference: specificity fixes, units, breakpoints, bug history

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 9d0c82f

Asked for 'black Divi buttons with square corners': the no-skill baseline emitted a plain .et_pb_button rule that Divi's higher-specificity inline styles are documented to override, while the skill produced the body-prefixed !important form Divi actually requires. The SKILL.md is a genuinely accurate Divi 5.6 reference with unit-support tables, correct breakpoint widths, specificity rules, and a version-by-version bug-fix history that lines up with Elegant Themes' own docs. The delta is knowledge-verified against Divi's documented cascade behavior rather than live-rendered, since a real Divi/WordPress install is paywalled. Installs clean as a standalone skill; note it is marked user-invocable:false, so it activates through the model only.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 5/5

What Divi 5 Compatibility does

A dense reference skill for writing CSS that actually applies in Divi 5 / 5.6. It encodes button-specificity rules, supported units and CSS functions, the 7 responsive breakpoints, plugin-conflict fixes (WP Rocket, LiteSpeed, Wordfence, WooCommerce), Divi 4-to-5 migration, and a version-by-version bug-fix history. Triggers when validating or troubleshooting Divi CSS, styles not applying, or debugging Divi cache/specificity issues.

How to install Divi 5 Compatibility

git clone https://github.com/cjsimon2/Divi5-ToolKit
mkdir -p ~/.claude/skills
cd Divi5-ToolKit && cp -r plugins/divi5-toolkit/skills/divi5-compatibility ~/.claude/skills/divi5-compatibility

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Divi 5 Compatibility

  • /divi5-compatibility Divi 5.6 CSS compatibility reference: specificity fixes, units, breakpoints, bug history

It also activates on plain-language prompts like these:

  • why aren't my Divi button style changes applying on this page
  • make my Divi buttons black with square corners instead of round
  • help me migrate my Divi 4 custom CSS over to Divi 5

Frequently asked questions

Is the Divi 5 Compatibility skill free?
Yes. The skill itself is free from cjsimon2/Divi5-ToolKit. SkillProof publishes the install command and an independent test verdict at no cost.
Does Divi 5 Compatibility work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Asked for 'black Divi buttons with square corners': the no-skill baseline emitted a plain .et_pb_button rule that Divi's higher-specificity inline styles are documented to override, while the skill produced the body-prefixed !important form Divi actually requires. The SKILL.md is a genuinely accurate Divi 5.6 reference with unit-support tables, correct breakpoint widths, specificity rules, and a version-by-version bug-fix history that lines up with Elegant Themes' own docs. The delta is knowledge-verified against Divi's documented cascade behavior rather than live-rendered, since a real Divi/WordPress install is paywalled. Installs clean as a standalone skill; note it is marked user-invocable:false, so it activates through the model only.
What is the Divi 5 Compatibility SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install Divi 5 Compatibility?
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 Compatibility 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.