Agent skill
move-frame
Move, reorder, or relocate beamer slides/frames within a .tex file or across files. Use this when asked to move slides, reorder presentations, or move frames to backup.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/move-frame
SKILL.md
Move Beamer Frame Tool
Use tools/move_frame.py to move or reorder beamer frames in LaTeX presentations.
Usage
List all frames:
python tools/move_frame.py $ARGUMENTS[0] --list
Move a single frame:
python tools/move_frame.py <file>.tex --from N --to M
Move a range of frames:
python tools/move_frame.py <file>.tex --from N-M --to P
Delete frames:
python tools/move_frame.py <file>.tex --from N --delete
python tools/move_frame.py <file>.tex --from N-M --delete
Cross-file moves:
python tools/move_frame.py source.tex -o dest.tex --from N --to M
python tools/move_frame.py source.tex -o dest.tex --from N --to M --copy # keep original
Workflow
- First use
--listto see frame numbers and titles - Then use
--from N --to Mto move frames
Important
- Frame numbers are 1-indexed
- ALWAYS use this tool for moving slides - do NOT manually cut/paste frame content
- The tool handles preceding comments and properly parses
\begin{frame}...\end{frame}blocks
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?