spec:refresh

Installation
SKILL.md

Compatibility: If AskUserQuestion is unavailable, present options as a numbered list and wait for the user's reply. If Task is unavailable, run parallel steps sequentially. The context: fork and agent: frontmatter fields are Claude Code-specific — on OpenCode and VS Code Copilot they are ignored and the skill runs inline using the current model.

Step -1: Parse Flags

BG_MODE = true if --bg present
SILENT  = true if --silent present

If BG_MODE=true, after completing Step 4, send a desktop notification (see Step 4.5).

Step 0: Select Plan

Check for plan name argument: /refresh plan-name

If not provided:

Installs
11
First Seen
Mar 21, 2026
spec:refresh — cloudvoyant/codevoyant