update-stacklisted
Install: claude install-skill tomthebearded/guide-forge
# Skill: update-stack
The complete, canonical contract for this skill is the paste-prompt it wraps, inlined here — **follow it in
full:**
!`cat "${CLAUDE_SKILL_DIR}/prompt.md"`
(If the block above came back empty or errored, read `prompt.md` in this skill folder — it sits beside this `SKILL.md` — and follow that.)
As you follow it, adapt for the fact that you're a Claude Code skill, not a pasted prompt:
- **You're already invoked** — skip its "How to use / paste this" preamble and its `{{TOOLS}}` placeholder.
The tools to bump are `$ARGUMENTS` below (a subset of tool names, or empty for **all**), plus any attached
lockfile/manifest. Read the guide's `guide/` files yourself where you can.
- **You have file tools here** — **edit the guide on disk** under `guide/` as the prompt directs, rather than
only printing fenced blocks.
- When the prompt hands off to `audit-guide` (Phase 7), use the sibling **skill** `/audit-guide`.
Tools to bump / args:
```
$ARGUMENTS
```
**Gate:** touch only what the version bump actually affects; never mark a rewritten milestone `✅` — the code
changed, so the user must re-run the Done-when gates. Leave all changes in the working tree — do not commit.