move-frame

Move complete Beamer frames between TeX documents using move_frame.py.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/anadav/computer-structure-lecture-slides --skill move-frame
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: move-frame
Source: https://github.com/anadav/computer-structure-lecture-slides/tree/main/.claude/skills/move-frame
Command: npx skills add https://github.com/anadav/computer-structure-lecture-slides --skill move-frame

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Beamer slide management is tedious; this tool helps you move, reorder, or relocate frames across TeX/LaTeX documents to streamline presentations.

Core Features & Use Cases

  • List frames in a Beamer file to identify frame order and titles.
  • Move a single frame within a file or relocate frames across multiple files.
  • Delete or reinsert frames while preserving surrounding content for safe reorganization.

Quick Start

Move a Beamer frame from one TeX file to another by specifying the --from and --to targets on the move_frame.py script.

Frequently Asked Questions about move-frame

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reorder Beamer frames in a LaTeX presentation?

Reordering Beamer frames involves relocating complete \begin{frame}...\end{frame} blocks within your TeX document. This tool identifies frame boundaries and moves them precisely while preserving surrounding content.

Can I move a Beamer slide from one TeX file to another?

Yes, you can relocate Beamer slides across multiple .tex files by specifying the --from and --to targets. This cross-file relocation moves complete frame blocks to the destination document safely.

How do I list all frames in a Beamer file to see their order?

Listing frames in a Beamer file uses the --list option to identify frame order and titles. This helps you locate specific slides before moving or deleting them during reorganization.

Does moving LaTeX frames preserve the surrounding text and content?

Yes, relocating LaTeX frames preserves surrounding content by parsing complete frame boundaries. The tool safely extracts and moves or deletes \begin{frame}...\end{frame} blocks without altering adjacent text.

What is the best way to delete a Beamer frame without breaking the TeX document?

Deleting a Beamer frame safely requires removing the entire \begin{frame}...\end{frame} block using the --delete option. This preserves surrounding content and maintains document structure during reorganization.