juliandickie

Rocket Wp — Development skill for Claude Code

Development community

Run a WP-CLI command on a Rocket.net site (dry-run destructive wp commands first).

How to install Rocket Wp

Installs to ~/.claude/skills/juliandickie-rocket-net-plugin-rocket-wp/SKILL.md

Terminal
mkdir -p ~/.claude/skills/juliandickie-rocket-net-plugin-rocket-wp && curl -fsSL https://raw.githubusercontent.com/juliandickie/rocket-net-plugin/HEAD/commands/rocket-wp.md -o ~/.claude/skills/juliandickie-rocket-net-plugin-rocket-wp/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Rocket Wp does


description: Run a WP-CLI command on a Rocket.net site (dry-run destructive wp commands first).

/rocket-wp

Run a WP-CLI command on a Rocket.net site via the hosting API.

Steps:

  1. Identify the target site (ask if not given). Run python3 ${CLAUDE_PLUGIN_ROOT}/bin/rocket.py sites list if you need to find it.
  2. Assess whether the WP-CLI command is read-only (option get, plugin list, user list) or potentially destructive (search-replace, plugin activate/deactivate, user create/delete

Alternatives in Development

  • Careful — Activate destructive command warnings for the session 2.8k ★
  • Claude-code-safety-net Rules Reference — Custom rules reference for defining safe/dangerous command patterns 1.2k ★
  • Lacp — Local-first policy, evidence, memory, and recovery controls for Claude, Codex, Hermes, and other CLI coding ag 300 ★

Full documentation available on GitHub

View Source Repository