Help us improve
Share bugs, ideas, or general feedback.
From stack
Refresh the stack marketplace and update every sub-plugin (stack, git-fs, vicky, context7, pdf-reader, caveman, context-mode). Restart required to apply.
npx claudepluginhub yesitsfebreeze/stack --plugin stackHow this command is triggered — by the user, by Claude, or both
Slash command
/stack:updateThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the platform-appropriate update script from this plugin via Bash. Idempotent — safe to re-run.
## Steps
1. Detect OS. On Windows: prefer `pwsh` — `pwsh -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/update.ps1"`. Fall back to `powershell` only if `pwsh` is not on PATH. On macOS/Linux: `bash "${CLAUDE_PLUGIN_ROOT}/scripts/update.sh"`.
2. The script will:
- `claude plugin marketplace update stack`
- `claude plugin update <name>@stack` for each of: `stack`, `git-fs`, `vicky`, `context7`, `pdf-reader`, `caveman`, `context-mode`
- Continue on individual failures (mi.../updateUpdates GSD to latest version via npm after version check, fetches and displays changelog, confirms with clean install warning, executes update, clears cache, reminds to restart.
/updateUpdates the statusLine path in settings.json to point to the latest cached version of the claude-dashboard plugin.
/updateReflects on project changes, investigates impacts, updates stable llmdoc docs in must/, guides/, reference/, syncs index.md, and reports reflection path with changed files.
/updateChecks the current plugin version against the marketplace and guides the user through applying available updates.
/updateChecks PDF Playground plugin version, updates to latest via claude plugin update if needed, confirms change, and prompts restart of Claude Code.
Share bugs, ideas, or general feedback.
Run the platform-appropriate update script from this plugin via Bash. Idempotent — safe to re-run.
Detect OS. On Windows: prefer pwsh — pwsh -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/update.ps1". Fall back to powershell only if pwsh is not on PATH. On macOS/Linux: bash "${CLAUDE_PLUGIN_ROOT}/scripts/update.sh".
The script will:
claude plugin marketplace update stackclaude plugin update <name>@stack for each of: stack, git-fs, vicky, context7, pdf-reader, caveman, context-modeTell user: restart Claude Code for new versions to load. Then /stack:doctor to verify MCPs reconnect.
'claude' CLI not on PATH → install Claude Code first./stack:bootstrap first.yesitsfebreeze/stack.