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

**URL:** https://discourse.roots.io/t/claude-wp-kit-configure-claude-code-for-wordpress-sage-bedrock-ready/30189
**Category:** showcase
**Tags:** skills, sage11, bedrock, acf-composer, acorn
**Created:** 2026-02-24T19:21:43Z
**Posts:** 3

## Post 1 by @alessioarzenton — 2026-02-24T19:21:43Z

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](https://github.com/alessioarzenton/claude-code-wp-toolkit)

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

---

## Post 2 by @iamkingsleyf — 2026-04-13T05:24:58Z

Thanks, can this be used with cursor and similar tool?

---

## Post 3 by @alessioarzenton — 2026-04-13T05:55:02Z

Hi, absolutely! It can be used with any IDE you want!
