workshop-revise
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Announce: "I'm using workshop-revise to apply changes to the workshop presentation."
Shared Typst Constraints
Load ALL Typst conventions before touching any files:
!uv run python3 ${CLAUDE_SKILL_DIR}/../../scripts/load-constraints.py workshop-revise
You MUST have these constraints loaded before any edits. No claiming you "remember" them.
Midpoint Entry — Self-Contained Constraint Loading
This skill may run in a new session. Load ALL needed context before touching any files.
Session Resume Detection
Check if .planning/HANDOFF.md exists:
- If found: Read it, show status, ask: "Resume from the recorded revision state, or start fresh?"
- If not found: Proceed to Step 1.