Manually archive the current plan. Use when the user says '/plan-save', 'save plan', 'backup plan', 'archive plan', or wants to explicitly save the current plan before doing something risky.
From moonsite-skillsnpx claudepluginhub moonsite/moonsite-claude-extensions --plugin moonsite-skillsThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Manually archive the current active plan with reason manual-save.
Run:
python3 ${CLAUDE_PLUGIN_ROOT}/hooks-handlers/plan_guardian.py save
Parse the JSON output:
{"success": true, ...}: Tell the user "Plan '{title}' saved to archive. Use /plans to see all archived plans."{"success": false, ...}: Tell the user why — the plan was too small, a duplicate, or not found.{"error": "..."}: Tell the user no plan files were found in ~/.claude/plans/.