wp-fulllisted
Install: claude install-skill nuttaruj/rolepod-wplab
# WP Full
Pointer skill. Owns nothing. Has nothing under it. Exists so a single invocation surfaces the entire wp-* skill map.
The 13 skills, by phase:
## Define
- **`wp-pair-setup`** — redeem a companion pair_token, mint App Password, open first Target.
- **`wp-connect`** — open Target on any kind (local / rest / ssh / docker) using vault credentials.
## Verify
- **`wp-health-check`** — sub-5s ping: versions, db_ok, rest_ok, companion_ok, warnings.
## Build
- **`wp-content`** — core REST CRUD: posts, pages, users, options, db SELECT, rest_request.
- **`wp-edit-design`** — Elementor / Divi / Oxygen / Bricks page-builder layouts.
- **`wp-edit-theme`** — theme files, theme.json, global-styles, child themes, theme switch (with snapshot + auto-rollback).
- **`wp-edit-plugin`** — Yoast / RankMath / WPML / WooCommerce / ACF / Forms read+write.
- **`wp-scaffold`** — bootstrap new block / plugin / theme / pattern.
## Debug
- **`wp-introspect`** — read-only runtime snapshot (hooks, transients, options, request_state, hook_state).
- **`wp-diagnose`** — multi-probe sweep + audit + ranked report.
## Ship
- **`wp-migrate`** — dryrun, apply, backup, restore, clone between targets.
## Recovery
- **`wp-changes`** — AI Change Ledger query + toggle + panic-revert + bisect.
## Power
- **`wp-execute-php`** — last-resort PHP eval with 5-layer safety chain.
## Reading order
Onboarding a new site → `wp-pair-setup` → `wp-health-check` → the build skill matching user intent.
Debuggi