What problem does it solve? Renaming or moving a technical note, deck, or Presenter's Companion between studies breaks relative Markdown links, image references, and deck associations. This Skill automates the relocation so owned paths and inbound links stay consistent without manual edits. ## Core Features & Use Cases - Rename or Move Companions: Rename a note or deck in place, or move it to another existing study, using Scripts/_relocate_study_companion.py with dry-run preview before any writes. - Link Repair: Rebase relative Markdown image and document links and repair inbound links to moved paths, while shared figures stay in their original location. - Deck Chain Handling: Move a deck together with its declared slides, notes paths, and linked Presenter's Companion chain while retaining stable deck IDs. - Use Case: You want to move Deck.pptx from Source-Study to Target-Study and rename it Teaching.pptx; run the script with --dry-run, review the plan, then rerun with --yes and regenerate affected PDFs and decks. ## Quick Start Ask the assistant to rename or move a study companion file, for example to move Deck.pptx from one study to another with a dry-run preview first.