juliandickie

Rocket Backup — Development skill for Claude Code

Development community

Create or restore a backup for a Rocket.net site (restore is destructive and confirms first).

How to install Rocket Backup

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

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

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

What Rocket Backup does


description: Create or restore a backup for a Rocket.net site (restore is destructive and confirms first).

/rocket-backup

Create a manual backup or restore from a backup 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. If listing backups, run python3 ${CLAUDE_PLUGIN_ROOT}/bin/rocket.py backup list and present the results (backup ID, date, type, size).
  3. T

Alternatives in Development

  • Backup 14.5k ★
  • Careful — Activate destructive command warnings for the session 2.8k ★
  • Update Scaffold — Check for and apply myPKA scaffold framework updates safely 296 ★

Full documentation available on GitHub

View Source Repository