📊
AutomationPython

Hands On Deck

by EveryInc

Hands On Deck is an Automation skill for Claude Code, published by EveryInc in hands-on-deck.

210 stars15 forkson EveryInc/hands-on-deckAdded 2026/09/04Repository updated 2026/08/04
agent-skillsai-agentsclaudepowerpointpptxpython
Install in seconds
Install Hands On Deck
Copy Hands On Deck into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/EveryInc/hands-on-deck/tree/main/skills/hands-on-deck ~/.claude/skills/hands-on-deck

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/EveryInc/hands-on-deck.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/hands-on-deck/SKILL.md in EveryInc/hands-on-deck
Installs to
~/.claude/skills/hands-on-deck
Collection
The only skill cataloged from this repository
Category
Automation1860 skills

What Hands On Deck does

Hands On Deck manipulates .pptx presentations through JSON patches for reading, editing, creating, reordering, and verifying slides. Use it whenever a deck or presentation file needs agent-driven changes or visual checks.

Hands On Deck is cataloged under Automation on DirSkills. Hands On Deck comes from a repository tagged agent-skills, ai-agents, claude, powerpoint and pptx.

Documentation

README

hands-on-deck — agent-native PPTX manipulation

One tool does everything: scripts/deck.py. You write a JSON patch describing your edits; deck.py validates and executes it atomically, then lints the result. You never need to open slide XML for routine work.

Golden rules (the tool enforces and repeats these):

  • ALL slide indices are 0-based, everywhere. Shapes are addressed by stable native ids (s12) or unique shape name.
  • Positions and sizes are inches from the slide's top-left.
  • Patches are atomic: every op is pre-validated (all errors reported at once, with the slide's real shape listing), then applied all-or-nothing.

Full reference: python scripts/deck.py docs — prints every op with semantics and recipes; needs no file. Read it before writing your first patch.

This is the opening of the README. Read the full README on GitHub.

Commands Hands On Deck provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /patch

Frequently asked about Hands On Deck

  • How does Hands On Deck compare to other Automation skills?

    Hands On Deck ranks #1691 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Hands On Deck against them. Open each page to compare what they document and how they install.