A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Starter kit for agentic WordPress development. CLAUDE.md/AGENTS.md templates, the wordpress-development skill, curated M
A starter kit for building WordPress with agentic engineering. The harness, the skills, and the MCP servers Marcel uses every day, packaged so you can install once and start delegating implementation on Monday morning.
Companion to the talk "A Nova Era do WordPress: De Developer a Arquiteto com Engenharia Agêntica" at WordCamp Portugal 2026.
Senior WordPress developers don't need to write boilerplate anymore. What we still need to do is design the system that writes it. The talk frames that system in four D's; the kit makes each one concrete:
| Talk D | Kit piece | What it does |
|---|---|---|
| Delegação | .claude/skills/ | Interview-driven workflows (wordpress-scaffold, wordpress-feature) that hand structured work to the agent |
| Descrição | .claude/plans/ + CLAUDE.md / AGENTS.md | Durable description the agent reads first — constitution, spec, plan, progress |
| Discernimento | .claude/agents/ | Read-only sub-agents (plan-reviewer, security-reviewer) — independent judgement before sign-off |
| Diligência | .claude/hooks/ | Deterministic gates: pre-commit quality, post-edit lint, plan injection, progress timestamping |
Plus curated MCP servers and the scaffolding CLI that sets it all up in one command.
| 1 | CLAUDE.md | Annotated project instructions for any WP project |
| 2 | AGENTS.md | Cross-tool mirror (Codex, Cursor, Gemini CLI, Copilot, Windsurf) |
| 3 | .claude/settings.json | Permissions and allowed commands |
| 4 | .mcp.json + mcp/ | MCP servers shipped via project-scoped config |
| 5 | .claude/skills/ | Two skills: wordpress-scaffold (greenfield plugin) and wordpress-feature (feature + maintenance). Each writes plan artifacts before generating code. Plus the WordPress/agent-skills library pulled fresh on scaffold |
| 6 | .claude/plans/ | Durable cross-session memory — constitution.md (strict for security, default for dependencies), per-feature spec.md / plan.md / progress.md, archived plans |
| 7 | .claude/agents/ | Two read-only sub-agents: plan-reviewer (audits spec/plan) and security-reviewer (audits code). Block / REST work is covered by skills. |
| 8 | .claude/hooks/ | Pre-commit gate (blocking), post-edit lint, UserPromptSubmit plan injection, Stop progress timestamp, SessionStart orientation banner |
| 9 | .claude/commands/ | Slash commands wrapping common operations — /plan-freeze, /audit-plan, /ship-feature |
| 10 | scripts/ | quality.sh — single source of truth for "what is quality"; open-plan-pr.sh — plan-freeze automation |
| 11 | tests/ | Bash test suite for the kit's own hooks. Integrated into quality.sh. |
| 12 | docs/ | Nine-chapter walkthrough from zero to a fully configured harness |
npm create wp-ai-plugin my-cool-plugin
# or
npx create-wp-ai-plugin my-cool-plugin
The interactive scaffolder asks for the plugin name, an optional vendor prefix, a one-sentence description, an author, and then lets you pick the minimum WordPress and PHP versions from a short list. It fetches the kit from GitHub at the requested git ref, derives the slug / namespace / constant / function prefixes, runs a find-and-replace across every file, runs composer install and npm install, pulls WordPress/agent-skills into .claude/skills/, and initialises a fresh git repo with a scaffold tag on the initial commit.
Prerequisites: Node 18+ and npm, PHP 8.2+ and composer, git on $PATH. The CLI source lives in cli/, published to npm as create-wp-ai-plugin.
Need to pin a release?
npm create wp-ai-plugin my-cool-plugin -- --ref v0.2.0
If you'd rather adopt the kit into an existing plugin, copy individual pieces (CLAUDE.md, AGENTS.md, .claude/, mcp/) into your project and replace the example values by hand.
This kit is being built live alongside the talk. Each piece lands in its own commit so you can see the harness assemble step by step.
MIT. Take it, fork it, ship faster.
Template para nuevos proyectos con Claude Code: CLAUDE.md, slash commands y documentación automática
Claude Code governance templates by tech stack : CLAUDE.md, scoped rules, architecture docs, cost control & dev-level ad
CLAUDE.md + PROGRESS.md templates for AI-assisted productivity
Research-backed prompting toolkit for Claude. System prompts, CLAUDE.md configs, and templates grounded in Anthropic's