Claude WP Kit — Configure Claude Code for WordPress (Sage + Bedrock ready)

Hey everyone,

I built an open-source starter kit that generates a complete .claude/ configuration for WordPress projects. It’s designed to work out of the box with Sage + Bedrock, but also supports Classic PHP themes and standard WordPress installs.

What it does:
An interactive CLI installer (bash) that scaffolds the entire .claude/ folder with:

  • Stack-aware skills (Sage/Blade/Acorn conventions, Classic PHP patterns)

  • Slash commands: /component, /figma, /a11y-audit, /setup-css

  • Security hooks: blocks dangerous bash commands, detects secrets before commits

  • Auto-formatting hook (Pint, Prettier)

  • Subagents for accessibility auditing

  • Figma-to-code bridge

  • ACF support (ACF Composer for Sage, standard ACF)

Why I built it:
I was spending too much time re-explaining project conventions to Claude Code on every WordPress project. This kit gives Claude full context about your stack, coding standards, and project structure from the first prompt.

Sage-specific features:

  • Blade + Acorn conventions baked into skills

  • Tailwind CSS 4 workflow with optional prefix support

  • Component workflow (atoms/molecules/organisms)

  • Bedrock directory structure awareness

GitHub: https://github.com/alessioarzenton/claude-code-wp-toolkit

Feedback and contributions welcome! It’s GPL-3.0 licensed, consistent with the WordPress ecosystem.

3 Likes