Wp Skills banner
s3rgiosan s3rgiosan

Wp Skills

Development community

Description

Claude Code skills for WordPress developers.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

wp-skills

Claude Code skills for WordPress developers.

A collection of Claude Code skills that bring reusable, stack-aware expertise into your development sessions — sizing tickets, triaging plugins, reviewing diffs, and more — without re-explaining context every time.

**Scope note:** When these skills mention "React", they mean React **in a WordPress context** — block editor / Gutenberg, Interactivity API, admin UIs, or headless WP (Next.js, Faust, etc.). Generic standalone-React projects are not the target.

Companion to [wp-agents](https://github.com/s3rgiosan/wp-agents) (subagents with persistent memory). Skills here focus on lightweight, on-demand workflows that don't require agent memory.


Skills

[wp-effort-estimation](./wp-effort-estimation)

Structured development-effort estimates for WordPress tasks (and React work inside the WP context — Gutenberg, Interactivity API, headless). Outputs complexity tier, hours/days midpoint, confidence range, subtask breakdown, assumptions, and risks — ready for Jira, Linear, or a client proposal.

**Triggers on:** "how long", "estimate", "size this", "story points", "t-shirt size", "is this a day?", "scope this", "break this down".

**[→ Install wp-effort-estimation](./wp-effort-estimation/README.md)**

[wp-migration-playbook](./wp-migration-playbook)

Opinionated, production-tested playbook for WordPress content migrations — WP→WP and other-system→WP. Covers inventory + disposition, custom migration plugin architecture (Tier 1–3 + idempotent gating), content type and taxonomy migration, user migration, the hard parts of media migration (ID preservation, intersect-before-delete, REST-based recovery, manifest-based registration), redirects (host-level, Yoast storage shape), operational gotchas, and recovery patterns.

**Triggers on:** "WP migration", "WordPress migration", "content migration", "migrate to WordPress", "Laravel to WordPress", "Drupal to WordPress", "import posts", "migrate attachments