juliandickie

Rocket Stage — Development skill for Claude Code

Development community

Create or refresh a Rocket.net staging environment for a site.

How to install Rocket Stage

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

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

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

What Rocket Stage does


description: Create or refresh a Rocket.net staging environment for a site.

/rocket-stage

Create or refresh a staging environment for a Rocket.net site.

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. Check whether a staging environment already exists by running python3 ${CLAUDE_PLUGIN_ROOT}/bin/rocket.py sites get and reviewing staging state.
  3. Run `python3 ${CLAUDE_PLUGIN_RO

Alternatives in Development

Full documentation available on GitHub

View Source Repository